summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-06-27 03:54:08 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-06-27 03:54:08 +0000
commit760deb9cc4441fe573e2757447d14f2a7ab8673f (patch)
tree989826708dc7f7b38b118a52aae1c1a3c9a81e00
parent6a5d497069621107d00a274f79c41b07a9104457 (diff)
downloadoslo-utils-760deb9cc4441fe573e2757447d14f2a7ab8673f.tar.gz
Imported Translations from Zanata6.0.1
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I2834d2d5427efca3ab83cd04fd603efc02aab19a
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po23
1 files changed, 21 insertions, 2 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index dc1c222..a48723c 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.utils\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-26 18:44+0000\n"
+"POT-Creation-Date: 2022-06-21 16:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2022-06-01 06:40+0000\n"
+"PO-Revision-Date: 2022-06-26 09:18+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -107,6 +107,9 @@ msgstr "4.8.2"
msgid "4.9.1"
msgstr "4.9.1"
+msgid "5.0.0-4"
+msgstr "5.0.0-4"
+
msgid ""
"A wrapper for hashlib.md5() has been added to allow OpenStack to run on "
"systems where FIPS is enabled. Under FIPS, md5 is disabled and calls to "
@@ -245,6 +248,22 @@ msgstr ""
"removed in a future release."
msgid ""
+"The ``isotime``, ``strtime`` and ``iso8601_from_timestamp`` helpers have "
+"been removed from ``oslo_utils.timeutils``. These are all available in the "
+"stdlib in Python 3."
+msgstr ""
+"The ``isotime``, ``strtime`` and ``iso8601_from_timestamp`` helpers have "
+"been removed from ``oslo_utils.timeutils``. These are all available in the "
+"stdlib in Python 3."
+
+msgid ""
+"The ``oslo_utils.fnmatch`` module has been removed. The stdlib ``fnmatch`` "
+"module is thread safe in Python 3+."
+msgstr ""
+"The ``oslo_utils.fnmatch`` module has been removed. The stdlib ``fnmatch`` "
+"module is thread safe in Python 3+."
+
+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."