From 5b826c93db7410d30e93a5f4eb3fba50a374d72c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 5 Jun 2014 22:17:56 +0200 Subject: [PATCH] Setup for translation To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. Change-Id: If6117025627f898576b8b115a471fe44c171e19d --- oslo.db/locale/oslo.db.pot | 97 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 oslo.db/locale/oslo.db.pot diff --git a/oslo.db/locale/oslo.db.pot b/oslo.db/locale/oslo.db.pot new file mode 100644 index 00000000..d83de310 --- /dev/null +++ b/oslo.db/locale/oslo.db.pot @@ -0,0 +1,97 @@ +# Translations template for oslo.db. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.db project. +# FIRST AUTHOR , 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.db 06224bc\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-06-05 22:17+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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/exception.py:44 +msgid "Invalid Parameter: Unicode is not supported by the current database." +msgstr "" + +#: oslo/db/openstack/common/gettextutils.py:271 +msgid "Message objects do not support addition." +msgstr "" + +#: oslo/db/openstack/common/gettextutils.py:281 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" + +#: oslo/db/sqlalchemy/migration.py:72 +msgid "version should be an integer" +msgstr "" + +#: oslo/db/sqlalchemy/migration.py:108 +#, python-format +msgid "" +"Tables \"%s\" have non utf8 collation, please make sure all tables are " +"CHARSET=utf8" +msgstr "" + +#: oslo/db/sqlalchemy/migration.py:132 +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:58 +msgid "Sort key supplied was not valid." +msgstr "" + +#: oslo/db/sqlalchemy/utils.py:119 +msgid "Unknown sort direction, must be 'desc' or 'asc'" +msgstr "" + +#: oslo/db/sqlalchemy/utils.py:162 +#, python-format +msgid "" +"There is no `deleted` column in `%s` table. Project doesn't use soft-" +"deleted feature." +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 +msgid "model should be a subclass of ModelBase" +msgstr "" + +#: oslo/db/sqlalchemy/utils.py:294 +#, 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 +#, 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 +msgid "Unsupported id columns type" +msgstr "" +