From 2572705698c2b0dc3c005953e6969690d7d16bff Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 14 Dec 2017 07:37:10 +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: I9149a09b534c33f52b2073318e2a3bafdc05e65a --- heat/locale/de/LC_MESSAGES/heat.po | 8 +-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 55 +++++++++++++------ 2 files changed, 41 insertions(+), 22 deletions(-) diff --git a/heat/locale/de/LC_MESSAGES/heat.po b/heat/locale/de/LC_MESSAGES/heat.po index 8e453c2850..e54ce18bec 100644 --- a/heat/locale/de/LC_MESSAGES/heat.po +++ b/heat/locale/de/LC_MESSAGES/heat.po @@ -9,9 +9,9 @@ # Robert Simai , 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: heat 10.0.0.dev107\n" +"Project-Id-Version: heat 10.0.0.0b3.dev16\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-10-06 21:39+0000\n" +"POT-Creation-Date: 2017-12-13 15:39+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -5999,10 +5999,6 @@ msgstr "" "Die folgenden Parameter sind nicht veränderbar und können möglicherweise " "nicht aktualisiert werden: %(keys)s" -#, python-format -msgid "The following resource types could not be found: %s" -msgstr "Die folgenden Ressourcetypen konnten nicht gefunden werden: %s" - #, python-format msgid "The function \"%s\" is invalid in this context" msgstr "Die Funktion \"%s\" is in diesem Zusammenhang ungültig" diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index c7b0a42501..208aedfa7a 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -1,13 +1,13 @@ # Andi Chandler , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: Heat Release Notes 10.0.0\n" +"Project-Id-Version: Heat Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-10 13:37+0000\n" +"POT-Creation-Date: 2017-12-13 15:38+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-11-11 09:49+0000\n" +"PO-Revision-Date: 2017-12-12 08:26+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -24,8 +24,8 @@ msgstr "" msgid "10.0.0.0b1" msgstr "10.0.0.0b1" -msgid "10.0.0.0b1-18" -msgstr "10.0.0.0b1-18" +msgid "10.0.0.0b2" +msgstr "10.0.0.0b2" msgid "5.0.1" msgstr "5.0.1" @@ -261,6 +261,13 @@ msgstr "" "specifying a target where events from the stack are sent. It supports the " "``zaqar-queue`` element for now." +msgid "" +"Added a new schema property tags, to parameters, to categorize parameters " +"based on features." +msgstr "" +"Added a new schema property tags, to parameters, to categorise parameters " +"based on features." + msgid "" "Added new API calls for showing and listing stack outputs ``/stack/outputs`` " "and ``/stack/outputs/output_key``." @@ -574,17 +581,6 @@ msgstr "" "general, and notifications that trigger Mistral workflow executions in " "particular." -msgid "" -"New ``OS::Zaqar::Subscription`` and ``OS::Zaqar::MistralTrigger`` resource " -"types allow users to attach to Zaqar queues (respectively) notifications in " -"general, and notifications that trigger Mistral workflow executions in " -"particular." -msgstr "" -"New ``OS::Zaqar::Subscription`` and ``OS::Zaqar::MistralTrigger`` resource " -"types allow users to attach to Zaqar queues (respectively) notifications in " -"general, and notifications that trigger Mistral workflow executions in " -"particular." - msgid "" "New config section ``volumes`` with new config option " "``[volumes]backups_enabled`` (defaults to ``True``). Operators that do not " @@ -1033,6 +1029,17 @@ msgstr "" "combining data from different sources into a URL with correct handling for " "escaping and IPv6 addresses." +msgid "" +"The SSL middleware ``heat.api.middleware.ssl:SSLMiddleware`` that has been " +"deprecated since 6.0.0 has now been removed, check your paste config and " +"ensure it has been replaced by ``oslo_middleware.http_proxy_to_wsgi`` " +"instead." +msgstr "" +"The SSL middleware ``heat.api.middleware.ssl:SSLMiddleware`` that has been " +"deprecated since 6.0.0 has now been removed, check your paste config and " +"ensure it has been replaced by ``oslo_middleware.http_proxy_to_wsgi`` " +"instead." + msgid "" "The ``resource mark unhealthy`` command now accepts either a logical " "resource name (as it did previously) or a physical resource ID to identify " @@ -1051,6 +1058,13 @@ msgstr "" "'nested_depth' parameter is set to an integer greater than zero. The " "response will contain all events down to the requested nested depth." +msgid "" +"The heat.resource_type custom constraint has been removed. This constraint " +"never actually worked." +msgstr "" +"The heat.resource_type custom constraint has been removed. This constraint " +"never actually worked." + msgid "" "The list_concat function was added, which concats several lists using " "python's extend function." @@ -1067,6 +1081,15 @@ msgstr "" "function ``list_concat`` to concat several lists using python's extend " "function and make sure without repeating items." +msgid "" +"The template validate API call now returns the Environment calculated by " +"heat - this enables preview of the merged environment when using " +"parameter_merge_strategy prior to creating the stack" +msgstr "" +"The template validate API call now returns the Environment calculated by " +"heat - this enables preview of the merged environment when using " +"parameter_merge_strategy prior to creating the stack" + msgid "This feature only supports templates with version over `2016-10-14`." msgstr "This feature only supports templates with version over `2016-10-14`."