summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-04-29 09:16:22 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-04-29 09:16:22 +0000
commita91e6b9e673270cc977f12c7c27dca023bb13ef8 (patch)
tree355c514d6a36ecc760205f3a7e02d0a89df9256c
parent63eb2c5736a4121a54fafa407a4932effc626e85 (diff)
downloadoslo-utils-a91e6b9e673270cc977f12c7c27dca023bb13ef8.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: Icbde6a5eb3ebdd3b34fbbfff90bd8c1c7fca6b34
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po99
1 files changed, 96 insertions, 3 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 71a512e..93fc546 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -1,14 +1,15 @@
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
+# Andi Chandler <andi@gowling.com>, 2020. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.utils Release Notes\n"
+"Project-Id-Version: oslo.utils\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-09 13:01+0000\n"
+"POT-Creation-Date: 2020-04-14 11:54+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-02-06 11:26+0000\n"
+"PO-Revision-Date: 2020-04-27 08:23+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -21,6 +22,40 @@ msgstr "3.13.0"
msgid "3.18.0"
msgstr "3.18.0"
+msgid "3.36.5"
+msgstr "3.36.5"
+
+msgid "3.40.5"
+msgstr "3.40.5"
+
+msgid "3.40.6"
+msgstr "3.40.6"
+
+msgid "3.41.3"
+msgstr "3.41.3"
+
+msgid "3.41.4"
+msgstr "3.41.4"
+
+msgid "3.41.5"
+msgstr "3.41.5"
+
+msgid "3.42.1"
+msgstr "3.42.1"
+
+msgid "4.0.0"
+msgstr "4.0.0"
+
+msgid "4.1.0"
+msgstr "4.1.0"
+
+msgid ""
+"Additional password names were included from real world logs that contained "
+"sensitive information."
+msgstr ""
+"Additional password names were included from real world logs that contained "
+"sensitive information."
+
msgid "Bug Fixes"
msgstr "Bug Fixes"
@@ -30,6 +65,13 @@ msgstr "Expanded range of allowed ports by adding 0 to valid number."
msgid "Introduce reno for deployer release notes."
msgstr "Introduce Reno for developer release notes."
+msgid ""
+"It also ensures that some fancy names with a common base, but added number "
+"are actually taken care of."
+msgstr ""
+"It also ensures that some fancy names with a common base, but added number "
+"are actually taken care of."
+
msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"
@@ -45,8 +87,59 @@ msgstr "Pike Series Release Notes"
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
+msgid "Rocky Series Release Notes"
+msgstr "Rocky Series Release Notes"
+
+msgid "Security Issues"
+msgstr "Security Issues"
+
+msgid "Stein Series Release Notes"
+msgstr "Stein Series Release Notes"
+
+msgid ""
+"Support for Python 2.7 has been dropped. The minimum version of Python now "
+"supported is Python 3.6."
+msgstr ""
+"Support for Python 2.7 has been dropped. The minimum version of Python now "
+"supported is Python 3.6."
+
+msgid ""
+"This patch ensures that we mask sensitive data when masking dicts, even if "
+"the case doesn't match. This means the behaviour of mask_password and "
+"mask_dict_password is now the same."
+msgstr ""
+"This patch ensures that we mask sensitive data when masking dicts, even if "
+"the case doesn't match. This means the behaviour of mask_password and "
+"mask_dict_password is now the same."
+
+msgid ""
+"This patch ensures we actually mask sensitive data, even if case doesn't "
+"match the static entry we have in the patterns."
+msgstr ""
+"This patch ensures we actually mask sensitive data, even if case doesn't "
+"match the static entry we have in the patterns."
+
+msgid "Train Series Release Notes"
+msgstr "Train Series Release Notes"
+
msgid "Unreleased Release Notes"
msgstr "Unreleased Release Notes"
+msgid "Upgrade Notes"
+msgstr "Upgrade Notes"
+
+msgid "Ussuri Series Release Notes"
+msgstr "Ussuri Series Release Notes"
+
+msgid "https://bugs.launchpad.net/tripleo/+bug/1850843"
+msgstr "https://bugs.launchpad.net/tripleo/+bug/1850843"
+
msgid "oslo.utils Release Notes"
msgstr "oslo.utils Release Notes"
+
+msgid ""
+"qemu 4.1.0 output shifts to scientific notation at 1000mb, breaking oslo."
+"utils. ``QemuImgInfo`` is now fixed to support this notation."
+msgstr ""
+"QEMU 4.1.0 output shifts to scientific notation at 1000MB, breaking oslo."
+"utils. ``QemuImgInfo`` is now fixed to support this notation."