Imported Translations from Zanata

For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I17da47a66472ef8a5be3005ee010378913dd35d8
This commit is contained in:
OpenStack Proposal Bot 2018-02-13 07:16:25 +00:00
parent fed80b7c9e
commit a76da350ac
1 changed files with 50 additions and 2 deletions

View File

@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-10 01:19+0000\n"
"POT-Creation-Date: 2018-02-12 10:34+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-02-09 06:53+0000\n"
"PO-Revision-Date: 2018-02-12 05:27+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@ -31,6 +31,9 @@ msgstr "10.0.0.0b2"
msgid "10.0.0.0b3"
msgstr "10.0.0.0b3"
msgid "10.0.0.0rc1"
msgstr "10.0.0.0rc1"
msgid "5.0.1"
msgstr "5.0.1"
@ -266,6 +269,13 @@ msgstr ""
"the existing Heat autoscaling behaviour, we manually create the Monasca "
"notification resource in Heat with a default interval value of 60."
msgid ""
"Added ``hostname``, ``hints``, ``security_groups``, and ``mounts`` "
"properties to Zun Container resources."
msgstr ""
"Added ``hostname``, ``hints``, ``security_groups``, and ``mounts`` "
"properties to Zun Container resources."
msgid ""
"Added a new ``event-sinks`` element to the environment which allows "
"specifying a target where events from the stack are sent. It supports the "
@ -832,6 +842,17 @@ msgstr ""
msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"
msgid ""
"Note that Heat is compatible with OpenStack Identity federation, even when "
"using Keystone trusts. It should work after you enable Federation and build "
"the `auto-provisioning map`_ with the heat service user in Keystone. Auto-"
"provisioning has been available in Keystone since the Ocata release."
msgstr ""
"Note that Heat is compatible with OpenStack Identity federation, even when "
"using Keystone trusts. It should work after you enable Federation and build "
"the `auto-provisioning map`_ with the heat service user in Keystone. Auto-"
"provisioning has been available in Keystone since the Ocata release."
msgid ""
"Now heat keystone user name charaters limit increased from 64 to 255. Any "
"extra charaters will lost when truncate the name to the last 255 charaters."
@ -996,6 +1017,9 @@ msgstr ""
"meant that fetching all nested events required an inefficient recursive "
"client-side implementation."
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
msgid ""
"Resource ``OS::Neutron::Net`` now supports ``l2_adjacency`` atribute on "
"whether L2 connectivity is available across the network or not."
@ -1143,6 +1167,15 @@ msgstr ""
"The AWS::EC2::EIP domain is always assumed to be 'vpc', since nova-network "
"is not supported in OpenStack any longer."
msgid ""
"The Heat plugin in Horizon has been replaced with a new stand-alone Horizon "
"plugin, heat-dashboard. You can see more detail in the heat-dashboard "
"repository (https://git.openstack.org/cgit/openstack/heat-dashboard)."
msgstr ""
"The Heat plugin in Horizon has been replaced with a new stand-alone Horizon "
"plugin, Heat-dashboard. You can see more detail in the Heat-dashboard "
"repository (https://git.openstack.org/cgit/openstack/heat-dashboard)."
msgid ""
"The OS::Nova::Server now supports a new property user_data_update_policy, "
"which may be set to either 'REPLACE' (default) or 'IGNORE' if you wish to "
@ -1238,6 +1271,21 @@ msgstr ""
"function ``list_concat`` to concat several lists using python's extend "
"function and make sure without repeating items."
msgid ""
"The old Heat Tempest plugin ``heat_tests`` has been removed and replaced by "
"a separate Tempest plugin named ``heat``, in the heat-tempest-plugin "
"repository (https://git.openstack.org/cgit/openstack/heat-tempest-plugin). "
"Functional tests that are appropriate for the Tempest environment have been "
"migrated to the new plugin. Other functional tests remain behind in the heat "
"repository."
msgstr ""
"The old Heat Tempest plugin ``heat_tests`` has been removed and replaced by "
"a separate Tempest plugin named ``heat``, in the heat-tempest-plugin "
"repository (https://git.openstack.org/cgit/openstack/heat-tempest-plugin). "
"Functional tests that are appropriate for the Tempest environment have been "
"migrated to the new plugin. Other functional tests remain behind in the heat "
"repository."
msgid ""
"The template validate API call now returns the Environment calculated by "
"heat - this enables preview of the merged environment when using "