Merge "Imported Translations from Zanata"

This commit is contained in:
Zuul 2018-11-06 15:13:49 +00:00 committed by Gerrit Code Review
commit cf5b3b56a3
1 changed files with 131 additions and 2 deletions

View File

@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: cinder\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-30 05:17+0000\n"
"POT-Creation-Date: 2018-11-05 18:38+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-10-17 10:27+0000\n"
"PO-Revision-Date: 2018-11-05 09:19+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -63,6 +63,9 @@ msgstr "11.0.2"
msgid "11.1.1"
msgstr "11.1.1"
msgid "11.1.1-26"
msgstr "11.1.1-26"
msgid "12.0.0"
msgstr "12.0.0"
@ -78,9 +81,15 @@ msgstr "12.0.3"
msgid "12.0.4"
msgstr "12.0.4"
msgid "12.0.4-7"
msgstr "12.0.4-7"
msgid "13.0.0"
msgstr "13.0.0"
msgid "13.0.1"
msgstr "13.0.1"
msgid ""
"3PAR driver creates FC VLUN of match-set type instead of host sees. With "
"match-set, the host will see the virtual volume on specified NSP (Node-Slot-"
@ -2727,6 +2736,23 @@ msgstr ""
"of compressed volumes. Create compressed volume from compressed volume/"
"snapshot source. Compression support to create cg from source."
msgid ""
"HPE LeftHand config options ``hplefthand_api_url``, ``hplefthand_username``, "
"``hplefthand_password``, ``hplefthand_clustername``, "
"``hplefthand_iscsi_chap_enabled``, and ``hplefthand_debug`` were deprecated "
"in the Mitaka release and have now been removed. The corresponding "
"``hpelefthand_api_url``, ``hpelefthand_username``, ``hpelefthand_password``, "
"``hpelefthand_clustername``, ``hpelefthand_iscsi_chap_enabled``, and "
"``hpelefthand_debug`` should be used instead."
msgstr ""
"HPE LeftHand config options ``hplefthand_api_url``, ``hplefthand_username``, "
"``hplefthand_password``, ``hplefthand_clustername``, "
"``hplefthand_iscsi_chap_enabled``, and ``hplefthand_debug`` were deprecated "
"in the Mitaka release and have now been removed. The corresponding "
"``hpelefthand_api_url``, ``hpelefthand_username``, ``hpelefthand_password``, "
"``hpelefthand_clustername``, ``hpelefthand_iscsi_chap_enabled``, and "
"``hpelefthand_debug`` should be used instead."
msgid ""
"HTTP connector for the Cinder Brocade FC Zone plugin. This connector allows "
"for communication between the Brocade FC zone plugin and the switch to be "
@ -2890,6 +2916,25 @@ msgstr ""
"commands result in file descriptor leak warning messages which in turn cause "
"the process_execution method to raise and exception."
msgid ""
"In order to simplify initial setup for new installations the default "
"behaviour of the Quobyte driver for the options "
"``nas_secure_file_operations`` and ``nas_secure_file_permissions`` has "
"changed. The 'auto' values are no longer mapped to true but to false. "
"Therefore the old default behaviour to run with secure settings is changed "
"to run without secure settings as the new default behaviour. Installations "
"using the default values for these options should ensure to explicitly set "
"them to true with this new Cinder Quobyte driver version."
msgstr ""
"In order to simplify initial setup for new installations the default "
"behaviour of the Quobyte driver for the options "
"``nas_secure_file_operations`` and ``nas_secure_file_permissions`` has "
"changed. The 'auto' values are no longer mapped to true but to false. "
"Therefore the old default behaviour to run with secure settings is changed "
"to run without secure settings as the new default behaviour. Installations "
"using the default values for these options should ensure to explicitly set "
"them to true with this new Cinder Quobyte driver version."
msgid "Infortrend"
msgstr "Infortrend"
@ -4998,6 +5043,26 @@ msgstr ""
"The VMware VMDK driver supports a new config option 'vmware_host_port' to "
"specify the port number to connect to vCenter server."
msgid ""
"The Veritas HyperScale driver has been marked as unsupported and is now "
"deprecated. ``enable_unsupported_driver`` will need to be set to ``True`` in "
"the driver's section in cinder.conf to continue to use it."
msgstr ""
"The Veritas HyperScale driver has been marked as unsupported and is now "
"deprecated. ``enable_unsupported_driver`` will need to be set to ``True`` in "
"the driver's section in cinder.conf to continue to use it."
msgid ""
"The Veritas HyperScale driver has been marked as unsupported and is now "
"deprecated. ``enable_unsupported_driver`` will need to be set to ``True`` in "
"the driver's section in cinder.conf to continue to use it. If its support "
"status does not change, it will be removed in the 'T' development cycle."
msgstr ""
"The Veritas HyperScale driver has been marked as unsupported and is now "
"deprecated. ``enable_unsupported_driver`` will need to be set to ``True`` in "
"the driver's section in cinder.conf to continue to use it. If its support "
"status does not change, it will be removed in the 'T' development cycle."
msgid ""
"The Violin drivers have been marked as unsupported and are now deprecated. "
"``enable_unsupported_drivers`` will need to be set to ``True`` in cinder."
@ -5120,6 +5185,42 @@ msgstr ""
"driver's section in cinder.conf to continue to use it. If its support status "
"does not change, they will be removed in the Queens development cycle."
msgid ""
"The ``WindowsDriver`` was renamed in the Queens release to "
"``WindowsISCSIDriver`` to avoid confusion with the SMB driver. The backwards "
"compatibility for this has now been removed, so any cinder.conf settings "
"still using ``cinder.volume.drivers.windows.windows.WindowsDriver`` must now "
"be updated to use ``cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver``."
msgstr ""
"The ``WindowsDriver`` was renamed in the Queens release to "
"``WindowsISCSIDriver`` to avoid confusion with the SMB driver. The backwards "
"compatibility for this has now been removed, so any cinder.conf settings "
"still using ``cinder.volume.drivers.windows.windows.WindowsDriver`` must now "
"be updated to use ``cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver``."
msgid ""
"The ``cinder-manage db online_data_migrations`` command now returns exit "
"status 2 in the case where some migrations failed (raised exceptions) and no "
"others were completed successfully from the last batch attempted. This "
"should be considered a fatal condition that requires intervention. Exit "
"status 1 will be returned in the case where the ``--max-count`` option was "
"used and some migrations failed but others succeeded (updated at least one "
"row), because more work may remain for the non-failing migrations, and their "
"completion may be a dependency for the failing ones. The command should be "
"reiterated while it returns exit status 1, and considered completed "
"successfully only when it returns exit status 0."
msgstr ""
"The ``cinder-manage db online_data_migrations`` command now returns exit "
"status 2 in the case where some migrations failed (raised exceptions) and no "
"others were completed successfully from the last batch attempted. This "
"should be considered a fatal condition that requires intervention. Exit "
"status 1 will be returned in the case where the ``--max-count`` option was "
"used and some migrations failed but others succeeded (updated at least one "
"row), because more work may remain for the non-failing migrations, and their "
"completion may be a dependency for the failing ones. The command should be "
"reiterated while it returns exit status 1, and considered completed "
"successfully only when it returns exit status 0."
msgid ""
"The ``force`` boolean parameter has been added to the volume delete API. It "
"may be used in combination with ``cascade``. This also means that volume "
@ -5189,6 +5290,19 @@ msgstr ""
"numbers to zero. The previous execution return code behaviour is retained "
"for scripting."
msgid ""
"The config options ``iscsi_ip_address``, ``iscsi_port``, ``target_helper``, "
"``iscsi_target_prefix`` and ``iscsi_protocol`` were deprecated in the Queens "
"release and have now been removed. Deployments should now used the more "
"general ``target_ip_address``, ``target_port``, ``target_helper``, "
"``target_prefix`` and ``target_protocol`` options."
msgstr ""
"The config options ``iscsi_ip_address``, ``iscsi_port``, ``target_helper``, "
"``iscsi_target_prefix`` and ``iscsi_protocol`` were deprecated in the Queens "
"release and have now been removed. Deployments should now used the more "
"general ``target_ip_address``, ``target_port``, ``target_helper``, "
"``target_prefix`` and ``target_protocol`` options."
msgid ""
"The config options ``scheduler_topic``, ``volume_topic`` and "
"``backup_topic`` have been removed without a deprecation period as these had "
@ -5910,6 +6024,21 @@ msgstr "X-IO"
msgid "ZTE"
msgstr "ZTE"
msgid ""
"[`Community Goal <https://governance.openstack.org/tc/goals/stein/upgrade-"
"checkers.html>`_] Support has been added for developers to write pre-upgrade "
"checks. Operators can run these checks using ``cinder-status upgrade "
"check``. This allows operators to be more confident when upgrading their "
"deployments by having a tool that automates programmable checks against the "
"deployment configuration or dataset."
msgstr ""
"[`Community Goal <https://governance.openstack.org/tc/goals/stein/upgrade-"
"checkers.html>`_] Support has been added for developers to write pre-upgrade "
"checks. Operators can run these checks using ``cinder-status upgrade "
"check``. This allows operators to be more confident when upgrading their "
"deployments by having a tool that automates programmable checks against the "
"deployment configuration or dataset."
msgid ""
"[`bug 1772421 <https://bugs.launchpad.net/keystone/+bug/1772421>`_] "
"INFINIDAT fixed a bug in volume extension feature where volumes were not "