Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6ab357a5dca1e8f6e1a8d2b3febe79e961228fcc
This commit is contained in:
parent
4828c652bd
commit
201255dbc9
@ -1,15 +1,16 @@
|
||||
# Andi Chandler <andi@gowling.com>, 2016. #zanata
|
||||
# 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: oslo.concurrency\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-08-27 12:03+0000\n"
|
||||
"POT-Creation-Date: 2020-07-01 10:57+0000\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2018-09-16 09:03+0000\n"
|
||||
"PO-Revision-Date: 2020-07-09 08:16+0000\n"
|
||||
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
||||
"Language-Team: English (United Kingdom)\n"
|
||||
"Language: en_GB\n"
|
||||
@ -22,6 +23,15 @@ msgstr "3.10.0"
|
||||
msgid "3.25.0"
|
||||
msgstr "3.25.0"
|
||||
|
||||
msgid "3.29.0"
|
||||
msgstr "3.29.0"
|
||||
|
||||
msgid "4.0.0"
|
||||
msgstr "4.0.0"
|
||||
|
||||
msgid "4.2.0"
|
||||
msgstr "4.2.0"
|
||||
|
||||
msgid ""
|
||||
"A new kwarg, ``python_exec`` is added to the execute() function in the "
|
||||
"processutils module. This option is used to specify the path to the python "
|
||||
@ -31,6 +41,13 @@ msgstr ""
|
||||
"processutils module. This option is used to specify the path to the Python "
|
||||
"executable to use for prlimits enforcement."
|
||||
|
||||
msgid ""
|
||||
"Adds a new ``timeout`` argument to ``processutils.execute``. If set, the "
|
||||
"process will be aborted if it runs more than ``timeout`` seconds."
|
||||
msgstr ""
|
||||
"Adds a new ``timeout`` argument to ``processutils.execute``. If set, the "
|
||||
"process will be aborted if it runs more than ``timeout`` seconds."
|
||||
|
||||
msgid "New Features"
|
||||
msgstr "New Features"
|
||||
|
||||
@ -46,17 +63,65 @@ msgstr "Other Notes"
|
||||
msgid "Pike Series Release Notes"
|
||||
msgstr "Pike Series Release Notes"
|
||||
|
||||
msgid "Prelude"
|
||||
msgstr "Prelude"
|
||||
|
||||
msgid ""
|
||||
"Python 2.7 is no longer supported. The minimum supported version of Python "
|
||||
"is now Python 3.6."
|
||||
msgstr ""
|
||||
"Python 2.7 is no longer supported. The minimum supported version of Python "
|
||||
"is now Python 3.6."
|
||||
|
||||
msgid "Queens Series Release Notes"
|
||||
msgstr "Queens Series Release Notes"
|
||||
|
||||
msgid "Rocky Series Release Notes"
|
||||
msgstr "Rocky Series Release Notes"
|
||||
|
||||
msgid "Stein Series Release Notes"
|
||||
msgstr "Stein Series Release Notes"
|
||||
|
||||
msgid "Switch to reno for managing release notes."
|
||||
msgstr "Switch to reno for managing release notes."
|
||||
|
||||
msgid ""
|
||||
"This release includes optional support for fair locks. When fair locks are "
|
||||
"specified, blocking waiters will acquire the lock in the order that they "
|
||||
"blocked."
|
||||
msgstr ""
|
||||
"This release includes optional support for fair locks. When fair locks are "
|
||||
"specified, blocking waiters will acquire the lock in the order that they "
|
||||
"blocked."
|
||||
|
||||
msgid "Train Series Release Notes"
|
||||
msgstr "Train Series Release Notes"
|
||||
|
||||
msgid "Unreleased Release Notes"
|
||||
msgstr "Unreleased Release Notes"
|
||||
|
||||
msgid "Upgrade Notes"
|
||||
msgstr "Upgrade Notes"
|
||||
|
||||
msgid "Ussuri Series Release Notes"
|
||||
msgstr "Ussuri Series Release Notes"
|
||||
|
||||
msgid ""
|
||||
"We now have optional support for ``fair`` locks. When fair locks are "
|
||||
"specified, blocking waiters will acquire the lock in the order that they "
|
||||
"blocked. This can be useful to ensure that existing blocked waiters do not "
|
||||
"wait indefinitely in the face of large numbers of new attempts to acquire "
|
||||
"the lock. When specifying locks as both ``external`` and ``fair``, the "
|
||||
"ordering *within* a given process will be fair, but the ordering *between* "
|
||||
"processes will be determined by the behaviour of the underlying OS."
|
||||
msgstr ""
|
||||
"We now have optional support for ``fair`` locks. When fair locks are "
|
||||
"specified, blocking waiters will acquire the lock in the order that they "
|
||||
"blocked. This can be useful to ensure that existing blocked waiters do not "
|
||||
"wait indefinitely in the face of large numbers of new attempts to acquire "
|
||||
"the lock. When specifying locks as both ``external`` and ``fair``, the "
|
||||
"ordering *within* a given process will be fair, but the ordering *between* "
|
||||
"processes will be determined by the behaviour of the underlying OS."
|
||||
|
||||
msgid "oslo.concurrency Release Notes"
|
||||
msgstr "oslo.concurrency Release Notes"
|
||||
|
Loading…
Reference in New Issue
Block a user