Imported Translations from Transifex

Change-Id: I3cfaa3bdeda10264b483828f1f3d064468d3f3e5
This commit is contained in:
OpenStack Proposal Bot 2014-06-19 06:01:32 +00:00
parent a2139d8518
commit 5565715fab
15 changed files with 1636 additions and 2028 deletions

View File

@ -0,0 +1,19 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ceilometer 2014.2.dev50.ga2139d8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"

View File

@ -0,0 +1,87 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ceilometer 2014.2.dev50.ga2139d8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: ceilometer/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr ""
#: ceilometer/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr ""
#: ceilometer/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr ""
#: ceilometer/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr ""
#: ceilometer/openstack/common/loopingcall.py:136
msgid "in dynamic looping call"
msgstr ""
#: ceilometer/openstack/common/policy.py:510
#, python-format
msgid "Failed to understand rule %s"
msgstr ""
#: ceilometer/openstack/common/policy.py:520
#, python-format
msgid "No handler for matches of kind %s"
msgstr ""
#: ceilometer/openstack/common/policy.py:790
#, python-format
msgid "Failed to understand rule %r"
msgstr ""
#: ceilometer/openstack/common/service.py:188
msgid "Exception during rpc cleanup."
msgstr ""
#: ceilometer/openstack/common/service.py:276
msgid "Unhandled exception"
msgstr ""
#: ceilometer/openstack/common/db/api.py:72
msgid "DB exceeded retry limit."
msgstr ""
#: ceilometer/openstack/common/db/api.py:76
msgid "DB connection error."
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/session.py:460
msgid "DB exception wrapped."
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/test_migrations.py:267
#, python-format
msgid "Failed to migrate to version %s on engine %s"
msgstr ""
#: ceilometer/openstack/common/middleware/catch_errors.py:40
#, python-format
msgid "An error occurred during processing the request: %s"
msgstr ""

View File

@ -0,0 +1,87 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ceilometer 2014.2.dev50.ga2139d8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr ""
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr ""
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr ""
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr ""
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr ""
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr ""
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr ""
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr ""
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr ""

View File

@ -0,0 +1,52 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ceilometer 2014.2.dev50.ga2139d8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: ceilometer/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
msgstr ""
#: ceilometer/openstack/common/service.py:363
#, python-format
msgid "pid %d not in child list"
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/session.py:506
#, python-format
msgid "Database server has gone away: %s"
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/session.py:559
msgid "Unable to detect effective SQL mode"
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/session.py:567
#, python-format
msgid "MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES"
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/session.py:673
#, python-format
msgid "SQL connection failed. %s attempts left."
msgstr ""
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:97
msgid "Id not in sort_keys; is sort_keys unique?"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,89 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/ceilometer/"
"language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor hört auf %(port)s für Prozess %(pid)d"
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Sperrpfad erzeugt: %s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Löschen der Datei %(file)s fehlgeschlagen"
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "%s abgefangen. Vorgang wird beendet"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr ""
"Übergeordneter Prozess wurde unerwartet abgebrochen. Vorgang wird beendet"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "Verzweigung zu schnell; im Ruhemodus"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "Untergeordnetes Element %d gestartet"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "Starten von %d Workers"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Untergeordnetes Element %(pid)d durch Signal %(sig)d abgebrochen"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Untergeordnete %(pid)s mit Status %(code)d beendet"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "%s abgefangen, untergeordnete Elemente werden gestoppt"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr "Warten aufgerufen nach dem der Thread abgebrochen wurde. Bereinige."
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Warten auf Beenden von %d untergeordneten Elementen"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "Lösche doppelte Zeile mit der ID %(id)s aus der Tabelle %(table)s"

View File

@ -0,0 +1,57 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
# Carsten Duch <cad@teuto.net>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/ceilometer/"
"language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ceilometer/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
msgstr "Ausgeführte Task hat Intervall um %s Sekunden überschritten"
#: ceilometer/openstack/common/service.py:363
#, python-format
msgid "pid %d not in child list"
msgstr "PID %d nicht in Liste untergeordneter Elemente"
#: ceilometer/openstack/common/db/sqlalchemy/session.py:506
#, python-format
msgid "Database server has gone away: %s"
msgstr "Datenbankserver ist nicht mehr vorhanden: %s"
#: ceilometer/openstack/common/db/sqlalchemy/session.py:559
msgid "Unable to detect effective SQL mode"
msgstr "Unfähig geltenden SQL Modus zu erkennen."
#: ceilometer/openstack/common/db/sqlalchemy/session.py:567
#, python-format
msgid ""
"MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES"
msgstr ""
"MySQL SQL Modus ist '%s', erwägen Sie TRADITIONAL oder STRICT_ALL_TABLES zu "
"aktivieren"
#: ceilometer/openstack/common/db/sqlalchemy/session.py:673
#, python-format
msgid "SQL connection failed. %s attempts left."
msgstr "SQL-Verbindung fehlgeschlagen. Noch %s weitere Versuche übrig."
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:97
msgid "Id not in sort_keys; is sort_keys unique?"
msgstr "ID ist nicht in 'sort_keys' enthalten; ist 'sort_keys' eindeutig?"

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
"ceilometer/language/en_AU/)\n"
"Language: en_AU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d"
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "Deleting duplicated row with id: %(id)s from table: %(table)s"

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"ceilometer/language/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d"
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "Deleting duplicated row with id: %(id)s from table: %(table)s"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/ceilometer/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet oculto escuchando en %(port)s para el proceso %(pid)d"
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Candado creado ruta: %s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "Se ha captado %s, saliendo"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr "El proceso padre se ha detenido inesperadamente, saliendo"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "Bifurcación demasiado rápida, en reposo"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "Se ha iniciado el hijo %d"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "Iniciando %d trabajadores"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Hijo %(pid)d matado por señal %(sig)d"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "El hijo %(pid)s ha salido con el estado %(code)d"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "Se ha captado %s, deteniendo hijos"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "En espera de %d hijos para salir"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "Eliminando registro duplicado con id: %(id)s de la tabla: %(table)s"

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-16 01:20+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/ceilometer/"
"language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor en écoute sur le port %(port)s for process %(pid)d"
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Chemin de verrou créé: %s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Echec de la suppression du fichier %(file)s"
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "%s interceptée, sortie"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr "Processus parent arrêté de manière inattendue, sortie"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "Bifurcation trop rapide, pause"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "Enfant démarré %d"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "Démarrage des travailleurs %d"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Enfant %(pid)d arrêté par le signal %(sig)d"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Processus fils %(pid)s terminé avec le status %(code)d"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "%s interceptée, arrêt de l'enfant"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "En attente %d enfants pour sortie"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "Suppression ligne en double avec l'ID : %(id)s de la table : %(table)s"

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-18 08:06+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/ceilometer/"
"language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ceilometer/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr "除去される元の例外: %s"
#: ceilometer/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "予期せぬ例外が、%d回()発生しました。再試行中。"
#: ceilometer/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "取得したロック `%s` を解放できませんでした"
#: ceilometer/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "一定期間の呼び出しループ"
#: ceilometer/openstack/common/loopingcall.py:136
msgid "in dynamic looping call"
msgstr "動的呼び出しループ"
#: ceilometer/openstack/common/policy.py:510
#, python-format
msgid "Failed to understand rule %s"
msgstr "ルール %s を解釈できませんでした"
#: ceilometer/openstack/common/policy.py:520
#, python-format
msgid "No handler for matches of kind %s"
msgstr "種類 %s の一致向けのハンドラーがありません"
#: ceilometer/openstack/common/policy.py:790
#, python-format
msgid "Failed to understand rule %r"
msgstr "ルール %r を解釈できませんでした"
#: ceilometer/openstack/common/service.py:188
msgid "Exception during rpc cleanup."
msgstr "RPCクリーンアップ中に例外が発生"
#: ceilometer/openstack/common/service.py:276
msgid "Unhandled exception"
msgstr "未処理例外"
#: ceilometer/openstack/common/db/api.py:72
msgid "DB exceeded retry limit."
msgstr "DBへのリトライが上限に達しました。"
#: ceilometer/openstack/common/db/api.py:76
msgid "DB connection error."
msgstr "DB接続エラーが発生しました。"
#: ceilometer/openstack/common/db/sqlalchemy/session.py:460
msgid "DB exception wrapped."
msgstr "DB 例外がラップされました。"
#: ceilometer/openstack/common/db/sqlalchemy/test_migrations.py:267
#, python-format
msgid "Failed to migrate to version %s on engine %s"
msgstr "バージョン%sをエンジン%sへの移行が失敗しました。"
#: ceilometer/openstack/common/middleware/catch_errors.py:40
#, python-format
msgid "An error occurred during processing the request: %s"
msgstr ""

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"ceilometer/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Backdoor de Eventlet escutando na porta %(port)s pelo processo %(pid)d"
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Criado caminho de lock: %s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "%s capturadas, saindo"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr "Processo pai saiu inesperadamente, saindo"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "Bifurcação muito rápida, suspendendo"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "Filho %d iniciado"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "Iniciando %d trabalhadores"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "%(pid)d filho eliminado pelo sinal %(sig)d"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Filho %(pid)s encerrando com status %(code)d"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "%s capturado, parando filhos"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Aguardando em %d filhos para sair"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "Excluindo linha duplicada com ID: %(id)s da tabela: %(table)s"

View File

@ -0,0 +1,88 @@
# Translations template for ceilometer.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ceilometer project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Ceilometer\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-19 06:01+0000\n"
"PO-Revision-Date: 2014-06-14 19:30+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/"
"ceilometer/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ceilometer/openstack/common/eventlet_backdoor.py:141
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: ceilometer/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "已创建锁路径:%s"
#: ceilometer/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: ceilometer/openstack/common/service.py:176
#: ceilometer/openstack/common/service.py:270
#, python-format
msgid "Caught %s, exiting"
msgstr "捕获到 %s正在退出"
#: ceilometer/openstack/common/service.py:239
msgid "Parent process has died unexpectedly, exiting"
msgstr "父进程已意外终止,正在退出"
#: ceilometer/openstack/common/service.py:309
msgid "Forking too fast, sleeping"
msgstr "派生速度太快,正在休眠"
#: ceilometer/openstack/common/service.py:328
#, python-format
msgid "Started child %d"
msgstr "已启动子代 %d"
#: ceilometer/openstack/common/service.py:338
#, python-format
msgid "Starting %d workers"
msgstr "正在启动 %d 工作程序"
#: ceilometer/openstack/common/service.py:355
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "信号 %(sig)d 已终止子代 %(pid)d"
#: ceilometer/openstack/common/service.py:359
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "子代 %(pid)s 已退出,状态为 %(code)d"
#: ceilometer/openstack/common/service.py:394
#, python-format
msgid "Caught %s, stopping children"
msgstr "捕获到 %s正在停止子代"
#: ceilometer/openstack/common/service.py:403
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: ceilometer/openstack/common/service.py:414
#, python-format
msgid "Waiting on %d children to exit"
msgstr "正在等待 %d 个子代退出"
#: ceilometer/openstack/common/db/sqlalchemy/utils.py:379
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr "正在从表 %(table)s 中删除具有id %(id)s 的重复行"