Imported Translations from Zanata

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

Change-Id: I6f369136c0e338e8f8da9ef6a926b4317ee31e94
This commit is contained in:
OpenStack Proposal Bot 2024-02-08 03:40:53 +00:00
parent b81c50fea9
commit ebb842abf0

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: keystonemiddleware\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-30 18:03+0000\n"
"POT-Creation-Date: 2024-02-07 16:09+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -19,6 +19,9 @@ msgstr ""
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
msgid "10.0.0"
msgstr "10.0.0"
msgid "10.1.0"
msgstr "10.1.0"
@ -205,6 +208,13 @@ msgstr ""
"support Python 2.7 is OpenStack Train. The minimum version of Python now "
"supported is Python 3.6."
msgid ""
"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now "
"supported is Python 3.8."
msgstr ""
"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now "
"supported is Python 3.8."
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
@ -458,6 +468,23 @@ msgstr ""
"instantiating the auth_token middleware themselves and wish to use an "
"existing configuration."
msgid ""
"[`bug 1540022 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1540022>`_] The auth_token middleware will now accept a conf setting "
"named ``oslo_config_config``. If this is set its value must be an existing "
"oslo_config `ConfigOpts`. ``oslo_config_config`` takes precedence over "
"``oslo_config_project``. This feature is useful to applications that are "
"instantiating the auth_token middleware themselves and wish to use an "
"existing configuration."
msgstr ""
"[`bug 1540022 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1540022>`_] The auth_token middleware will now accept a conf setting "
"named ``oslo_config_config``. If this is set its value must be an existing "
"oslo_config `ConfigOpts`. ``oslo_config_config`` takes precedence over "
"``oslo_config_project``. This feature is useful to applications that are "
"instantiating the auth_token middleware themselves and wish to use an "
"existing configuration."
msgid ""
"[`bug 1540115 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1540115>`_] Optional dependencies can now be installed using `extras`. "