summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-10-11 07:51:42 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-10-11 07:51:42 +0000
commitf7fceeb9295cdecc0409fad9298590060aba2fc3 (patch)
treea6d0cfb2c0084fd8f7c1fd193465dc34b3532fb3
parentfc0678a7a69886e3b0379623ee616493be19d072 (diff)
downloadoslo-vmware-f7fceeb9295cdecc0409fad9298590060aba2fc3.tar.gz
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
-rw-r--r--oslo_vmware/locale/en_GB/LC_MESSAGES/oslo_vmware.po9
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po56
2 files changed, 61 insertions, 4 deletions
diff --git a/oslo_vmware/locale/en_GB/LC_MESSAGES/oslo_vmware.po b/oslo_vmware/locale/en_GB/LC_MESSAGES/oslo_vmware.po
index 79f308d..e03de05 100644
--- a/oslo_vmware/locale/en_GB/LC_MESSAGES/oslo_vmware.po
+++ b/oslo_vmware/locale/en_GB/LC_MESSAGES/oslo_vmware.po
@@ -1,15 +1,16 @@
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
+# Andi Chandler <andi@gowling.com>, 2020. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.vmware VERSION\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"
"Content-Type: text/plain; charset=UTF-8\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"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -113,6 +114,10 @@ msgstr "File locked."
msgid "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."
msgstr "Insufficient disk space."
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index b227a64..2e1db4a 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: oslo.vmware Release Notes\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"
"Content-Type: text/plain; charset=UTF-8\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"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -23,6 +23,40 @@ msgstr "2.8.0"
msgid "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"
msgstr "Newton Series Release Notes"
@@ -66,5 +100,23 @@ msgstr "Upgrade Notes"
msgid "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"
msgstr "oslo.vmware Release Notes"