From 6e29fdde1edc67a6797eba2c3f9c557f840d4ea7 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 18 Mar 2018 07:27:53 +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: I4093a26ef2f6afff4f1e335ac5039ef1ebc3a19a --- .../locale/fr/LC_MESSAGES/django.po | 29 +++++++++++++++---- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 24 +++++++++++++-- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 10 +++---- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 5 +--- 4 files changed, 51 insertions(+), 17 deletions(-) diff --git a/openstack_dashboard/locale/fr/LC_MESSAGES/django.po b/openstack_dashboard/locale/fr/LC_MESSAGES/django.po index 2f87d038b1..e2056b428a 100644 --- a/openstack_dashboard/locale/fr/LC_MESSAGES/django.po +++ b/openstack_dashboard/locale/fr/LC_MESSAGES/django.po @@ -20,16 +20,17 @@ # Oussema Cherni , 2017. #zanata # Pascal Larivée , 2017. #zanata # JF Taltavull , 2018. #zanata +# Thomas Morin , 2018. #zanata msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-03-04 12:29+0000\n" +"POT-Creation-Date: 2018-03-14 08:56+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-03-06 07:25+0000\n" -"Last-Translator: JF Taltavull \n" +"PO-Revision-Date: 2018-03-16 11:23+0000\n" +"Last-Translator: Thomas Morin \n" "Language-Team: French\n" "Language: fr\n" "X-Generator: Zanata 4.3.3\n" @@ -393,6 +394,15 @@ msgstr "" "Ajouter des hôtes à cet agrégat. Les hôtes peuvent appartenir à plusieurs " "agrégats." +msgid "" +"Add or remove security groups to the port from the list of available " +"security groups. The \"default\" security group is associated by default and " +"you can remove \"default\" security group from the port." +msgstr "" +"Parmi les groupes de sécurité disponibles, choisir ceux associés à ce port. " +"Le group de sécurité \"default\" est associé par défaut, et peut être " +"enlevé." + msgid "" "Add or remove security groups to this port from the list of available " "security groups." @@ -1170,7 +1180,7 @@ msgid "Create Consistency Group" msgstr "Créer un groupe de cohérence" msgid "Create Consistency Group Snapshot" -msgstr "Créer un instantané du groupe de consistence" +msgstr "Créer un instantané de groupe de consistence" msgid "Create Domain" msgstr "Créer un Domaine" @@ -1239,7 +1249,7 @@ msgid "Create Security Group (Quota exceeded)" msgstr "Créer un Groupe de Sécurité (Quota excédé)" msgid "Create Snapshot" -msgstr "Créer l'instantané" +msgstr "Créer un instantané" msgid "Create Spec" msgstr "Créer une Spécification" @@ -2681,6 +2691,10 @@ msgstr "Échec de la création du réseau \"%(network)s\" : %(reason)s" msgid "Failed to create network %s" msgstr "Échec lors de la création du réseau %s" +#, python-format +msgid "Failed to create port \"%s\"." +msgstr "Impossible de créer le port \"%s\"." + #, python-format msgid "Failed to create router \"%s\"." msgstr "Échec de la création du routeur \"%s\"." @@ -5662,7 +5676,7 @@ msgid "Snapshot Limits" msgstr "Limites de l'instantané" msgid "Snapshot Name" -msgstr "Nom du instantané" +msgstr "Nom de l'instantané" msgid "Snapshot Volume Types" msgstr "Types d'instantané de volume " @@ -6261,6 +6275,9 @@ msgstr "" "Spécifiez un des réseaux physiques tel que définie dans votre déploiement " "neutron." +msgid "The new availability zone can't be empty" +msgstr "La nouvelle zone de disponibilité ne peut-être vide." + msgid "The physical mechanism by which the virtual network is implemented." msgstr "Le mécanisme physique par lequel le réseau virtuel est implémenté." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 9318bf4c8e..290a7161ab 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: Horizon Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-13 06:18+0000\n" +"POT-Creation-Date: 2018-03-14 08:55+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-03-10 09:27+0000\n" +"PO-Revision-Date: 2018-03-15 01:26+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -76,6 +76,9 @@ msgstr "12.0.2-26" msgid "13.0.0" msgstr "13.0.0" +msgid "13.0.0.0rc1-67" +msgstr "13.0.0.0rc1-67" + msgid "8.0.1" msgstr "8.0.1" @@ -4494,6 +4497,23 @@ msgstr "" "existing Angular-based detail page, \"Not Found\" (404) page is not shown. A " "blank page only with the navigation menu will be shown." +msgid "" +"[:bug:`1746754`] (for horizon plugin developers) Django tab is now pluggable " +"and horizon plugins can add extra tab(s) to an existing tab provided by " +"horizon or other horizon plugins. Extra tabs can be added via the horizon " +"plugin \"enabled\" file. For more detail, see ``EXTRA_TABS`` description in " +"`Pluggable Panels and Groups `__ of the horizon " +"documentation." +msgstr "" +"[:bug:`1746754`] (for horizon plugin developers) Django tab is now pluggable " +"and Horizon plugins can add extra tab(s) to an existing tab provided by " +"Horizon or other Horizon plugins. Extra tabs can be added via the Horizon " +"plugin \"enabled\" file. For more detail, see ``EXTRA_TABS`` description in " +"`Pluggable Panels and Groups `__ of the Horizon " +"documentation." + msgid "" "[`blueprint Supports extra properties in project and user \n" +"PO-Revision-Date: 2018-03-15 02:06+0000\n" +"Last-Translator: Jaewook Oh \n" "Language-Team: Korean (South Korea)\n" "Language: ko_KR\n" "X-Generator: Zanata 4.3.3\n" @@ -87,8 +87,8 @@ msgstr "12.0.2-26" msgid "13.0.0" msgstr "13.0.0" -msgid "13.0.0.0rc1-66" -msgstr "13.0.0.0rc1-66" +msgid "13.0.0.0rc1-67" +msgstr "13.0.0.0rc1-67" msgid "8.0.1" msgstr "8.0.1" diff --git a/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po index 8df106a588..bf4266a980 100644 --- a/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Horizon Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-13 06:18+0000\n" +"POT-Creation-Date: 2018-03-14 08:55+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,9 +81,6 @@ msgstr "12.0.2-26" msgid "13.0.0" msgstr "13.0.0" -msgid "13.0.0.0rc1-66" -msgstr "13.0.0.0rc1-66" - msgid "8.0.1" msgstr "8.0.1"