Merge "Imported Translations from Zanata"

This commit is contained in:
Zuul 2018-11-06 17:08:23 +00:00 committed by Gerrit Code Review
commit 6a579047ec
1 changed files with 17 additions and 4 deletions

View File

@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: designate\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-08 10:40+0000\n"
"POT-Creation-Date: 2018-10-24 06:37+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-10-14 01:03+0000\n"
"PO-Revision-Date: 2018-11-05 09:18+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -42,8 +42,8 @@ msgstr "6.0.0"
msgid "7.0.0"
msgstr "7.0.0"
msgid "7.0.0-20"
msgstr "7.0.0-20"
msgid "7.0.0-29"
msgstr "7.0.0-29"
msgid ""
"A new recordset api ``/v2/recordsets`` is exposed with GET method allowed "
@ -450,6 +450,19 @@ msgstr ""
"manager`` and ``designate-pool-manager``. We have also added support for new "
"DNS Servers, and added scheduling across pools."
msgid ""
"To allow for python3.7 support, the `designate-worker` service was changed "
"from a `ThreadPoolExecutor` to a `GreenThreadPoolExecutor`. This should no "
"impact for most deployments, but in some cases it may cause performance "
"degredation. In these cases, tuning `[service:worker].workers` and `[service:"
"worker].threads` alleviate the issues."
msgstr ""
"To allow for python3.7 support, the `designate-worker` service was changed "
"from a `ThreadPoolExecutor` to a `GreenThreadPoolExecutor`. This should no "
"impact for most deployments, but in some cases it may cause performance "
"degredation. In these cases, tuning `[service:worker].workers` and `[service:"
"worker].threads` alleviate the issues."
msgid ""
"To enable ``designate-worker`` and ``designate-producer`` add a section to "
"your ``designate.conf`` called ``[service:worker]`` and add an option "