From 35d5ec2310fbe0bfc231fb04576f17af55234606 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 5 Dec 2018 10:36:39 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I27716c190459bd3fb89322567279b122be626db5 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 40 ++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index f7053d8add..1d4f8678c3 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -2,13 +2,13 @@ # Andi Chandler , 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: heat\n" +"Project-Id-Version: openstack-heat\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-02 07:33+0000\n" +"POT-Creation-Date: 2018-12-04 10:49+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-11-05 03:28+0000\n" +"PO-Revision-Date: 2018-12-04 05:27+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -55,8 +55,8 @@ msgstr "11.0.0.0b3" msgid "11.0.0.0rc1" msgstr "11.0.0.0rc1" -msgid "11.0.0.0rc1-48" -msgstr "11.0.0.0rc1-48" +msgid "11.0.0.0rc1-66" +msgstr "11.0.0.0rc1-66" msgid "5.0.1" msgstr "5.0.1" @@ -423,6 +423,9 @@ msgstr "" "instead of dicts if 'permutations' is False because keys in a dict are " "unordered, and the list args all have to be of the same length." +msgid "Added new tool ``heat-status upgrade check``." +msgstr "Added new tool ``heat-status upgrade check``." + msgid "" "Added stack API support to provide a swift container that contains the child " "templates and environment files. All files would be fetched and used (if " @@ -848,6 +851,15 @@ msgstr "" "have Cinder backup service deployed in their cloud are encouraged to set " "this option to ``False``." +msgid "" +"New framework for ``heat-status upgrade check`` command is added. This " +"framework allows adding various checks which can be run before a Heat " +"upgrade to ensure if the upgrade can be performed safely." +msgstr "" +"New framework for ``heat-status upgrade check`` command is added. This " +"framework allows adding various checks which can be run before a Heat " +"upgrade to ensure if the upgrade can be performed safely." + msgid "" "New item key 'allocate_network' of 'networks' with allowed values 'auto' and " "'none' for OS::Nova::Server, to support 'Give Me a Network' nova feature. " @@ -1156,6 +1168,13 @@ msgstr "" msgid "Ocata Series Release Notes" msgstr "Ocata Series Release Notes" +msgid "" +"Operator can now use new CLI tool ``heat-status upgrade check`` to check if " +"Heat deployment can be safely upgraded from N-1 to N release." +msgstr "" +"Operator can now use new CLI tool ``heat-status upgrade check`` to check if " +"Heat deployment can be safely upgraded from N-1 to N release." + msgid "Other Notes" msgstr "Other Notes" @@ -1521,6 +1540,17 @@ msgstr "" "The database upgrade for Heat Queens release drops 'watch_rule' and " "'watch_data' tables from the heat database." +msgid "" +"The distribution name has been changed from \"heat\" to \"openstack-heat\" " +"so that we can publish packages to pypi.org. This may have an effect on " +"downstream package builds if they rely on asking setuptools to determine the " +"package name." +msgstr "" +"The distribution name has been changed from \"heat\" to \"openstack-heat\" " +"so that we can publish packages to pypi.org. This may have an effect on " +"downstream package builds if they rely on asking setuptools to determine the " +"package name." + msgid "" "The event list GET REST API call now has a different behaviour when the " "'nested_depth' parameter is set to an integer greater than zero. The "