summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-04-11 08:43:31 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-04-11 08:43:31 +0000
commit9a7ab4b3b26281d0d55d2e9f6a39cd59e1c637fe (patch)
tree27415cbc2297e80aaf52bdff2937407ec9263829 /releasenotes
parenta495f1e327fac17246a296721fb1eda8470e4773 (diff)
downloadswift-9a7ab4b3b26281d0d55d2e9f6a39cd59e1c637fe.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iebcfa847fbacdedb6d9cf1acd17188f7beb12952
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po78
1 files changed, 76 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 11f0f560d..d17473d40 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -1,20 +1,39 @@
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
+# Andi Chandler <andi@gowling.com>, 2020. #zanata
msgid ""
msgstr ""
"Project-Id-Version: swift\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-09 00:11+0000\n"
+"POT-Creation-Date: 2020-04-10 11:59+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-08-08 10:00+0000\n"
+"PO-Revision-Date: 2020-04-07 08:39+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+msgid ""
+"**Dependency update**: ``eventlet`` must be at least 0.25.0. This also "
+"dragged forward minimum-supported versions of ``dnspython`` (1.15.0), "
+"``greenlet`` (0.3.2), and ``six`` (1.10.0)."
+msgstr ""
+"**Dependency update**: ``eventlet`` must be at least 0.25.0. This also "
+"dragged forward minimum-supported versions of ``dnspython`` (1.15.0), "
+"``greenlet`` (0.3.2), and ``six`` (1.10.0)."
+
+msgid ""
+"**Dependency updates**: we've increased our minimum supported version of "
+"``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."
+msgstr ""
+"**Dependency updates**: we've increased our minimum supported version of "
+"``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 "2.10.0"
msgstr "2.10.0"
@@ -36,6 +55,9 @@ msgstr "2.13.0"
msgid "2.13.1"
msgstr "2.13.1"
+msgid "2.13.1-12"
+msgstr "2.13.1-12"
+
msgid "2.14.0"
msgstr "2.14.0"
@@ -45,15 +67,24 @@ msgstr "2.15.0"
msgid "2.15.1"
msgstr "2.15.1"
+msgid "2.15.2"
+msgstr "2.15.2"
+
msgid "2.16.0"
msgstr "2.16.0"
msgid "2.17.0"
msgstr "2.17.0"
+msgid "2.17.1"
+msgstr "2.17.1"
+
msgid "2.18.0"
msgstr "2.18.0"
+msgid "2.19.0"
+msgstr "2.19.0"
+
msgid ""
"A PUT or POST to a container will now update the container's Last-Modified "
"time, and that value will be included in a GET/HEAD response."
@@ -1161,6 +1192,13 @@ msgstr ""
"before upgrading."
msgid ""
+"The container-updater now reports zero objects and bytes used for child DBs "
+"in sharded containers. This prevents double-counting in utilization reports."
+msgstr ""
+"The container-updater now reports zero objects and bytes used for child DBs "
+"in sharded containers. This prevents double-counting in utilisation reports."
+
+msgid ""
"The default for `object_post_as_copy` has been changed to False. The option "
"is now deprecated and will be removed in a future release. If your cluster "
"is still running with post-as-copy enabled, please update it to use the "
@@ -1176,6 +1214,13 @@ msgstr ""
"post\" is where `object_post_as_copy` is false)."
msgid ""
+"The default location is now set to \"us-east-1\". This is more likely to be "
+"the default region that a client will try when using v4 signatures."
+msgstr ""
+"The default location is now set to \"us-east-1\". This is more likely to be "
+"the default region that a client will try when using v4 signatures."
+
+msgid ""
"The erasure code reconstructor `handoffs_first` option has been deprecated "
"in favor of `handoffs_only`. `handoffs_only` is far more useful, and just "
"like `handoffs_first` mode in the replicator, it gives the operator the "
@@ -1262,6 +1307,19 @@ msgstr ""
"works across different greenlets and different pthreads."
msgid ""
+"The object updater now supports two configuration settings: \"concurrency\" "
+"and \"updater_workers\". The latter controls how many worker processes are "
+"spawned, while the former controls how many concurrent container updates are "
+"performed by each worker process. This should speed the processing of "
+"async_pendings."
+msgstr ""
+"The object updater now supports two configuration settings: \"concurrency\" "
+"and \"updater_workers\". The latter controls how many worker processes are "
+"spawned, while the former controls how many concurrent container updates are "
+"performed by each worker process. This should speed the processing of "
+"async_pendings."
+
+msgid ""
"The output of devices from ``swift-ring-builder`` has been reordered by "
"region, zone, ip, and device."
msgstr ""
@@ -1296,6 +1354,9 @@ msgstr ""
msgid "Truncate error logs to prevent log handler from running out of buffer."
msgstr "Truncate error logs to prevent log handler from running out of buffer."
+msgid "Unsigned payloads work with v4 signatures once more."
+msgstr "Unsigned payloads work with v4 signatures once more."
+
msgid ""
"Update dnspython dependency to 1.14, removing the need to have separate "
"dnspython dependencies for Py2 and Py3."
@@ -1364,6 +1425,19 @@ msgstr ""
"functionality. CLI tools will be delivered in a subsequent release."
msgid ""
+"When listing objects in a container in json format, static large objects "
+"(SLOs) will now include an additional new \"slo_etag\" key that matches the "
+"etag returned when requesting the SLO. The existing \"hash\" key remains "
+"unchanged as the MD5 of the SLO manifest. Text and XML listings are "
+"unaffected by this change."
+msgstr ""
+"When listing objects in a container in json format, static large objects "
+"(SLOs) will now include an additional new \"slo_etag\" key that matches the "
+"etag returned when requesting the SLO. The existing \"hash\" key remains "
+"unchanged as the MD5 of the SLO manifest. Text and XML listings are "
+"unaffected by this change."
+
+msgid ""
"When requesting objects, return 404 if a tombstone is found and is newer "
"than any data found. Previous behavior was to return stale data."
msgstr ""