Imported Translations from Transifex

Change-Id: I825432e1c9990b2c2b825ff84eef8d58b64f7b91
This commit is contained in:
OpenStack Proposal Bot 2014-07-14 06:03:15 +00:00
parent 4796d063cd
commit 44e96a84ca
5 changed files with 150 additions and 14 deletions

View File

@ -0,0 +1,19 @@
# Translations template for oslo.db.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 0.3.0.1.g4796d06\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-07-14 06:03+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,51 @@
# Translations template for oslo.db.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 0.3.0.1.g4796d06\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-07-14 06:03+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"
#: oslo/db/api.py:73
msgid "DB exceeded retry limit."
msgstr ""
#: oslo/db/api.py:77
msgid "DB connection error."
msgstr ""
#: oslo/db/concurrency.py:64
msgid "'eventlet' is required for TpoolDbapiWrapper."
msgstr ""
#: oslo/db/sqlalchemy/session.py:478
#, python-format
msgid "DBAPIError exception wrapped from %s"
msgstr ""
#: oslo/db/sqlalchemy/session.py:481
msgid "DB exception wrapped."
msgstr ""
#: oslo/db/sqlalchemy/test_migrations.py:278
#, python-format
msgid "Failed to migrate to version %(version)s on engine %(engine)s"
msgstr ""
#: oslo/db/sqlalchemy/migration_cli/ext_migrate.py:61
msgid ""
"Migration number for migrate plugin must be valid integer or empty, if "
"you want to downgrade to initial state"
msgstr ""

View File

@ -0,0 +1,29 @@
# Translations template for oslo.db.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 0.3.0.1.g4796d06\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-07-14 06:03+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"
#: oslo/db/sqlalchemy/utils.py:432
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr ""
#: oslo/db/sqlalchemy/utils.py:689
#, python-format
msgid "The %s backend is unavailable: %s"
msgstr ""

View File

@ -0,0 +1,42 @@
# Translations template for oslo.db.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 0.3.0.1.g4796d06\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-07-14 06:03+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"
#: oslo/db/sqlalchemy/session.py:527
#, python-format
msgid "Database server has gone away: %s"
msgstr ""
#: oslo/db/sqlalchemy/session.py:580
msgid "Unable to detect effective SQL mode"
msgstr ""
#: oslo/db/sqlalchemy/session.py:588
#, python-format
msgid "MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES"
msgstr ""
#: oslo/db/sqlalchemy/session.py:696
#, python-format
msgid "SQL connection failed. %s attempts left."
msgstr ""
#: oslo/db/sqlalchemy/utils.py:95
msgid "Id not in sort_keys; is sort_keys unique?"
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 06224bc\n"
"Project-Id-Version: oslo.db 0.3.0.1.g4796d06\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-06-05 22:17+0200\n"
"POT-Creation-Date: 2014-07-14 06:03+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"
@ -48,15 +48,15 @@ msgid ""
"the current version of the schema manually."
msgstr ""
#: oslo/db/sqlalchemy/utils.py:58
#: oslo/db/sqlalchemy/utils.py:56
msgid "Sort key supplied was not valid."
msgstr ""
#: oslo/db/sqlalchemy/utils.py:119
#: oslo/db/sqlalchemy/utils.py:117
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr ""
#: oslo/db/sqlalchemy/utils.py:162
#: oslo/db/sqlalchemy/utils.py:160
#, python-format
msgid ""
"There is no `deleted` column in `%s` table. Project doesn't use soft-"
@ -65,33 +65,28 @@ msgstr ""
#: oslo/db/sqlalchemy/utils.py:174
#, python-format
msgid "Unrecognized read_deleted value '%s'"
msgstr ""
#: oslo/db/sqlalchemy/utils.py:181
#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr ""
#: oslo/db/sqlalchemy/utils.py:243
#: oslo/db/sqlalchemy/utils.py:286
msgid "model should be a subclass of ModelBase"
msgstr ""
#: oslo/db/sqlalchemy/utils.py:294
#: oslo/db/sqlalchemy/utils.py:339
#, 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:300
#: oslo/db/sqlalchemy/utils.py:345
#, 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:408
#: oslo/db/sqlalchemy/utils.py:453
msgid "Unsupported id columns type"
msgstr ""