Imported Translations from Zanata

For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I660e0dd489a24aac6d6dbbe516236e9f6d640fc9
This commit is contained in:
OpenStack Proposal Bot 2018-08-09 06:34:59 +00:00
parent 6daedf125c
commit 2ff936a38f
1 changed files with 30 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-06-14 11:32+0000\n"
"POT-Creation-Date: 2018-08-07 23:31+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-06-15 05:16+0000\n"
"PO-Revision-Date: 2018-08-08 09:11+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -39,8 +39,8 @@ msgstr "5.0.0"
msgid "6.0.0"
msgstr "6.0.0"
msgid "7.0.0.0b2-5"
msgstr "7.0.0.0b2-5"
msgid "7.0.0.0b3"
msgstr "7.0.0.0b3"
msgid ""
"A new recordset api ``/v2/recordsets`` is exposed with GET method allowed "
@ -185,6 +185,21 @@ msgstr ""
"json` file but Oslo team recommend that we should use the newer YAML format "
"instead."
msgid ""
"Designate-Sink service now supports notification listener pooling for those "
"oslo.messaging drivers that support this feature (currently those are "
"``rabbit``/``kombu`` and ``kafka``). `Listener pools <https://docs.openstack."
"org/oslo.messaging/latest/reference/notification_listener.html>`_ is an "
"alternative to specifying several topics for notification consumers in "
"configuration of service that emits notifications."
msgstr ""
"Designate-Sink service now supports notification listener pooling for those "
"oslo.messaging drivers that support this feature (currently those are "
"``rabbit``/``kombu`` and ``kafka``). `Listener pools <https://docs.openstack."
"org/oslo.messaging/latest/reference/notification_listener.html>`_ is an "
"alternative to specifying several topics for notification consumers in "
"configuration of service that emits notifications."
msgid ""
"Fixed `bug 1768824`_ which could cause the service_statuses table to be "
"flooded with duplicate service entries."
@ -417,6 +432,17 @@ msgstr ""
"``enabled = True``. Then stop ``designate-pool-manager`` and ``designate-"
"zone-manager``, and start ``designate-worker`` and ``designate-producer``"
msgid ""
"To enable listener pooling, set the option ``[service:"
"sink]listener_pool_name`` to some string value, that must be the same for "
"all designate-sink service instances. Default value of this option "
"(``None``) disables notification listener pooling."
msgstr ""
"To enable listener pooling, set the option ``[service:"
"sink]listener_pool_name`` to some string value, that must be the same for "
"all designate-sink service instances. Default value of this option "
"(``None``) disables notification listener pooling."
msgid ""
"To maintain exact matching behaviour (if you have multiple pools) you will "
"need to set the ``scheduler_filters`` option in ``[service:central]`` to "