Imported Translations from Zanata

For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I8ad3f9a82802c6233dd8776011560b845656d3d5
This commit is contained in:
OpenStack Proposal Bot 2020-10-11 07:51:42 +00:00
parent fc0678a7a6
commit f7fceeb929
2 changed files with 61 additions and 4 deletions

View File

@ -1,15 +1,16 @@
# Andi Chandler <andi@gowling.com>, 2016. #zanata # Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata # Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata # Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2020. #zanata
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.vmware VERSION\n" "Project-Id-Version: oslo.vmware VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2018-01-30 01:47+0000\n" "POT-Creation-Date: 2020-09-22 12:46+0000\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-09-28 03:30+0000\n" "PO-Revision-Date: 2020-10-10 02:29+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n" "Language-Team: English (United Kingdom)\n"
"Language: en_GB\n" "Language: en_GB\n"
@ -113,6 +114,10 @@ msgstr "File locked."
msgid "File not found." msgid "File not found."
msgstr "File not found." msgstr "File not found."
#, python-format
msgid "Incomplete VMDK upload to %s."
msgstr "Incomplete VMDK upload to %s."
msgid "Insufficient disk space." msgid "Insufficient disk space."
msgstr "Insufficient disk space." msgstr "Insufficient disk space."

View File

@ -6,11 +6,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.vmware Release Notes\n" "Project-Id-Version: oslo.vmware Release Notes\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-19 14:35+0000\n" "POT-Creation-Date: 2020-09-22 12:46+0000\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-05-04 09:28+0000\n" "PO-Revision-Date: 2020-10-10 02:29+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n" "Language-Team: English (United Kingdom)\n"
"Language: en_GB\n" "Language: en_GB\n"
@ -23,6 +23,40 @@ msgstr "2.8.0"
msgid "3.0.0" msgid "3.0.0"
msgstr "3.0.0" msgstr "3.0.0"
msgid "3.4.0"
msgstr "3.4.0"
msgid "3.5.0"
msgstr "3.5.0"
msgid "3.6.0"
msgstr "3.6.0"
msgid "Bug Fixes"
msgstr "Bug Fixes"
msgid ""
"Code accessing the ``cookiejar`` must use ``session.client.cookiejar`` "
"instead of the previous ``session.client.options.transport.cookiejar``, "
"because with `this spec <https://specs.openstack.org/openstack/oslo-specs/"
"specs/victoria/oslo-vmware-soap-library-switch.html>`_ we switch the backing "
"SOAP library and different libraries have different locations for their "
"transport and cookiejar objects."
msgstr ""
"Code accessing the ``cookiejar`` must use ``session.client.cookiejar`` "
"instead of the previous ``session.client.options.transport.cookiejar``, "
"because with `this spec <https://specs.openstack.org/openstack/oslo-specs/"
"specs/victoria/oslo-vmware-soap-library-switch.html>`_ we switch the backing "
"SOAP library and different libraries have different locations for their "
"transport and cookiejar objects."
msgid ""
"Incomplete VMDK upload during ImportVApp is falsely marked as successful "
"leading to a corrupted VM."
msgstr ""
"Incomplete VMDK upload during ImportVApp is falsely marked as successful "
"leading to a corrupted VM."
msgid "Newton Series Release Notes" msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes" msgstr "Newton Series Release Notes"
@ -66,5 +100,23 @@ msgstr "Upgrade Notes"
msgid "Ussuri Series Release Notes" msgid "Ussuri Series Release Notes"
msgstr "Ussuri Series Release Notes" msgstr "Ussuri Series Release Notes"
msgid "Victoria Series Release Notes"
msgstr "Victoria Series Release Notes"
msgid ""
"``ManagedObjectReference``'s ``value`` and ``_type`` attributes must not be "
"used anymore in depending projects. Instead, ``vim_util.get_moref_value()`` "
"and ``vim_util.get_moref_type()`` have to be used, because with `this spec "
"<https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-"
"soap-library-switch.html>`_ we switch the backing SOAP library and different "
"libraries have different representations of those attributes."
msgstr ""
"``ManagedObjectReference``'s ``value`` and ``_type`` attributes must not be "
"used any more in depending projects. Instead, ``vim_util.get_moref_value()`` "
"and ``vim_util.get_moref_type()`` have to be used, because with `this spec "
"<https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-"
"soap-library-switch.html>`_ we switch the backing SOAP library and different "
"libraries have different representations of those attributes."
msgid "oslo.vmware Release Notes" msgid "oslo.vmware Release Notes"
msgstr "oslo.vmware Release Notes" msgstr "oslo.vmware Release Notes"