Imported Translations from Zanata

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

Change-Id: I2834d2d5427efca3ab83cd04fd603efc02aab19a
This commit is contained in:
OpenStack Proposal Bot 2022-06-27 03:54:08 +00:00
parent 6a5d497069
commit 760deb9cc4
1 changed files with 21 additions and 2 deletions

View File

@ -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 "
@ -244,6 +247,22 @@ msgstr ""
"Support for parsing the ``human`` format has been deprecated and will be "
"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 "