Imported Translations from Zanata

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

Change-Id: I3d8d4021b17b0522ab3a37a337f2a7a1936ca23b
This commit is contained in:
OpenStack Proposal Bot 2019-12-25 09:11:28 +00:00
parent 4d0496ffdc
commit 0050549441
2 changed files with 227 additions and 14 deletions

View File

@ -1,15 +1,16 @@
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
# Andi Chandler <andi@gowling.com>, 2019. #zanata
msgid ""
msgstr ""
"Project-Id-Version: designate VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2018-09-06 02:52+0000\n"
"POT-Creation-Date: 2019-12-25 00:24+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-07 11:22+0000\n"
"PO-Revision-Date: 2019-12-21 01:05+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -43,6 +44,12 @@ msgstr "Cannot search '%(objtype)s' object(s): %(content)s [code %(code)s]"
msgid "Cannot update object with ref %(ref)s: %(content)s [code %(code)s]"
msgstr "Cannot update object with ref %(ref)s: %(content)s [code %(code)s]"
msgid "Duplicate service status"
msgstr "Duplicate service status"
msgid "Duplicated services found in service_statuses table."
msgstr "Duplicated services found in service_statuses table."
#, python-format
msgid ""
"Error occurred during function's '%(func_name)s' call: ref %(ref)s: "
@ -51,14 +58,6 @@ msgstr ""
"Error occurred during function's '%(func_name)s' call: ref %(ref)s: "
"%(content)s [code %(code)s]"
#, python-format
msgid "Failed to find target with ID %s"
msgstr "Failed to find target with ID %s"
#, python-format
msgid "Found multiple targets with ID %s"
msgstr "Found multiple targets with ID %s"
#, python-format
msgid ""
"Infoblox %(obj_type)s will not be deleted because it cannot be found: "

View File

@ -1,14 +1,15 @@
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
# Andi Chandler <andi@gowling.com>, 2019. #zanata
msgid ""
msgstr ""
"Project-Id-Version: designate\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-04 15:32+0000\n"
"POT-Creation-Date: 2019-12-25 00:23+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-12-04 05:21+0000\n"
"PO-Revision-Date: 2019-12-21 01:07+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@ -42,8 +43,39 @@ msgstr "6.0.0"
msgid "7.0.0"
msgstr "7.0.0"
msgid "7.0.0-40"
msgstr "7.0.0-40"
msgid "7.0.0-17"
msgstr "7.0.0-17"
msgid "8.0.0"
msgstr "8.0.0"
msgid "8.0.0-12"
msgstr "8.0.0-12"
msgid "9.0.0"
msgstr "9.0.0"
msgid ""
"A bug that prevented Designate from starting up when services are running a "
"mixture of Python 2 and 3 has been fixed, but there is still an issue when "
"running a mixture of a patched and unpatched versions of Designate under "
"Python 3."
msgstr ""
"A bug that prevented Designate from starting up when services are running a "
"mixture of Python 2 and 3 has been fixed, but there is still an issue when "
"running a mixture of a patched and unpatched versions of Designate under "
"Python 3."
msgid ""
"A new ``designate-status upgrade check`` command has been added which can be "
"used to validate a deployment before starting services with new code. See "
"the documentation for details: https://docs.openstack.org/designate/latest/"
"cli/designate-status.html"
msgstr ""
"A new ``designate-status upgrade check`` command has been added which can be "
"used to validate a deployment before starting services with new code. See "
"the documentation for details: https://docs.openstack.org/designate/latest/"
"cli/designate-status.html"
msgid ""
"A new recordset api ``/v2/recordsets`` is exposed with GET method allowed "
@ -54,6 +86,15 @@ msgstr ""
"only. The API can be used for retrieving recordsets across all the zones "
"under a tenant. Filtering on certain fields is supported as well."
msgid ""
"A recordset will now always report its highest priority state when it "
"contains multiple records. The order of priority is, `ERROR`, `PENDING`, "
"`ACTIVE` and `DELETED`."
msgstr ""
"A recordset will now always report its highest priority state when it "
"contains multiple records. The order of priority is, `ERROR`, `PENDING`, "
"`ACTIVE` and `DELETED`."
msgid "ASync Export"
msgstr "ASync Export"
@ -76,6 +117,11 @@ msgstr ""
"Added ``designate-worker`` and ``designate-producer``. This will allow for "
"better scaling across a designate system as we move forward."
msgid ""
"Added an experimental entrypoint for wsgi called ``designate-api-wsgi``."
msgstr ""
"Added an experimental entrypoint for wsgi called ``designate-api-wsgi``."
msgid "Added zone_name in zone trasfer request response. Closed bug#1580014"
msgstr "Added zone_name in zone transfer request response. Closed bug#1580014"
@ -88,6 +134,17 @@ msgstr ""
"can be enabled in the ``[service:central]`` section of the config by adding "
"``attribute`` to the list of values in the ``filters`` option."
msgid ""
"Adds a new option for pools using the ``pdns4`` backend: ``tsigkey_name``. "
"This allows deployers to specify a tsig key that is installed in powerdns to "
"use for AFXR requests. This key name is the name used to create the key in "
"powerdns, not the Designate UUID based ID for the key."
msgstr ""
"Adds a new option for pools using the ``pdns4`` backend: ``tsigkey_name``. "
"This allows deployers to specify a tsig key that is installed in powerdns to "
"use for AFXR requests. This key name is the name used to create the key in "
"powerdns, not the Designate UUID based ID for the key."
msgid ""
"All designate services will now report to designate-central when they are "
"running. This is implmented as a heartbeat reporting system. There is also a "
@ -116,6 +173,15 @@ msgstr ""
msgid "Any tooling using the V1 API needs to be reworked to use the v2 API"
msgstr "Any tooling using the V1 API needs to be reworked to use the v2 API"
msgid ""
"Because of this the ``[service:worker]`` option ``enabled`` has been "
"permanently removed, and in addition the ``notify`` option under the same "
"section has been deprecated for removal."
msgstr ""
"Because of this the ``[service:worker]`` option ``enabled`` has been "
"permanently removed, and in addition the ``notify`` option under the same "
"section has been deprecated for removal."
msgid ""
"Both ``designate-zone-manager`` and ``designate-pool-manager`` are now "
"deprecated and will be removed in a future release."
@ -126,6 +192,17 @@ msgstr ""
msgid "Bug Fixes"
msgstr "Bug Fixes"
msgid ""
"CAA and NAPTR recordset types have been added. All users should be able to "
"use these types from the API and openstack client. These can be disabled "
"(like other record types) by setting the `[DEFAULT].supported-record-type` "
"config variable in all designate services."
msgstr ""
"CAA and NAPTR recordset types have been added. All users should be able to "
"use these types from the API and openstack client. These can be disabled "
"(like other record types) by setting the `[DEFAULT].supported-record-type` "
"config variable in all designate services."
msgid "Ceilometer \"exists\" periodic event per domain"
msgstr "Ceilometer \"exists\" periodic event per domain"
@ -223,6 +300,9 @@ msgstr ""
"alternative to specifying several topics for notification consumers in "
"configuration of service that emits notifications."
msgid "Drop the Python 2.7 support."
msgstr "Drop the Python 2.7 support."
msgid ""
"Fixed `bug 1768824`_ which could cause the service_statuses table to be "
"flooded with duplicate service entries."
@ -230,6 +310,29 @@ msgstr ""
"Fixed `bug 1768824`_ which could cause the service_statuses table to be "
"flooded with duplicate service entries."
msgid ""
"Fixed a bug preventing `service_statuses` from properly updating when "
"Designate services were configured with multiple workers."
msgstr ""
"Fixed a bug preventing `service_statuses` from properly updating when "
"Designate services were configured with multiple workers."
msgid ""
"Fixed a bug with the recordset status implementation to make it report its "
"status more accurately."
msgstr ""
"Fixed a bug with the recordset status implementation to make it report its "
"status more accurately."
msgid ""
"Fixed an `issue`_ when upgrading to Python 3 (where bytes and str are "
"different types) and _update_partitions() attempts to sort types of 'str' "
"and 'bytes', causing designate-producer to crash."
msgstr ""
"Fixed an `issue`_ when upgrading to Python 3 (where bytes and str are "
"different types) and _update_partitions() attempts to sort types of 'str' "
"and 'bytes', causing designate-producer to crash."
msgid "Horizon Plugin moved out of tree"
msgstr "Horizon Plugin moved out of tree"
@ -247,6 +350,15 @@ msgstr ""
"Import of release notes from https://wiki.openstack.org/wiki/ReleaseNotes/"
"Liberty#OpenStack_DNS_.28Designate.29"
msgid ""
"It was previously not possible to override the topics for various serivces "
"(e.g. mdns), due to `bug 1832799`_. This has been fixed, and these services "
"now use a common option name to override the topic."
msgstr ""
"It was previously not possible to override the topics for various serivces "
"(e.g. mdns), due to `bug 1832799`_. This has been fixed, and these services "
"now use a common option name to override the topic."
msgid "Known Issues"
msgstr "Known Issues"
@ -259,6 +371,15 @@ msgstr "Mitaka Series Release Notes"
msgid "New Features"
msgstr "New Features"
msgid ""
"New installs will now have pool manager disabled by default and will use the "
"worker and producer services. To continue to use pool manager set "
"``enabled=False`` in the ``[service:worker]`` of your config."
msgstr ""
"New installs will now have pool manager disabled by default and will use the "
"worker and producer services. To continue to use pool manager set "
"``enabled=False`` in the ``[service:worker]`` of your config."
msgid ""
"New method of updating Pools. We have a new sub command on the ``designate-"
"manage`` utility."
@ -316,6 +437,9 @@ msgstr ""
"Pool Names are now required to be unique. If there is 2 pools with the same "
"name - this will need to be changed before the upgrade is performed."
msgid "Pool-Manager removal is complete in this version of designate."
msgstr "Pool-Manager removal is complete in this version of designate."
msgid "Prelude"
msgstr "Prelude"
@ -340,6 +464,15 @@ msgstr ""
msgid "Purging deleted domains"
msgstr "Purging deleted domains"
msgid ""
"Python 2.7 support has been dropped. Last release of Designate to support "
"python 2.7 is OpenStack Train. The minimum version of Python now supported "
"by Designate is Python 3.6."
msgstr ""
"Python 2.7 support has been dropped. Last release of Designate to support "
"Python 2.7 is OpenStack Train. The minimum version of Python now supported "
"by Designate is Python 3.6."
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
@ -362,12 +495,61 @@ msgstr ""
"Schedule across pools. See http://doc.openstack.org/developer/designate/"
"pools/scheduler.html#default-provided-filters for the built in filters"
msgid "See `bug 1755788`_ for more information."
msgstr "See `bug 1755788`_ for more information."
msgid "See `bug 1827070`_ for more information."
msgstr "See `bug 1827070`_ for more information."
msgid "See `bug 1828534`_ for more information."
msgstr "See `bug 1828534`_ for more information."
msgid "See `bug 1842994`_ for more information."
msgstr "See `bug 1842994`_ for more information."
msgid "See `designate/notification_handler/base.py` for more details."
msgstr "See `designate/notification_handler/base.py` for more details."
msgid "Start using reno to manage release notes."
msgstr "Start using Reno to manage release notes."
msgid "Stein Series Release Notes"
msgstr "Stein Series Release Notes"
msgid ""
"TXT and SPF records are now validated for empty spaces in the values. If "
"record value has empty space it should use \"\" quotation according to "
"RFC-1035 section 5.1. Use of single quotation mark within record value "
"requires quote symbol to be escaped with backslash."
msgstr ""
"TXT and SPF records are now validated for empty spaces in the values. If "
"record value has empty space it should use \"\" quotation according to "
"RFC-1035 section 5.1. Use of single quotation mark within record value "
"requires quote symbol to be escaped with backslash."
msgid ""
"The Designate ``sink`` service will now use the heartbeat reporting system "
"to report its status. This was already the case for all other Designate "
"services."
msgstr ""
"The Designate ``sink`` service will now use the heartbeat reporting system "
"to report its status. This was already the case for all other Designate "
"services."
msgid ""
"The PowerDNS MySQL based backend has been deprecated since the introduction "
"of the PowerDNS 4 driver and is now being removed."
msgstr ""
"The PowerDNS MySQL based backend has been deprecated since the introduction "
"of the PowerDNS 4 driver and is now being removed."
msgid ""
"The ``[service:api]`` option ``enable_host_header`` is now enabled by "
"default."
msgstr ""
"The ``[service:api]`` option ``enable_host_header`` is now enabled by "
"default."
msgid ""
"The ``v1`` API is now off by default. To re-enable the V1 API please set "
"``enable_api_v1 = True`` in the ``[service:api]`` section of your designate "
@ -426,6 +608,20 @@ msgstr ""
"messages. This manifests itself with eventlet not being able to send all the "
"data before socket is closed."
msgid ""
"The pool-manager has been removed and can no longer be used. Instead the "
"worker and producer service should be used."
msgstr ""
"The pool-manager has been removed and can no longer be used. Instead the "
"worker and producer service should be used."
msgid ""
"The previously deprecated options ``api_host``, ``api_port``, ``host`` and "
"``port`` have been permanently removed and are replaced by ``listen``."
msgstr ""
"The previously deprecated options ``api_host``, ``api_port``, ``host`` and "
"``port`` have been permanently removed and are replaced by ``listen``."
msgid ""
"This adds the quotas api from /admin to /v2 with some changes. All users can "
"GET /v2/quotas/<project_id> Users with \"All-Projects\" permission can view "
@ -439,6 +635,9 @@ msgstr ""
"Users with \"All-Projects\" and \"set-quotas\" can set other projects quotas "
"Moved the API rendering to Designate Object based rendering"
msgid "This is only available in the 4.2.x versions (and above) of pdns."
msgstr "This is only available in the 4.2.x versions (and above) of pdns."
msgid ""
"This release has started the migration of our services to a ``worker`` and "
"``producer`` model. This has started by deprecating ``designate-zone-"
@ -494,6 +693,18 @@ msgstr ""
"need to set the ``scheduler_filters`` option in ``[service:central]`` to "
"``default_pool``"
msgid "Train Series Release Notes"
msgstr "Train Series Release Notes"
msgid ""
"Update command ``designate-manage pool update``, change ``--dry_run`` to ``--"
"dry-run``, and change ``--delete`` and ``--dry-run`` as switchs not key "
"value pair. e.g."
msgstr ""
"Update command ``designate-manage pool update``, change ``--dry_run`` to ``--"
"dry-run``, and change ``--delete`` and ``--dry-run`` as switchs not key "
"value pair. e.g."
msgid "Upgrade Notes"
msgstr "Upgrade Notes"
@ -607,3 +818,6 @@ msgid ""
msgstr ""
"designate-zone-manager : ZooKeeper is recommended, or anything supported by "
"Tooz."
msgid "e.g."
msgstr "e.g."