summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-06-29 02:50:09 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-06-29 02:50:09 +0000
commit567615f6fcaa3a698140d25a850f1ba884b401b0 (patch)
tree24abc9da06c55c60f675c6124c49eec881e315bc
parent38238b88f74983534215bd4c0afdfd67fdbeaaa4 (diff)
downloadheat-567615f6fcaa3a698140d25a850f1ba884b401b0.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4cb705afce20982d92fbc0ba4baefcc210771f38
-rw-r--r--heat/locale/de/LC_MESSAGES/heat.po9
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po43
2 files changed, 37 insertions, 15 deletions
diff --git a/heat/locale/de/LC_MESSAGES/heat.po b/heat/locale/de/LC_MESSAGES/heat.po
index 093a77d63..95148ce69 100644
--- a/heat/locale/de/LC_MESSAGES/heat.po
+++ b/heat/locale/de/LC_MESSAGES/heat.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: heat VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2021-11-01 17:57+0000\n"
+"POT-Creation-Date: 2022-06-28 08:24+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -5553,13 +5553,6 @@ msgstr ""
"Servers."
msgid ""
-"Policy on how to apply a user_data update; either by ignoring it or by "
-"replacing the entire server."
-msgstr ""
-"Richtlinie zum Anwenden einer Benutzerdatenaktualisierung entweder durch "
-"Ignorieren oder durch Ersetzen des gesamten Servers."
-
-msgid ""
"Policy on how to apply an image-id update; either by requesting a server "
"rebuild or by replacing the entire server."
msgstr ""
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 279a46cfd..e313682df 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -8,11 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: openstack-heat\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-25 07:40+0000\n"
+"POT-Creation-Date: 2022-06-28 08:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2022-05-25 09:20+0000\n"
+"PO-Revision-Date: 2022-06-25 03:50+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -59,8 +59,8 @@ msgstr "13.0.0"
msgid "13.0.1"
msgstr "13.0.1"
-msgid "13.1.0-19"
-msgstr "13.1.0-19"
+msgid "13.1.0-22"
+msgstr "13.1.0-22"
msgid "14.0.0"
msgstr "14.0.0"
@@ -83,9 +83,6 @@ msgstr "17.0.0"
msgid "18.0.0"
msgstr "18.0.0"
-msgid "18.0.0-4"
-msgstr "18.0.0-4"
-
msgid "5.0.1"
msgstr "5.0.1"
@@ -480,6 +477,17 @@ msgstr ""
"properties defined on the Glance images."
msgid ""
+"Added ``OS::Neutron::QoSMinimumPacketRateRule`` resource to support "
+"``minimum_packet_rate_rule`` in Neutron QoS. This resource depends on "
+"Neutron API extension ``qos-pps-minimum`` and according to the default "
+"policy it is admin-only."
+msgstr ""
+"Added ``OS::Neutron::QoSMinimumPacketRateRule`` resource to support "
+"``minimum_packet_rate_rule`` in Neutron QoS. This resource depends on "
+"Neutron API extension ``qos-pps-minimum`` and according to the default "
+"policy it is admin-only."
+
+msgid ""
"Added ``dns_domain`` property to resource type ``OS::Neutron::ProviderNet``. "
"This specifies the DNS domain to use when publishing DNS records for ports "
"on this network."
@@ -611,6 +619,13 @@ msgstr ""
"stack get response. If version of Heat API is lower than 1.19, outputs "
"resolve in Heat client as well as before."
+msgid ""
+"Adding REBUILD option for user_data_update_policy so that changes to "
+"user_data can be updated instead of a new create."
+msgstr ""
+"Adding REBUILD option for user_data_update_policy so that changes to "
+"user_data can be updated instead of a new create."
+
msgid "Adds REST api support to cancel a stack create/update without rollback."
msgstr ""
"Adds REST API support to cancel a stack create/update without rollback."
@@ -743,6 +758,13 @@ msgstr ""
"resource. This enables migration from non routed network to a routed network."
msgid ""
+"Adds the 'availability_zone_hints' property for the OS::Neutron::Router, OS::"
+"Neutron::Net and OS::Neutron::ProviderNet resources."
+msgstr ""
+"Adds the 'availability_zone_hints' property for the OS::Neutron::Router, OS::"
+"Neutron::Net and OS::Neutron::ProviderNet resources."
+
+msgid ""
"All developer, contributor, and user content from various guides in "
"openstack-manuals has been moved in-tree and are published at `https://docs."
"openstack.org/heat/pike/`."
@@ -1724,6 +1746,13 @@ msgstr ""
"Python 2 is no longer supported. This release runs only on Python 3 and is "
"tested only on Python 3.6 and 3.7."
+msgid ""
+"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now "
+"supported is Python 3.8."
+msgstr ""
+"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now "
+"supported is Python 3.8."
+
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"