Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ie9e19b79744834e7e4a57545d641fb42f02ef0db
This commit is contained in:
parent
fb13f8d1d9
commit
2bf1bfc5d2
@ -3,15 +3,16 @@
|
||||
# Andi Chandler <andi@gowling.com>, 2018. #zanata
|
||||
# Andi Chandler <andi@gowling.com>, 2019. #zanata
|
||||
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
||||
# Andi Chandler <andi@gowling.com>, 2022. #zanata
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: oslo.cache Release Notes\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-05-11 15:54+0000\n"
|
||||
"POT-Creation-Date: 2022-09-09 16:01+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-03 10:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-05 10:56+0000\n"
|
||||
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
||||
"Language-Team: English (United Kingdom)\n"
|
||||
"Language: en_GB\n"
|
||||
@ -21,6 +22,9 @@ msgstr ""
|
||||
msgid "1.22.0"
|
||||
msgstr "1.22.0"
|
||||
|
||||
msgid "1.28.1-2"
|
||||
msgstr "1.28.1-2"
|
||||
|
||||
msgid "1.30.0"
|
||||
msgstr "1.30.0"
|
||||
|
||||
@ -42,6 +46,12 @@ msgstr "1.34.0"
|
||||
msgid "1.37.0"
|
||||
msgstr "1.37.0"
|
||||
|
||||
msgid "1.37.1"
|
||||
msgstr "1.37.1"
|
||||
|
||||
msgid "1.37.1-4"
|
||||
msgstr "1.37.1-4"
|
||||
|
||||
msgid "1.9.0"
|
||||
msgstr "1.9.0"
|
||||
|
||||
@ -51,12 +61,64 @@ msgstr "2.0.0"
|
||||
msgid "2.1.0"
|
||||
msgstr "2.1.0"
|
||||
|
||||
msgid "2.10.0"
|
||||
msgstr "2.10.0"
|
||||
|
||||
msgid "2.2.0"
|
||||
msgstr "2.2.0"
|
||||
|
||||
msgid "2.3.1"
|
||||
msgstr "2.3.1"
|
||||
|
||||
msgid "2.3.1-4"
|
||||
msgstr "2.3.1-4"
|
||||
|
||||
msgid "2.6.2"
|
||||
msgstr "2.6.2"
|
||||
|
||||
msgid "2.6.3"
|
||||
msgstr "2.6.3"
|
||||
|
||||
msgid "2.7.0"
|
||||
msgstr "2.7.0"
|
||||
|
||||
msgid "2.7.1"
|
||||
msgstr "2.7.1"
|
||||
|
||||
msgid "2.8.2"
|
||||
msgstr "2.8.2"
|
||||
|
||||
msgid "3.1.0"
|
||||
msgstr "3.1.0"
|
||||
|
||||
msgid "@param flush_on_reconnect: optional flag which prevents a"
|
||||
msgstr "@param flush_on_reconnect: optional flag which prevents a"
|
||||
|
||||
msgid ""
|
||||
"Add new options (``enable_retry_client``, ``retry_attempts``, "
|
||||
"``retry_delay``) to add retry mechanisms to the pymemcache backend."
|
||||
msgstr ""
|
||||
"Add new options (``enable_retry_client``, ``retry_attempts``, "
|
||||
"``retry_delay``) to add retry mechanisms to the pymemcache backend."
|
||||
|
||||
msgid ""
|
||||
"Add new options (``hashclient_retry_attempts``, ``hashclient_retry_delay``, "
|
||||
"``dead_timeout``) to allow to configure pymemcache's HashClient use through "
|
||||
"dogpile.cache's pymemcache backend. Those options expose pymemcache params "
|
||||
"that allow to configure the failover for memcached cluster."
|
||||
msgstr ""
|
||||
"Add new options (``hashclient_retry_attempts``, ``hashclient_retry_delay``, "
|
||||
"``dead_timeout``) to allow to configure pymemcache's HashClient use through "
|
||||
"dogpile.cache's pymemcache backend. Those options expose pymemcache params "
|
||||
"that allow configuring the failover for memcached cluster."
|
||||
|
||||
msgid ""
|
||||
"Add the feature to support SASL for olso.cache to improve the security of "
|
||||
"authority."
|
||||
msgstr ""
|
||||
"Add the feature to support SASL for olso.cache to improve the security of "
|
||||
"authority."
|
||||
|
||||
msgid ""
|
||||
"Added a new etcd3gw driver that uses the etcd 3.x grpc-gateway HTTP \"/"
|
||||
"v3alpha\" API to cache key/value pairs."
|
||||
@ -64,9 +126,30 @@ msgstr ""
|
||||
"Added a new etcd3gw driver that uses the etcd 3.x grpc-gateway HTTP \"/"
|
||||
"v3alpha\" API to cache key/value pairs."
|
||||
|
||||
msgid ""
|
||||
"Added a new memcached driver that uses pymemcache through dogpile.cache."
|
||||
msgstr ""
|
||||
"Added a new memcached driver that uses pymemcache through dogpile.cache."
|
||||
|
||||
msgid "Bug Fixes"
|
||||
msgstr "Bug Fixes"
|
||||
|
||||
msgid ""
|
||||
"But unfortunatelly this option is causing another issue. If memcache server "
|
||||
"disappears, or client had broken connection to memcache server, clients "
|
||||
"start to flush server on reconnect."
|
||||
msgstr ""
|
||||
"But unfortunately, this option is causing another issue. If memcache server "
|
||||
"disappears, or the client had a broken connection to memcache server, the "
|
||||
"clients start to flush the server on reconnect."
|
||||
|
||||
msgid ""
|
||||
"Configuration option ``memcache_pool_flush_on_reconnect`` added to control "
|
||||
"if flush will be sent to memcached server after reconnect."
|
||||
msgstr ""
|
||||
"Configuration option ``memcache_pool_flush_on_reconnect`` added to control "
|
||||
"if flush will be sent to memcached server after reconnect."
|
||||
|
||||
msgid ""
|
||||
"Fix the memcache_pool backend broken in oslo.cache's version 2.1.0 by "
|
||||
"switching from a python-memcache based client to a pymemcache based client. "
|
||||
@ -78,9 +161,25 @@ msgstr ""
|
||||
"Reintroducing the client based on python-memcached as the default client for "
|
||||
"the memcache_pool dogpile backend."
|
||||
|
||||
msgid ""
|
||||
"If willing to use this driver, make sure you have both dogpile.cache>=1.1.2 "
|
||||
"and pymemcache>=3.4.0 installed."
|
||||
msgstr ""
|
||||
"If willing to use this driver, make sure you have both dogpile.cache>=1.1.2 "
|
||||
"and pymemcache>=3.4.0 installed."
|
||||
|
||||
msgid "New Features"
|
||||
msgstr "New Features"
|
||||
|
||||
msgid ""
|
||||
"New options (``enable_socket_keepalive``, ``socket_keepalive_idle``, "
|
||||
"``socket_keepalive_interval``, ``socket_keepalive_count``) allow to use and "
|
||||
"configure pymemcache's socket keepalive capabilities."
|
||||
msgstr ""
|
||||
"New options (``enable_socket_keepalive``, ``socket_keepalive_idle``, "
|
||||
"``socket_keepalive_interval``, ``socket_keepalive_count``) allow to use and "
|
||||
"configure pymemcache's socket keepalive capabilities."
|
||||
|
||||
msgid "Newton Series Release Notes"
|
||||
msgstr "Newton Series Release Notes"
|
||||
|
||||
@ -109,6 +208,15 @@ msgstr "Rocky Series Release Notes"
|
||||
msgid "See the help from python-memcached:"
|
||||
msgstr "See the help from python-memcached:"
|
||||
|
||||
msgid ""
|
||||
"Simply said this option can cause loop of flushs and overloaded memcached "
|
||||
"servers. This change is moving optional parameter `flush_on_reconnect` to "
|
||||
"oslo.cache config."
|
||||
msgstr ""
|
||||
"Simply said this option can cause loop of flushs and overloaded memcached "
|
||||
"servers. This change is moving the optional parameter `flush_on_reconnect` "
|
||||
"to oslo.cache config."
|
||||
|
||||
msgid "Stein Series Release Notes"
|
||||
msgstr "Stein Series Release Notes"
|
||||
|
||||
@ -137,6 +245,13 @@ msgstr ""
|
||||
"pull/1429>`_. If you deployment relies explicitly on a timeout of 3 seconds, "
|
||||
"please set that override in your configuration."
|
||||
|
||||
msgid ""
|
||||
"This means that network connections will go UP and can cause server to be "
|
||||
"overloaded until memcache will be unresponsive."
|
||||
msgstr ""
|
||||
"This means that network connections will go UP and can cause the server to "
|
||||
"be overloaded until memcache will become unresponsive."
|
||||
|
||||
msgid "Train Series Release Notes"
|
||||
msgstr "Train Series Release Notes"
|
||||
|
||||
@ -152,6 +267,15 @@ msgstr "Ussuri Series Release Notes"
|
||||
msgid "Victoria Series Release Notes"
|
||||
msgstr "Victoria Series Release Notes"
|
||||
|
||||
msgid "Wallaby Series Release Notes"
|
||||
msgstr "Wallaby Series Release Notes"
|
||||
|
||||
msgid "Xena Series Release Notes"
|
||||
msgstr "Xena Series Release Notes"
|
||||
|
||||
msgid "Yoga Series Release Notes"
|
||||
msgstr "Yoga Series Release Notes"
|
||||
|
||||
msgid ""
|
||||
"[`bug 1743036 <https://bugs.launchpad.net/oslo.cache+bug/1743036>`_] The "
|
||||
"`backend_argument` value(s) for `url` when configuring memcache did not "
|
||||
@ -190,6 +314,19 @@ msgstr ""
|
||||
"is the most likely (with heavy use of greenlet) to be impacted by the "
|
||||
"problem and is the recommended production configuration."
|
||||
|
||||
msgid ""
|
||||
"[`bug 1888394 <https://bugs.launchpad.net/oslo.cache/+bug/1888394>`_] If a "
|
||||
"memcache server disappears and then reconnects when multiple memcache "
|
||||
"servers are used (specific to the python-memcached based backends) it is "
|
||||
"possible that the server will contain stale data. To avoid this, param "
|
||||
"flush_on_reconnect was used in code."
|
||||
msgstr ""
|
||||
"[`bug 1888394 <https://bugs.launchpad.net/oslo.cache/+bug/1888394>`_] If a "
|
||||
"memcache server disappears and then reconnects when multiple memcache "
|
||||
"servers are used (specific to the python-memcached based backends) it is "
|
||||
"possible that the server will contain stale data. To avoid this, param "
|
||||
"flush_on_reconnect was used in the code."
|
||||
|
||||
msgid ""
|
||||
"`memcache_socket_timeout` is changed to float, given the same default value "
|
||||
"'3.0'."
|
||||
|
Loading…
x
Reference in New Issue
Block a user