Imported Translations from Transifex

For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I2829fdde93114cfaf3c7acbeaff8ca9c90e9570d
This commit is contained in:
OpenStack Proposal Bot 2015-08-07 06:19:41 +00:00
parent aa50582f30
commit 8edc3f30ae
4 changed files with 24 additions and 27 deletions

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-04 06:31+0000\n"
"PO-Revision-Date: 2014-09-02 09:18+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"POT-Creation-Date: 2015-08-07 06:19+0000\n"
"PO-Revision-Date: 2015-08-06 19:05+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/openstack/"
"oslodb/language/en_GB/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@ -60,9 +60,6 @@ msgstr ""
msgid "There is no `project_id` column in `%s` table."
msgstr "There is no `project_id` column in `%s` table."
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr "Unknown sort direction, must be 'desc' or 'asc'"
msgid "Unsupported id columns type"
msgstr "Unsupported id columns type"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-04 06:31+0000\n"
"PO-Revision-Date: 2015-06-22 21:21+0000\n"
"Last-Translator: Adriana Chisco Landazábal <achisco94@gmail.com>\n"
"POT-Creation-Date: 2015-08-07 06:19+0000\n"
"PO-Revision-Date: 2015-08-06 19:05+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/openstack/oslodb/language/"
"es/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@ -60,9 +60,6 @@ msgstr ""
msgid "There is no `project_id` column in `%s` table."
msgstr "No existe la columna `project_id` en la tabla `%s`."
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr "Dirección de ordenación desconocida, debe ser 'desc' o ' asc'"
msgid "Unsupported id columns type"
msgstr "Tipo de identificador de columnas no soportado"

View File

@ -3,14 +3,15 @@
# This file is distributed under the same license as the oslo.db project.
#
# Translators:
# Lucas Mascaro <mascaro.lucas@yahoo.fr>, 2015
# Maxime COQUEREL <max.coquerel@gmail.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-04 06:31+0000\n"
"PO-Revision-Date: 2015-07-30 21:34+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n"
"POT-Creation-Date: 2015-08-07 06:19+0000\n"
"PO-Revision-Date: 2015-08-07 04:24+0000\n"
"Last-Translator: Lucas Mascaro <mascaro.lucas@yahoo.fr>\n"
"Language-Team: French (http://www.transifex.com/openstack/oslodb/language/"
"fr/)\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
@ -60,8 +61,9 @@ msgstr ""
msgid "There is no `project_id` column in `%s` table."
msgstr "Il n'y a pas de colonne `project_id` dans la table `%s`."
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr "Direction d'ordonnancement inconnue, choisir 'desc' ou 'asc'"
#, python-format
msgid "Unknown sort direction, must be one of: %s"
msgstr "Ordre de tris inconnu, il doit être un de: %s"
msgid "Unsupported id columns type"
msgstr "Type de colonnes id non pris en charge"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 2.2.1.dev2\n"
"Project-Id-Version: oslo.db 2.3.1.dev10\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-29 06:40+0000\n"
"POT-Creation-Date: 2015-08-07 06:19+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"
@ -42,41 +42,42 @@ msgid ""
"the current version of the schema manually."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:122
msgid "Unknown sort direction, must be 'desc' or 'asc'"
#: oslo_db/sqlalchemy/utils.py:143
#, python-format
msgid "Unknown sort direction, must be one of: %s"
msgstr ""
#: oslo_db/sqlalchemy/utils.py:181
#: oslo_db/sqlalchemy/utils.py:198
#, python-format
msgid ""
"There is no `deleted` column in `%s` table. Project doesn't use soft-"
"deleted feature."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:195
#: oslo_db/sqlalchemy/utils.py:212
#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:307
#: oslo_db/sqlalchemy/utils.py:324
msgid "model should be a subclass of ModelBase"
msgstr ""
#: oslo_db/sqlalchemy/utils.py:377
#: oslo_db/sqlalchemy/utils.py:394
#, python-format
msgid ""
"Please specify column %s in col_name_col_instance param. It is required "
"because column has unsupported type by SQLite."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:383
#: oslo_db/sqlalchemy/utils.py:400
#, python-format
msgid ""
"col_name_col_instance param has wrong type of column instance for column "
"%s It should be instance of sqlalchemy.Column."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:448
#: oslo_db/sqlalchemy/utils.py:465
msgid "Unsupported id columns type"
msgstr ""