From c7719de016706627d20f7423eec0c1fd4923fd6c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 7 Mar 2023 02:45:30 +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: I64e48d65ae37ad0a4ed7adf9c804415262006001 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 43 ++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 090b98d8..279b4aef 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: python-muranoclient\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 06:48+0000\n" +"POT-Creation-Date: 2023-03-06 03:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -65,6 +65,17 @@ msgstr "" "command package-create simultaneously. It allows to create HOT-packages with " "Resources folder." +msgid "" +"Added '--dep-exists-action' option to murano ``package-import`` and ``bundle-" +"import`` commands. It allows to specify a different default action for " +"existing main package and existing dependencies. In case of specifying just " +"'--exists-action', action for dependencies also defaults to it." +msgstr "" +"Added '--dep-exists-action' option to Murano ``package-import`` and ``bundle-" +"import`` commands. It allows to specify a different default action for " +"existing main package and existing dependencies. In case of specifying just " +"'--exists-action', action for dependencies also defaults to it." + msgid "" "Added '--dep-exists-action' option to murano command-line interface. It " "allows to apply different default actions for existing main package and " @@ -76,6 +87,15 @@ msgstr "" "existing dependencies. In case of specifying just '--exists-action', action " "for dependencies equals to that like it was previously." +msgid "" +"Added ability to use arguments ``--resources-dir`` and ``--template`` for " +"``package-create`` command simultaneously. It allows to create HOT-packages " +"with Resources folder." +msgstr "" +"Added ability to use arguments ``--resources-dir`` and ``--template`` for " +"``package-create`` command simultaneously. It allows to create HOT-packages " +"with Resources folder." + msgid "" "Added fallback from token to username/password if both are provided and " "token expires or is invalid." @@ -192,6 +212,15 @@ msgstr "" "New Murano CLI command ``murano environment-model-show [--path ] " "[--session-id ]``" +msgid "" +"New Murano CLI command ``murano static-action-call [--arguments [ " +"[ ...]]] [--package-name ] [--class-version " +"CLASS_VERSION] ``" +msgstr "" +"New Murano CLI command ``murano static-action-call [--arguments [ " +"[ ...]]] [--package-name ] [--class-version " +"CLASS_VERSION] ``" + msgid "New OSC command ``category create ``" msgstr "New OSC command ``category create ``" @@ -255,6 +284,15 @@ msgstr "" "New OSC command ``openstack environment model show [--path ] [--" "session-id ]``" +msgid "" +"New OSC command ``openstack static-action call [--arguments [ " +"[ ...]]] [--package-name ] [--class-version " +"CLASS_VERSION] ``" +msgstr "" +"New OSC command ``openstack static-action call [--arguments [ " +"[ ...]]] [--package-name ] [--class-version " +"CLASS_VERSION] ``" + msgid "New OSC command ``package list``." msgstr "New OSC command ``package list``." @@ -326,6 +364,9 @@ msgstr "Support for class/method JSON-schema API was added" msgid "Support for environment model edit API was added" msgstr "Support for environment model edit API was added" +msgid "Support for static actions API was added" +msgstr "Support for static actions API was added" + msgid "" "Support for static actions API was added - New Murano CLI command ``murano " "static-action-call [--arguments [ [ ...]]] [--package-"