From 98f9dd78749adeca6c03b94edaa376f8c5935446 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 4 Jan 2018 07:05:09 +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: Ie797fd3c25f73448847aa8b5fab03f04f50fa283 --- .../locale/de/LC_MESSAGES/releasenotes.po | 36 +++++++++++++++++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 36 +++++++++++++++++- .../locale/id/LC_MESSAGES/releasenotes.po | 37 ++++++++++++++++++- .../locale/ja/LC_MESSAGES/releasenotes.po | 11 +++++- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 23 +++++++++++- .../locale/ru/LC_MESSAGES/releasenotes.po | 23 +++++++++++- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 35 +++++++++++++++++- 7 files changed, 194 insertions(+), 7 deletions(-) diff --git a/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po index e84803dcd..b63f26725 100644 --- a/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 05:23+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,6 +21,15 @@ msgstr "1.0.3" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "2.0.1" msgstr "2.0.1" @@ -33,6 +42,18 @@ msgstr "3.0.0" msgid "3.0.0-12" msgstr "3.0.0-12" +msgid "3.0.0.0b1" +msgstr "3.0.0.0b1" + +msgid "3.0.0.0b2" +msgstr "3.0.0.0b2" + +msgid "3.0.0.0b3" +msgstr "3.0.0.0b3" + +msgid "3.0.0.0rc1" +msgstr "3.0.0.0rc1" + msgid "3.1.0" msgstr "3.1.0" @@ -494,5 +515,18 @@ msgstr "" "Python-Objekte aus speziell aufbereiteten yaml-Dateien erstellen. Durch " "diese Änderung werden alle yaml-Ladevorgänge mit sicheren Ladern ausgeführt." +msgid "" +"cve-2016-4972 has been addressed. In several places Murano used loaders " +"inherited directly from yaml.Loader when parsing MuranoPL and UI files from " +"packages. This is unsafe, because this loader is capable of creating custom " +"python objects from specifically constructed yaml files. With this change " +"all yaml loading operations are done using safe loaders instead." +msgstr "" +"cve-2016-4972 wurde adressiert. Murano verwendete an zahlreichen Stellen " +"Lader, die beim parsen von MuranoPL und UI-Dateien aus Paketen Daten direkt " +"aus yaml.Loader erbten. Dies ist unsicher, denn der Lader kann angepasste " +"Python-Objekte aus speziell aufbereiteten yaml-Dateien erstellen. Durch " +"diese Änderung werden alle yaml-Ladevorgänge mit sicheren Ladern ausgeführt." + msgid "to the Horizon configuration." msgstr "zur Horizon Konfiguration." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 493cf075f..54043f6b8 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 05:23+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,6 +21,15 @@ msgstr "1.0.3" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "2.0.1" msgstr "2.0.1" @@ -33,6 +42,18 @@ msgstr "3.0.0" msgid "3.0.0-12" msgstr "3.0.0-12" +msgid "3.0.0.0b1" +msgstr "3.0.0.0b1" + +msgid "3.0.0.0b2" +msgstr "3.0.0.0b2" + +msgid "3.0.0.0b3" +msgstr "3.0.0.0b3" + +msgid "3.0.0.0rc1" +msgstr "3.0.0.0rc1" + msgid "3.1.0" msgstr "3.1.0" @@ -487,5 +508,18 @@ msgstr "" "python objects from specifically constructed yaml files. With this change " "all yaml loading operations are done using safe loaders instead." +msgid "" +"cve-2016-4972 has been addressed. In several places Murano used loaders " +"inherited directly from yaml.Loader when parsing MuranoPL and UI files from " +"packages. This is unsafe, because this loader is capable of creating custom " +"python objects from specifically constructed yaml files. With this change " +"all yaml loading operations are done using safe loaders instead." +msgstr "" +"cve-2016-4972 has been addressed. In several places Murano used loaders " +"inherited directly from yaml.Loader when parsing MuranoPL and UI files from " +"packages. This is unsafe, because this loader is capable of creating custom " +"python objects from specifically constructed yaml files. With this change " +"all yaml loading operations are done using safe loaders instead." + msgid "to the Horizon configuration." msgstr "to the Horizon configuration." diff --git a/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po index ba84c1cfc..43e623f7a 100644 --- a/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 05:23+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,6 +21,15 @@ msgstr "1.0.3" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "2.0.1" msgstr "2.0.1" @@ -33,6 +42,18 @@ msgstr "3.0.0" msgid "3.0.0-12" msgstr "3.0.0-12" +msgid "3.0.0.0b1" +msgstr "3.0.0.0b1" + +msgid "3.0.0.0b2" +msgstr "3.0.0.0b2" + +msgid "3.0.0.0b3" +msgstr "3.0.0.0b3" + +msgid "3.0.0.0rc1" +msgstr "3.0.0.0rc1" + msgid "3.1.0" msgstr "3.1.0" @@ -500,5 +521,19 @@ msgstr "" "semua operasi pemuatan yaml telah dilakukan dengan menggunakan pengganti " "loader yang aman." +msgid "" +"cve-2016-4972 has been addressed. In several places Murano used loaders " +"inherited directly from yaml.Loader when parsing MuranoPL and UI files from " +"packages. This is unsafe, because this loader is capable of creating custom " +"python objects from specifically constructed yaml files. With this change " +"all yaml loading operations are done using safe loaders instead." +msgstr "" +"cve-2016-4972 telah ditangani. Di beberapa tempat Murano menggunakan loader " +"yang diwariskan langsung dari yaml.Loader ketika parsing MuranoPL dan UI " +"file dari paket. Hal ini tidak aman, karena loader ini mampu membuat objek " +"python kustom dari file YAML yang dibangun khusus. Dengan perubahan ini " +"semua operasi pemuatan yaml telah dilakukan dengan penggunaan loader " +"pengganti yang aman." + msgid "to the Horizon configuration." msgstr "untuk konfigurasi Horizon." diff --git a/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po index 8d762280e..cef9446bb 100644 --- a/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 05:23+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -17,6 +17,15 @@ msgstr "" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "" "Add details page for packages, The details page will show more info to user, " "such as FQN, Description, etc." diff --git a/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po index c04eb76cf..e323aaac8 100644 --- a/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-20 04:16+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,6 +24,15 @@ msgstr "1.0.3" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "2.0.1" msgstr "2.0.1" @@ -36,6 +45,18 @@ msgstr "3.0.0" msgid "3.0.0-12" msgstr "3.0.0-12" +msgid "3.0.0.0b1" +msgstr "3.0.0.0b1" + +msgid "3.0.0.0b2" +msgstr "3.0.0.0b2" + +msgid "3.0.0.0b3" +msgstr "3.0.0.0b3" + +msgid "3.0.0.0rc1" +msgstr "3.0.0.0rc1" + msgid "3.1.0" msgstr "3.1.0" diff --git a/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po index 6546c8bfb..141a0ae09 100644 --- a/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 05:23+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -22,6 +22,15 @@ msgstr "1.0.3" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "2.0.1" msgstr "2.0.1" @@ -31,6 +40,18 @@ msgstr "2.0.2" msgid "3.0.0" msgstr "3.0.0" +msgid "3.0.0.0b1" +msgstr "3.0.0.0b1" + +msgid "3.0.0.0b2" +msgstr "3.0.0.0b2" + +msgid "3.0.0.0b3" +msgstr "3.0.0.0b3" + +msgid "3.0.0.0rc1" +msgstr "3.0.0.0rc1" + msgid "3.1.0" msgstr "3.1.0" diff --git a/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po index e46d134c0..d8a26127c 100644 --- a/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Murano Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 05:23+0000\n" +"POT-Creation-Date: 2018-01-04 03:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -27,6 +27,15 @@ msgstr "1.0.3" msgid "2.0.0" msgstr "2.0.0" +msgid "2.0.0.0b2" +msgstr "2.0.0.0b2" + +msgid "2.0.0.0b3" +msgstr "2.0.0.0b3" + +msgid "2.0.0.0rc1" +msgstr "2.0.0.0rc1" + msgid "2.0.1" msgstr "2.0.1" @@ -39,6 +48,18 @@ msgstr "3.0.0" msgid "3.0.0-12" msgstr "3.0.0-12" +msgid "3.0.0.0b1" +msgstr "3.0.0.0b1" + +msgid "3.0.0.0b2" +msgstr "3.0.0.0b2" + +msgid "3.0.0.0b3" +msgstr "3.0.0.0b3版本" + +msgid "3.0.0.0rc1" +msgstr "3.0.0.0rc1" + msgid "3.1.0" msgstr "3.1.0" @@ -417,5 +438,17 @@ msgstr "" "别构造的yaml文件创建自定义的python对象。此修改将所有yaml加载操作都由安全的加" "载器代替完成。" +msgid "" +"cve-2016-4972 has been addressed. In several places Murano used loaders " +"inherited directly from yaml.Loader when parsing MuranoPL and UI files from " +"packages. This is unsafe, because this loader is capable of creating custom " +"python objects from specifically constructed yaml files. With this change " +"all yaml loading operations are done using safe loaders instead." +msgstr "" +"cve-2016-4972 已经处理了。在一些地方,当从软件包中解析MuranoPL和UI文件时," +"Murano使用了直接继承自yaml.Loader的加载器. 这是不安全的,因为此加载器可以由特" +"别构造的yaml文件创建自定义的python对象。此修改将所有yaml加载操作都由安全的加" +"载器代替完成。" + msgid "to the Horizon configuration." msgstr "给Horizon配置。"