Merge "Imported Translations from Zanata"

This commit is contained in:
Zuul 2018-01-09 04:21:34 +00:00 committed by Gerrit Code Review
commit 344b67a84d
1 changed files with 38 additions and 5 deletions

View File

@ -1,13 +1,14 @@
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: Heat Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-24 06:57+0000\n"
"POT-Creation-Date: 2018-01-05 16:21+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-12-25 01:51+0000\n"
"PO-Revision-Date: 2018-01-04 10:24+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@ -27,9 +28,6 @@ msgstr "10.0.0.0b1"
msgid "10.0.0.0b2"
msgstr "10.0.0.0b2"
msgid "10.0.0.0b2-18"
msgstr "10.0.0.0b2-18"
msgid "5.0.1"
msgstr "5.0.1"
@ -446,6 +444,17 @@ msgstr ""
"Custom constraints for all sahara resources added - sahara.cluster, sahara."
"cluster_template, sahara.data_source, sahara.job_binary, sahara.job_type."
msgid ""
"Default policy.json file is now removed as we now generate the default "
"policies in code. Please be aware that when using that file in your "
"environment. You still can generate a `policy.yaml` file if that's required "
"in your environment."
msgstr ""
"Default policy.json file is now removed as we now generate the default "
"policies in code. Please be aware that when using that file in your "
"environment. You still can generate a `policy.yaml` file if that's required "
"in your environment."
msgid "Deprecation Notes"
msgstr "Deprecation Notes"
@ -490,6 +499,21 @@ msgstr ""
"trusts don't work with federated Keystone. For more details check `https://"
"etherpad.openstack.org/p/pike-ptg-cross-project-federation`."
msgid ""
"Heat now support policy in code, which means if you didn't modify any of "
"policy rules, you won't need to add rules in the `policy.yaml` or `policy."
"json` file. Because from now, heat keeps all default policies under `heat/"
"policies`. You can still generate and modify a `policy.yaml` file which will "
"override policy rules in code if those rules appear in the `policy.yaml` "
"file."
msgstr ""
"Heat now support policy in code, which means if you didn't modify any of "
"policy rules, you won't need to add rules in the `policy.yaml` or `policy."
"json` file. Because from now, heat keeps all default policies under `heat/"
"policies`. You can still generate and modify a `policy.yaml` file which will "
"override policy rules in code if those rules appear in the `policy.yaml` "
"file."
msgid ""
"Hidden Designate resource plugins ``OS::Designate::Domain`` and ``OS::"
"Designate::Record``. To use ``OS::Designate::Zone`` and ``OS::Designate::"
@ -775,6 +799,15 @@ msgstr ""
"OS::Glance::Image resource plug-in is updated to support tagging when image "
"is created or updated as part of stack."
msgid ""
"OS::Heat::ResourceGroup now supports a removal_policies_mode property. This "
"can be used to optionally select different behavior on update where you may "
"wish to overwrite vs append to the current policy."
msgstr ""
"OS::Heat::ResourceGroup now supports a removal_policies_mode property. This "
"can be used to optionally select different behaviour on update where you may "
"wish to overwrite vs append to the current policy."
msgid ""
"OS::Magnum::Cluster resource plugin added to support magnum cluster feature, "
"which is provided by magnum ``cluster`` API."