From 8a1ae39d20864e3a1eebdfea4cf2d45d03a27753 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 23 Oct 2017 06:42:51 +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: Iacb2ec1ca9ce4177d0af24e1dd3efecf31e26c00 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 81a2d1bd31..81e2bb3e38 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: Heat Release Notes 10.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-06 21:37+0000\n" +"POT-Creation-Date: 2017-10-20 16:28+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-10-06 07:41+0000\n" +"PO-Revision-Date: 2017-10-21 02:18+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -36,6 +36,9 @@ msgstr "8.0.0" msgid "9.0.0" msgstr "9.0.0" +msgid "9.0.0.0rc1-85" +msgstr "9.0.0.0rc1-85" + msgid "" "A new 'parameter_merge_strategies' section can be added to the environment " "file, where 'default' and/or parameter specific merge strategies can be " @@ -206,6 +209,13 @@ msgstr "" "possible to implement features like access templates directly from global " "template environment." +msgid "" +"Add attribute schema to `OS::Keystone::Project`. This allow get_attr " +"function can work with project resource." +msgstr "" +"Add attribute schema to `OS::Keystone::Project`. This allow get_attr " +"function can work with project resource." + msgid "" "Add new ``OS::Barbican::GenericContainer`` resource for storing arbitrary " "barbican secrets." @@ -447,6 +457,15 @@ msgstr "" "trusts don't work with federated Keystone. For more details check `https://" "etherpad.openstack.org/p/pike-ptg-cross-project-federation`." +msgid "" +"Hidden Designate resource plugins ``OS::Designate::Domain`` and ``OS::" +"Designate::Record``. To use ``OS::Designate::Zone`` and ``OS::Designate::" +"RecordSet`` instead." +msgstr "" +"Hidden Designate resource plugins ``OS::Designate::Domain`` and ``OS::" +"Designate::Record``. To use ``OS::Designate::Zone`` and ``OS::Designate::" +"RecordSet`` instead." + msgid "" "If upgrading with pre-icehouse stacks which contain resources that create " "users (such as OS::Nova::Server, OS::Heat::SoftwareDeployment, and OS::Heat::" @@ -460,6 +479,27 @@ msgstr "" "stack deletion due to the removal of a legacy fallback code path. In such a " "situation, these users will require manual removal." +msgid "" +"Intrinsic function plugins will now be passed a StackDefinition object " +"instead of a Stack object. When accessing resources, the StackDefinition " +"will return ResourceProxy objects instead of Resource objects. These classes " +"replicate the parts of the Stack and Resource APIs that are used by the " +"built-in Function plugins, but authors of custom third-party Template/" +"Function plugins should audit them to ensure they do not depend on unstable " +"parts of the API that are no longer accessible. The StackDefinition and " +"ResourceProxy APIs are considered stable and any future changes to them will " +"go through the standard deprecation process." +msgstr "" +"Intrinsic function plugins will now be passed a StackDefinition object " +"instead of a Stack object. When accessing resources, the StackDefinition " +"will return ResourceProxy objects instead of Resource objects. These classes " +"replicate the parts of the Stack and Resource APIs that are used by the " +"built-in Function plugins, but authors of custom third-party Template/" +"Function plugins should audit them to ensure they do not depend on unstable " +"parts of the API that are no longer accessible. The StackDefinition and " +"ResourceProxy APIs are considered stable and any future changes to them will " +"go through the standard deprecation process." + msgid "" "Introduce a Zun client plugin module that will be used by the Zun's " "resources that are under development."