Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ic8a087c600ef0624ee815a330119ccc12c287f0f
This commit is contained in:
parent
6b7eecab5d
commit
f665a6d423
@ -5,11 +5,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Swift Release Notes\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-10-07 00:35+0000\n"
|
||||
"POT-Creation-Date: 2020-10-29 09:29+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2020-10-10 02:41+0000\n"
|
||||
"PO-Revision-Date: 2020-10-28 11:21+0000\n"
|
||||
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
||||
"Language-Team: English (United Kingdom)\n"
|
||||
"Language: en_GB\n"
|
||||
@ -34,6 +34,21 @@ msgstr ""
|
||||
"``cryptography`` to 2.0.2 and ``netifaces`` to 0.8. This is largely due to "
|
||||
"the difficulty of continuing to test with the old versions."
|
||||
|
||||
msgid ""
|
||||
"**If your cluster has encryption enabled and is still running Swift under "
|
||||
"Python 2**, we recommend upgrading Swift *before* transitioning to Python 3. "
|
||||
"Otherwise, new writes to objects with non-ASCII characters in their paths "
|
||||
"may result in corrupted downloads when read from a proxy-server still "
|
||||
"running old swift on Python 2. See `bug 1888037 <https://bugs.launchpad.net/"
|
||||
"swift/+bug/1888037>`__ for more information."
|
||||
msgstr ""
|
||||
"**If your cluster has encryption enabled and is still running Swift under "
|
||||
"Python 2**, we recommend upgrading Swift *before* transitioning to Python 3. "
|
||||
"Otherwise, new writes to objects with non-ASCII characters in their paths "
|
||||
"may result in corrupted downloads when read from a proxy-server still "
|
||||
"running old swift on Python 2. See `bug 1888037 <https://bugs.launchpad.net/"
|
||||
"swift/+bug/1888037>`__ for more information."
|
||||
|
||||
msgid ""
|
||||
"**If your cluster has encryption enabled and is still running Swift under "
|
||||
"Python 2**, we recommend upgrading Swift *before* transitioning to Python 3. "
|
||||
@ -145,12 +160,18 @@ msgstr "2.23.0"
|
||||
msgid "2.23.1"
|
||||
msgstr "2.23.1"
|
||||
|
||||
msgid "2.23.2"
|
||||
msgstr "2.23.2"
|
||||
|
||||
msgid "2.24.0"
|
||||
msgstr "2.24.0"
|
||||
|
||||
msgid "2.25.0"
|
||||
msgstr "2.25.0"
|
||||
|
||||
msgid "2.25.1"
|
||||
msgstr "2.25.1"
|
||||
|
||||
msgid "2.26.0"
|
||||
msgstr "2.26.0"
|
||||
|
||||
@ -590,6 +611,11 @@ msgstr "COPY now works with Unicode account names."
|
||||
msgid "Cache all answers from nameservers in cname_lookup."
|
||||
msgstr "Cache all answers from nameservers in cname_lookup."
|
||||
|
||||
msgid ""
|
||||
"Certain S3 API headers are now lower case as they would be coming from AWS."
|
||||
msgstr ""
|
||||
"Certain S3 API headers are now lower case as they would be coming from AWS."
|
||||
|
||||
msgid ""
|
||||
"Change the behavior of the EC reconstructor to perform a fragment rebuild to "
|
||||
"a handoff node when a primary peer responds with 507 to the REPLICATE "
|
||||
@ -868,6 +894,13 @@ msgstr ""
|
||||
"See See `Launchpad bug 1639691 <https://bugs.launchpad.net/swift/"
|
||||
"+bug/1639691>`__ for more information."
|
||||
|
||||
msgid ""
|
||||
"Errors encountered while validating static symlink targets no longer cause "
|
||||
"BadResponseLength errors in the proxy-server."
|
||||
msgstr ""
|
||||
"Errors encountered while validating static symlink targets no longer cause "
|
||||
"BadResponseLength errors in the proxy-server."
|
||||
|
||||
msgid ""
|
||||
"Errors encountered while validating static symlink targets no longer cause "
|
||||
"``BadResponseLength`` errors in the proxy-server."
|
||||
@ -1073,6 +1106,13 @@ msgstr ""
|
||||
"Fixed an issue that caused Delete Multiple Objects requests with large "
|
||||
"bodies to 400. This was previously fixed in 2.20.0."
|
||||
|
||||
msgid ""
|
||||
"Fixed an issue when reading or writing objects with a content-type like "
|
||||
"``message/*``. Previously, Swift would fail to respond."
|
||||
msgstr ""
|
||||
"Fixed an issue when reading or writing objects with a content-type like "
|
||||
"``message/*``. Previously, Swift would fail to respond."
|
||||
|
||||
msgid ""
|
||||
"Fixed an issue where S3 API v4 signatures would not be validated against the "
|
||||
"body of the request, allowing a replay attack if request headers were "
|
||||
@ -1986,6 +2026,13 @@ msgstr ""
|
||||
"Reduced object-replicator and object-reconstructor CPU usage by only "
|
||||
"checking that the device list is current when rings change."
|
||||
|
||||
msgid ""
|
||||
"Region name config option is now respected when configuring S3 credential "
|
||||
"caching."
|
||||
msgstr ""
|
||||
"Region name config option is now respected when configuring S3 credential "
|
||||
"caching."
|
||||
|
||||
msgid ""
|
||||
"Remove ``swift-temp-url`` script. The functionality has been in swiftclient "
|
||||
"for a long time and this script has been deprecated since 2.10.0."
|
||||
@ -2531,6 +2578,9 @@ msgstr ""
|
||||
"instead of going disk-by-disk. This eliminates single-disk I/O contention "
|
||||
"and allows continued scaling as concurrency is increased."
|
||||
|
||||
msgid "The formpost middleware now works with unicode file names."
|
||||
msgstr "The formpost middleware now works with Unicode file names."
|
||||
|
||||
msgid ""
|
||||
"The improvements to EC reads made in Swift 2.10.0 have also been applied to "
|
||||
"the reconstructor. This allows fragments to be rebuilt in more "
|
||||
|
Loading…
Reference in New Issue
Block a user