diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index c79304fbab..3bde983299 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: openstack-heat\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-02-28 07:00+0000\n" +"POT-Creation-Date: 2026-03-17 12:11+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,6 +32,18 @@ msgstr "" msgid "10.0.0" msgstr "10.0.0" +msgid "10.0.0.0b1" +msgstr "10.0.0.0b1" + +msgid "10.0.0.0b2" +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 "10.0.1" msgstr "10.0.1" @@ -44,6 +56,15 @@ msgstr "10.0.3-31" msgid "11.0.0" msgstr "11.0.0" +msgid "11.0.0.0b1" +msgstr "11.0.0.0b1" + +msgid "11.0.0.0b3" +msgstr "11.0.0.0b3" + +msgid "11.0.0.0rc1" +msgstr "11.0.0.0rc1" + msgid "11.0.2" msgstr "11.0.2" @@ -53,12 +74,18 @@ msgstr "11.0.3" msgid "12.0.0" msgstr "12.0.0" +msgid "12.0.0.0rc1" +msgstr "12.0.0.0rc1" + msgid "12.1.0" msgstr "12.1.0" msgid "13.0.0" msgstr "13.0.0" +msgid "13.0.0.0rc1" +msgstr "13.0.0.0rc1" + msgid "13.0.1" msgstr "13.0.1" @@ -89,6 +116,9 @@ msgstr "16.1.0-11" msgid "17.0.0" msgstr "17.0.0" +msgid "17.0.0.0rc1" +msgstr "17.0.0.0rc1" + msgid "17.0.2" msgstr "17.0.2" @@ -101,6 +131,9 @@ msgstr "18.0.1" msgid "19.0.0" msgstr "19.0.0" +msgid "19.0.0.0rc1" +msgstr "19.0.0.0rc1" + msgid "19.0.1" msgstr "19.0.1" @@ -155,18 +188,9 @@ msgstr "24.0.0" msgid "24.1.0" msgstr "24.1.0" -msgid "24.1.0-9" -msgstr "24.1.0-9" - msgid "25.0.0" msgstr "25.0.0" -msgid "25.0.0-4" -msgstr "25.0.0-4" - -msgid "25.0.0-44" -msgstr "25.0.0-44" - msgid "5.0.1" msgstr "5.0.1" @@ -176,15 +200,48 @@ msgstr "6.0.0" msgid "7.0.0" msgstr "7.0.0" +msgid "7.0.0.0b1" +msgstr "7.0.0.0b1" + +msgid "7.0.0.0b2" +msgstr "7.0.0.0b2" + +msgid "7.0.0.0b3" +msgstr "7.0.0.0b3" + +msgid "7.0.0.0rc1" +msgstr "7.0.0.0rc1" + msgid "8.0.0" msgstr "8.0.0" +msgid "8.0.0.0b1" +msgstr "8.0.0.0b1" + +msgid "8.0.0.0b2" +msgstr "8.0.0.0b2" + +msgid "8.0.0.0b3" +msgstr "8.0.0.0b3" + msgid "8.0.7" msgstr "8.0.7" msgid "9.0.0" msgstr "9.0.0" +msgid "9.0.0.0b1" +msgstr "9.0.0.0b1" + +msgid "9.0.0.0b2" +msgstr "9.0.0.0b2" + +msgid "9.0.0.0b3" +msgstr "9.0.0.0b3" + +msgid "9.0.0.0rc1" +msgstr "9.0.0.0rc1" + msgid "9.0.3" msgstr "9.0.3" @@ -1421,6 +1478,17 @@ msgstr "" "general, and notifications that trigger Mistral workflow executions in " "particular." +msgid "" +"New ``OS::Zaqar::Subscription`` and ``OS::Zaqar::MistralTrigger`` resource " +"types allow users to attach to Zaqar queues (respectively) notifications in " +"general, and notifications that trigger Mistral workflow executions in " +"particular." +msgstr "" +"New ``OS::Zaqar::Subscription`` and ``OS::Zaqar::MistralTrigger`` resource " +"types allow users to attach to Zaqar queues (respectively) notifications in " +"general, and notifications that trigger Mistral workflow executions in " +"particular." + msgid "" "New config ``max_nova_api_microversion`` to set the maximum nova API " "microversion for nova client plugin. If``max_nova_api_microversion`` is set, " @@ -2678,6 +2746,21 @@ msgstr "" "now return the UUID of the nested stack if available. This will also apply " "to any resource type that inherits from ``OS::Heat::AutoScalingGroup``." +msgid "" +"The behavior of ``get_resource`` on an ``OS::Heat::InstanceGroup`` resource " +"has changed. Previously it returned the physical resource name (i.e. the " +"name of the nested Heat stack which implemented the group). It will now " +"return the UUID of the nested stack if available. This will also apply to " +"any resource type that inherits from ``OS::Heat::AutoScalingGroup``, ``OS::" +"Heat::InstanceGroup``, and ``AWS::AutoScaling::AutoScalingGroup``." +msgstr "" +"The behaviour of ``get_resource`` on an ``OS::Heat::InstanceGroup`` resource " +"has changed. Previously it returned the physical resource name (i.e. the " +"name of the nested Heat stack which implemented the group). It will now " +"return the UUID of the nested stack if available. This will also apply to " +"any resource type that inherits from ``OS::Heat::AutoScalingGroup``, ``OS::" +"Heat::InstanceGroup``, and ``AWS::AutoScaling::AutoScalingGroup``." + msgid "" "The ceilometer client plugin is no longer provided, due to the Ceilometer " "API no longer being available from Queens and the python-ceilometerclient " diff --git a/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po index e48bec9cc3..dd06f91344 100644 --- a/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: openstack-heat\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-02-21 13:45+0000\n" +"POT-Creation-Date: 2026-03-17 12:11+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -23,6 +23,18 @@ msgstr "6.0.0" msgid "7.0.0" msgstr "7.0.0" +msgid "7.0.0.0b1" +msgstr "7.0.0.0b1" + +msgid "7.0.0.0b2" +msgstr "7.0.0.0b2" + +msgid "7.0.0.0b3" +msgstr "7.0.0.0b3" + +msgid "7.0.0.0rc1" +msgstr "7.0.0.0rc1" + msgid "Bug Fixes" msgstr "Corrections de bugs" diff --git a/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po index 5b7c509c0e..d8497203a2 100644 --- a/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: openstack-heat\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-02-21 13:45+0000\n" +"POT-Creation-Date: 2026-03-17 12:11+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,6 +25,18 @@ msgstr "" msgid "10.0.0" msgstr "10.0.0" +msgid "10.0.0.0b1" +msgstr "10.0.0.0b1" + +msgid "10.0.0.0b2" +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 "10.0.1" msgstr "10.0.1" @@ -34,15 +46,30 @@ msgstr "10.0.2" msgid "11.0.0" msgstr "11.0.0" +msgid "11.0.0.0b1" +msgstr "11.0.0.0b1" + +msgid "11.0.0.0b3" +msgstr "11.0.0.0b3" + +msgid "11.0.0.0rc1" +msgstr "11.0.0.0rc1" + msgid "11.0.2" msgstr "11.0.2" msgid "12.0.0" msgstr "12.0.0" +msgid "12.0.0.0rc1" +msgstr "12.0.0.0rc1" + msgid "13.0.0" msgstr "13.0.0" +msgid "13.0.0.0rc1" +msgstr "13.0.0.0rc1" + msgid "5.0.1" msgstr "5.0.1" @@ -52,9 +79,27 @@ msgstr "6.0.0" msgid "7.0.0" msgstr "7.0.0" +msgid "7.0.0.0b1" +msgstr "7.0.0.0b1" + +msgid "7.0.0.0b2" +msgstr "7.0.0.0b2" + +msgid "7.0.0.0b3" +msgstr "7.0.0.0b3" + msgid "8.0.0" msgstr "8.0.0" +msgid "9.0.0.0b1" +msgstr "9.0.0.0b1" + +msgid "9.0.0.0b2" +msgstr "9.0.0.0b2" + +msgid "9.0.0.0b3" +msgstr "9.0.0.0b3" + msgid "Bug Fixes" msgstr "๋ฒ„๊ทธ ์ˆ˜์ •"