Imported Translations from Zanata

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

Change-Id: I1f75d7d76233503369170308301638a63a131220
This commit is contained in:
OpenStack Proposal Bot 2018-02-11 06:40:19 +00:00
parent ffee2f9cfd
commit 60ba389adb
1 changed files with 36 additions and 1 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Murano Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-01 04:41+0000\n"
"POT-Creation-Date: 2018-02-11 02:17+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -15,6 +15,24 @@ msgstr ""
"X-Generator: Zanata 3.9.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
msgid ""
"\"List Environments\" API call is now able to filter environments by an "
"owner project (tenant)."
msgstr ""
"\"List Environments\" API call is now able to filter environments by an "
"owner project (tenant)."
msgid ""
"/environments/ENV_ID/model/PATH endpoint added. GET request responds with "
"the subsection of ENV_ID's object model located in its PATH. PATCH request "
"applies json-patch from request body to ENV_ID's model. It does not contain "
"PATH in the URL."
msgstr ""
"/environments/ENV_ID/model/PATH endpoint added. GET request responds with "
"the subsection of ENV_ID's object model located in its PATH. PATCH request "
"applies json-patch from request body to ENV_ID's model. It does not contain "
"PATH in the URL."
msgid "1.0.2"
msgstr "1.0.2"
@ -39,6 +57,9 @@ msgstr "3.0.0"
msgid "3.0.0-15"
msgstr "3.0.0-15"
msgid "3.1.0"
msgstr "3.1.0"
msgid "3.2.0"
msgstr "3.2.0"
@ -128,6 +149,20 @@ msgstr ""
"instance(s) in order to work correctly when their instances were configured "
"to use region other than the default."
msgid ""
"Added a MetadataAware mixin class capable to retrieve the metadata "
"attributes from the implementing objects and all its parents."
msgstr ""
"Added a MetadataAware mixin class capable to retrieve the metadata "
"attributes from the implementing objects and all its parents."
msgid ""
"Added a ``metadata()`` yaql function to retrieve the meta information about "
"the object, stored in the \"?/metadata\" section of object model."
msgstr ""
"Added a ``metadata()`` yaql function to retrieve the meta information about "
"the object, stored in the \"?/metadata\" section of object model."
msgid ""
"Added a new API endpoint ``v1/actions`` to call static public methods. It "
"accepts class name, method name, method arguments, and optionally package "