Files
oslo.db/oslo.db/locale/oslo.db.pot
T
OpenStack Proposal Bot 52151aeebd Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I1ac5df90739f1421adb67409e726f1b258ee9383
2015-09-26 06:13:26 +00:00

84 lines
2.1 KiB
Plaintext

# Translations template for oslo.db.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 2.6.1.dev18\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-26 06:13+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.1.1\n"
#: oslo_db/exception.py:150
msgid "Invalid Parameter: Encoding directive wasn't provided."
msgstr ""
#: oslo_db/exception.py:186
msgid "Sort key supplied was not valid."
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 ""