From 5014b5192f82b4fa0a7f5abc65aa577c3cb21907 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 14 Aug 2022 04:24:47 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I31a66c116b01475381693ead3384d8d6c02492f6 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 102 +++++++++++++++++- 1 file changed, 98 insertions(+), 4 deletions(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 261189c7f..351913ff4 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: tacker\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-07 03:03+0000\n" +"POT-Creation-Date: 2022-08-10 08:49+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2022-08-01 10:49+0000\n" +"PO-Revision-Date: 2022-08-14 12:42+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -64,8 +64,8 @@ msgstr "6.0.0" msgid "7.0.0" msgstr "7.0.0" -msgid "7.0.0.0rc1-44" -msgstr "7.0.0.0rc1-44" +msgid "7.0.0.0rc1-49" +msgstr "7.0.0.0rc1-49" msgid "A non admin user can not instantiate VNFs." msgstr "A non-admin user can not instantiate VNFs." @@ -568,6 +568,19 @@ msgstr "" "Earlier when Tacker service restarted, it failed to resume monitoring for " "VNFs.This issue is fixed and Tacker will resume monitoring for VNFs." +msgid "" +"Enable VNF vendors to customize configuration methods for applications via " +"MgmtDriver. These customizations are specified by \"interface\" definition " +"in ETSI NFV-SOL001 v2.6.1. With MgmtDriver, users can execute preamble and " +"postamble of the base LCM operation. Customization of LCM itself is not " +"supported by MgmtDriver." +msgstr "" +"Enable VNF vendors to customize configuration methods for applications via " +"MgmtDriver. These customisations are specified by \"interface\" definition " +"in ETSI NFV-SOL001 v2.6.1. With MgmtDriver, users can execute preamble and " +"postamble of the base LCM operation. Customization of LCM itself is not " +"supported by MgmtDriver." + msgid "Expose Cinder volume as NFS shared directories in the storage server." msgstr "Expose Cinder volume as NFS shared directories in the storage server." @@ -597,6 +610,31 @@ msgstr "" msgid "Fixes `bug 1850755`_ which adds short notation support for artifacts." msgstr "Fixes `bug 1850755`_ which adds short notation support for artifacts." +msgid "" +"Fixes `bug 1879436`_. Users who build VNF packages can specify software " +"image properties like `min_disk`, `min_ram` and `size` in different units as " +"mentioned in section 3.2.6.4 of `TOSCA Simple Profile in YAML Version 1.2`_ " +"template. These property values are converted from various units to ``byte`` " +"unit and returned in `GET /vnfpkgm/v1/vnf_packages/{vnf_package_id}` API " +"response." +msgstr "" +"Fixes `bug 1879436`_. Users who build VNF packages can specify software " +"image properties like `min_disk`, `min_ram` and `size` in different units as " +"mentioned in section 3.2.6.4 of `TOSCA Simple Profile in YAML Version 1.2`_ " +"template. These property values are converted from various units to ``byte`` " +"unit and returned in `GET /vnfpkgm/v1/vnf_packages/{vnf_package_id}` API " +"response." + +msgid "" +"Fixes `bug 1923360`_, add missing endpoint URL in each response of vnflcm " +"operation." +msgstr "" +"Fixes `bug 1923360`_, add missing endpoint URL in each response of vnflcm " +"operation." + +msgid "Fixes `bug 1923425`_, add interface into vim connection info." +msgstr "Fixes `bug 1923425`_, add interface into vim connection info." + msgid "" "Fixes bug 1603851, VIM registry should not use keystone information from " "tacker.conf. This fixed the VIM keystone v3 support." @@ -964,6 +1002,13 @@ msgstr "" "Support for legacy templates for creating a VNFD is deprecated and will be " "removed in 'Newton' cycle. Please use TOSCA based templates." +msgid "" +"Support multi-version of RESTfulAPI. The client can use both VNF LCM API " +"\"1.3.0\" and \"2.0.0\" defined by ETSI NFV." +msgstr "" +"Support multi-version of RESTfulAPI. The client can use both VNF LCM API " +"\"1.3.0\" and \"2.0.0\" defined by ETSI NFV." + msgid "Support shared vim for policy action execution" msgstr "Support shared vim for policy action execution" @@ -1008,6 +1053,13 @@ msgstr "Tacker start using Keystone v3 API only." msgid "Tacker workflow definition samples." msgstr "Tacker workflow definition samples." +msgid "" +"The 5.0.0 release includes new features based on ETSI NFV-SOL Release2 " +"specifications. The major changes are:" +msgstr "" +"The 5.0.0 release includes new features based on ETSI NFV-SOL Release2 " +"specifications. The major changes are:" + msgid "" "The `vdu_autoheal` monitoring policy action is implemented only for " "openstack infra driver." @@ -1080,6 +1132,15 @@ msgstr "" "with VNF by providing volume_id in the TOSCA template. In this case, no new " "volume is created while VNF deployment." +msgid "" +"This feature is to enable customization of stack parameters during scale and " +"heal operation through lcm_user_data script. User can provide stack " +"parameters through lcm_user_data script." +msgstr "" +"This feature is to enable the customisation of stack parameters during scale " +"and heal operation through lcm_user_data script. Users can provide stack " +"parameters through lcm_user_data script." + msgid "" "This patch will add VNFFG support for NS. In NSD, users can describe VNFDs " "and nested VNFFGD inside. When NS is created, VNFs and VNFFG are also " @@ -1089,6 +1150,15 @@ msgstr "" "and nested VNFFGD inside. When NS is created, VNFs and VNFFG are also " "created." +msgid "" +"This release contains a new feature to attach an already created or existing " +"volume with VNF. Enhancement to an existing feature that supports attachment " +"of persistent volumes to VNF." +msgstr "" +"This release contains a new feature to attach an already created or existing " +"volume with VNF. Enhancement to an existing feature that supports attachment " +"of persistent volumes to VNF." + msgid "" "This release contains the new features based on ETSI NFV specifications. The " "REST API and data models in ETSI NFV-SOL documents are added: ETSI NFV-" @@ -1119,6 +1189,21 @@ msgstr "" msgid "Upgrade Notes" msgstr "Upgrade Notes" +msgid "" +"Use of JSON policy files was deprecated by the ``oslo.policy`` library " +"during the Victoria development cycle. As a result, this deprecation is " +"being noted in the Wallaby cycle with an anticipated future removal of " +"support by ``oslo.policy``. As such operators will need to convert to YAML " +"policy files. Please see the upgrade notes for details on migration of any " +"custom policy files." +msgstr "" +"The use of JSON policy files was deprecated by the ``oslo.policy`` library " +"during the Victoria development cycle. As a result, this deprecation is " +"being noted in the Wallaby cycle with an anticipated future removal of " +"support by ``oslo.policy``. As such operators will need to convert to YAML " +"policy files. Please see the upgrade notes for details on the migration of " +"any custom policy files." + msgid "" "Users should use python-tackerclient version >= 1.0.1 to list vnf packages " "otherwise it would break as this change is not backward compatible." @@ -1144,6 +1229,15 @@ msgstr "" "template VNF FFG can be instantiated using the default Neutron networking-" "sfc driver." +msgid "" +"VNF LCM API \"2.0.0\" provides a new type of userdata script and utility " +"functions to describe it. They enable the user to freely operate HEAT to " +"meet the unique requirements of VNF." +msgstr "" +"VNF LCM API \"2.0.0\" provides a new type of userdata script and utility " +"functions to describe it. They enable the user to freely operate HEAT to " +"meet the unique requirements of VNF." + msgid "" "VNF auto-scaling and manual-scaling feature is added, to scale in/out the " "VDUs."