Imported Translations from Zanata

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

Change-Id: I7f9be226a24914388e2f4c53e31e4cb42429c2fb
This commit is contained in:
OpenStack Proposal Bot 2016-06-20 10:46:50 +00:00
parent a2da070d28
commit b8ffab6aea
5 changed files with 8 additions and 208 deletions

View File

@ -7,14 +7,14 @@
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 4.6.1.dev19\n"
"Project-Id-Version: oslo.db 4.6.1.dev46\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 04:28+0000\n"
"POT-Creation-Date: 2016-06-15 11:18+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-08-27 12:47+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"PO-Revision-Date: 2016-06-20 06:31+0000\n"
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
"Language: en-GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.0\n"
@ -32,6 +32,10 @@ msgstr ""
"Please specify column %s in col_name_col_instance param. It is required "
"because column has unsupported type by SQLite."
#, python-format
msgid "Sort key supplied is invalid: %s"
msgstr "Sort key supplied is invalid: %s"
#, python-format
msgid ""
"Tables \"%s\" have non utf8 collation, please make sure all tables are "

View File

@ -1,47 +0,0 @@
# Translations template for oslo.db.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 4.6.1.dev19\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 07:06+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 2.2.0\n"
#: oslo_db/api.py:144
msgid "DB exceeded retry limit."
msgstr ""
#: oslo_db/concurrency.py:64
msgid "'eventlet' is required for TpoolDbapiWrapper."
msgstr ""
#: oslo_db/sqlalchemy/exc_filters.py:332
#, python-format
msgid "DBAPIError exception wrapped from %s"
msgstr ""
#: oslo_db/sqlalchemy/exc_filters.py:343
msgid "DB exception wrapped."
msgstr ""
#: oslo_db/sqlalchemy/test_migrations.py:272
#, python-format
msgid "Failed to migrate to version %(ver)s on engine %(eng)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

@ -1,29 +0,0 @@
# Translations template for oslo.db.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 4.6.1.dev19\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 07:06+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 2.2.0\n"
#: oslo_db/sqlalchemy/provision.py:220 oslo_db/sqlalchemy/provision.py:231
#, python-format
msgid "The %(dbapi)s backend is unavailable: %(err)s"
msgstr ""
#: oslo_db/sqlalchemy/utils.py:444
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr ""

View File

@ -1,44 +0,0 @@
# Translations template for oslo.db.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 4.6.1.dev19\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 07:06+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 2.2.0\n"
#: oslo_db/sqlalchemy/engines.py:253
msgid "Unable to detect effective SQL mode"
msgstr ""
#: oslo_db/sqlalchemy/engines.py:260
#, python-format
msgid "MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES"
msgstr ""
#: oslo_db/sqlalchemy/engines.py:328
#, python-format
msgid "SQL connection failed. %s attempts left."
msgstr ""
#: oslo_db/sqlalchemy/engines.py:353
#, python-format
msgid ""
"Parent process %(orig)s forked (%(newproc)s) with an open database "
"connection, which is being discarded and recreated."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:107
msgid "Id not in sort_keys; is sort_keys unique?"
msgstr ""

View File

@ -1,84 +0,0 @@
# Translations template for oslo.db.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 4.6.1.dev19\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 07:06+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 2.2.0\n"
#: oslo_db/exception.py:160
msgid "Invalid Parameter: Encoding directive wasn't provided."
msgstr ""
#: oslo_db/exception.py:204
#, python-format
msgid "Sort key supplied is invalid: %s"
msgstr ""
#: oslo_db/sqlalchemy/migration.py:72
msgid "version should be an integer"
msgstr ""
#: oslo_db/sqlalchemy/migration.py:112
#, python-format
msgid ""
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
"CHARSET=utf8"
msgstr ""
#: oslo_db/sqlalchemy/migration.py:136
msgid ""
"The database is not under version control, but has tables. Please stamp "
"the current version of the schema manually."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:143
#, python-format
msgid "Unknown sort direction, must be one of: %s"
msgstr ""
#: 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:212
#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr ""
#: oslo_db/sqlalchemy/utils.py:324
msgid "model should be a subclass of ModelBase"
msgstr ""
#: 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: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:465
msgid "Unsupported id columns type"
msgstr ""