From 925ec43db5c6d164728d7ffb64967d67b20b087e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Aug 2022 03:51:54 +0000 Subject: Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I048f35e7813eb4e2f2b6e4f5259dd4fb2eb3198e --- designate/locale/en_GB/LC_MESSAGES/designate.po | 6 +--- designate/locale/ru/LC_MESSAGES/designate.po | 8 ++--- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 38 ++++++++++++++++++---- 3 files changed, 35 insertions(+), 17 deletions(-) diff --git a/designate/locale/en_GB/LC_MESSAGES/designate.po b/designate/locale/en_GB/LC_MESSAGES/designate.po index bd81a074..a2ef75e2 100644 --- a/designate/locale/en_GB/LC_MESSAGES/designate.po +++ b/designate/locale/en_GB/LC_MESSAGES/designate.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: designate VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2021-03-26 20:30+0000\n" +"POT-Creation-Date: 2022-08-18 22:28+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -22,10 +22,6 @@ msgstr "" msgid "%s is not a valid project ID." msgstr "%s is not a valid project ID." -#, python-format -msgid "<%(type)s count:'%(count)s' object:'%(list_type)s'>" -msgstr "<%(type)s count:'%(count)s' object:'%(list_type)s'>" - msgid "An unknown exception occurred." msgstr "An unknown exception occurred." diff --git a/designate/locale/ru/LC_MESSAGES/designate.po b/designate/locale/ru/LC_MESSAGES/designate.po index 44cb7072..a4cc9cca 100644 --- a/designate/locale/ru/LC_MESSAGES/designate.po +++ b/designate/locale/ru/LC_MESSAGES/designate.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: designate VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2021-08-31 00:59+0000\n" +"POT-Creation-Date: 2022-08-18 22:28+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2021-09-06 04:06+0000\n" +"PO-Revision-Date: 2021-09-06 04:05+0000\n" "Last-Translator: Roman Gorshunov \n" "Language-Team: Russian\n" "Language: ru\n" @@ -21,10 +21,6 @@ msgstr "" msgid "%s is not a valid project ID." msgstr "%s не является допустимым ID проекта." -#, python-format -msgid "<%(type)s count:'%(count)s' object:'%(list_type)s'>" -msgstr "<%(type)s в количестве:'%(count)s' объект:'%(list_type)s'>" - msgid "An unknown exception occurred." msgstr "Обнаружено неизвестное исключение." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 06f76fa9..6e30ec8b 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -8,11 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: Designate Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-25 06:02+0000\n" +"POT-Creation-Date: 2022-08-18 22:28+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2022-07-19 09:55+0000\n" +"PO-Revision-Date: 2022-08-21 11:48+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -28,8 +28,8 @@ msgstr "1.0.2" msgid "10.0.0" msgstr "10.0.0" -msgid "10.0.2-2" -msgstr "10.0.2-2" +msgid "10.0.2-3" +msgstr "10.0.2-3" msgid "11.0.0" msgstr "11.0.0" @@ -37,6 +37,9 @@ msgstr "11.0.0" msgid "11.0.2" msgstr "11.0.2" +msgid "11.0.2-2" +msgstr "11.0.2-2" + msgid "12.0.0" msgstr "12.0.0" @@ -52,8 +55,8 @@ msgstr "13.0.1" msgid "14.0.0" msgstr "14.0.0" -msgid "14.0.0-48" -msgstr "14.0.0-48" +msgid "14.0.0-72" +msgstr "14.0.0-72" msgid "14.0.1" msgstr "14.0.1" @@ -423,6 +426,15 @@ msgstr "" "different types) and _update_partitions() attempts to sort types of 'str' " "and 'bytes', causing designate-producer to crash." +msgid "" +"Fixed an issue in central where \"designate manage pool update\" may return " +"an error designate.exceptions.MissingProjectID when attempting to create a " +"new pool." +msgstr "" +"Fixed an issue in central where \"designate manage pool update\" may return " +"an error designate.exceptions.MissingProjectID when attempting to create a " +"new pool." + msgid "" "Fixed an issue that caused the recordset_records quota to not be enforced." msgstr "" @@ -915,6 +927,13 @@ msgstr "" "The following parameters have been deprecated. These parameters have had no " "effect since SSLMiddleware was removed during the Ussuri cycle." +msgid "" +"The netaddr python module has been removed as a Designate requirement. It " +"has been replaced with the python standard library 'ipaddress' module." +msgstr "" +"The netaddr python module has been removed as a Designate requirement. It " +"has been replaced with the Python standard library 'ipaddress' module." + msgid "" "The pool-manager has been removed and can no longer be used. Instead the " "worker and producer service should be used." @@ -1051,6 +1070,13 @@ msgstr "V1 API has been removed" msgid "V1 API removal is complete in this version of designate." msgstr "V1 API removal is complete in this version of designate." +msgid "" +"Verify that if a TXT record starts with a double quote, it also ends with a " +"double quote." +msgstr "" +"Verify that if a TXT record starts with a double quote, it also ends with a " +"double quote." + msgid "Victoria Series Release Notes" msgstr "Victoria Series Release Notes" -- cgit v1.2.1