Imported Translations from Zanata

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

Change-Id: I27a90c1f3132af5cbbeb18a6e59f88f5fe387a36
This commit is contained in:
OpenStack Proposal Bot 2018-05-01 07:09:40 +00:00
parent 686f7a5b0b
commit c64c10640f
2 changed files with 67 additions and 11 deletions

View File

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: keystonemiddleware VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2018-02-20 19:27+0000\n"
"POT-Creation-Date: 2018-04-21 04:01+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -37,13 +37,6 @@ msgstr "Failure parsing response from Keystone"
msgid "Identity server rejected authorization necessary to fetch token data"
msgstr "Identity server rejected authorisation necessary to fetch token data"
msgid ""
"Implementations of auth_token must set kwargs_to_fetch_token this will be "
"the required and assumed in Queens."
msgstr ""
"Implementations of auth_token must set kwargs_to_fetch_token this will be "
"the required and assumed in Queens."
msgid "Invalid MAC; data appears to be corrupted."
msgstr "Invalid MAC; data appears to be corrupted."

View File

@ -2,13 +2,13 @@
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: keystonemiddleware Release Notes\n"
"Project-Id-Version: keystonemiddleware\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-20 19:27+0000\n"
"POT-Creation-Date: 2018-04-21 04:01+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-01 09:55+0000\n"
"PO-Revision-Date: 2018-04-30 10:08+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -42,6 +42,12 @@ msgstr "4.5.0"
msgid "4.6.0"
msgstr "4.6.0"
msgid "5.0.0"
msgstr "5.0.0"
msgid "5.0.0-5"
msgstr "5.0.0-5"
msgid ""
"A new configuration option for the s3token middleware called auth_uri can be "
"used to set the URI to be used for authentication. This replaces auth_host, "
@ -117,6 +123,9 @@ msgstr "Newton Series Release Notes"
msgid "Ocata Series Release Notes"
msgstr "Ocata Series Release Notes"
msgid "Other Notes"
msgstr "Other Notes"
msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"
@ -161,6 +170,15 @@ msgstr ""
"enforce this behaviour. This will become the default setting in future "
"releases."
msgid ""
"The ``kwargs_to_fetch_token`` setting was removed from the "
"``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs "
"will be passed to the ``fetch_token`` method."
msgstr ""
"The ``kwargs_to_fetch_token`` setting was removed from the "
"``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs "
"will be passed to the ``fetch_token`` method."
msgid ""
"The auth_host, auth_port, and auth_protocol configuration options to the "
"s3token middleware are now deprecated."
@ -370,6 +388,27 @@ msgstr ""
"``pycrypto`` and ``cryptography``. The same is true of data encrypted using "
"``cryptography``."
msgid ""
"[`bug 1695038 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1695038>`_] The use_oslo_messaging configuration option is added for "
"services such as Swift, which need the audit middleware to use the local "
"logger instead of the oslo.messaging notifier regardless of whether the oslo."
"messaging package is present or not. Leave this option set to its default "
"True value to keep the previous behavior unchanged - the audit middleware "
"will use the oslo.messaging notifier if the oslo.messaging package is "
"present, and the local logger otherwise. Services that rely on the local "
"logger for audit notifications must set this option to False."
msgstr ""
"[`bug 1695038 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1695038>`_] The use_oslo_messaging configuration option is added for "
"services such as Swift, which need the audit middleware to use the local "
"logger instead of the oslo.messaging notifier regardless of whether the oslo."
"messaging package is present or not. Leave this option set to its default "
"True value to keep the previous behaviour unchanged - the audit middleware "
"will use the oslo.messaging notifier if the oslo.messaging package is "
"present, and the local logger otherwise. Services that rely on the local "
"logger for audit notifications must set this option to False."
msgid ""
"[`bug 1737115 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1737115>`_] Last release have accidentaly make python-memcached a hard "
@ -390,5 +429,29 @@ msgstr ""
"object, the configuration was not read from the configuration file. This "
"have been fixed."
msgid ""
"[`bug 1762362 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1762362>`_] The value of the header \"WWW-Authenticate\" in a 401 "
"(Unauthorized) response now is double quoted to follow the RFC requirement."
msgstr ""
"[`bug 1762362 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1762362>`_] The value of the header \"WWW-Authenticate\" in a 401 "
"(Unauthorised) response now is double quoted to follow the RFC requirement."
msgid ""
"[`bug/1747655 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1747655>`_] When keystone is temporarily unavailable, "
"keystonemiddleware correctly sends a 503 response to the HTTP client but was "
"not identifying which service was down, leading to confusion on whether it "
"was keystone or the service using keystonemiddleware that was unavailable. "
"This change identifies keystone in the error response."
msgstr ""
"[`bug/1747655 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1747655>`_] When keystone is temporarily unavailable, "
"keystonemiddleware correctly sends a 503 response to the HTTP client but was "
"not identifying which service was down, leading to confusion on whether it "
"was keystone or the service using keystonemiddleware that was unavailable. "
"This change identifies keystone in the error response."
msgid "keystonemiddleware Release Notes"
msgstr "keystonemiddleware Release Notes"