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
This commit is contained in:
OpenStack Proposal Bot 2017-10-23 06:42:51 +00:00
parent b360e3fcaf
commit 8a1ae39d20
1 changed files with 42 additions and 2 deletions

View File

@ -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 <andi@gowling.com>\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."