Setup translations

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.

This patch is needed by https://review.openstack.org/210774 .

Change-Id: I44821f7a0de69937900184e66b47fdb59c8a5324
This commit is contained in:
Andreas Jaeger 2015-08-09 07:09:11 +02:00
parent ee78000b1b
commit 703dba1b54
5 changed files with 154 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Translations template for oslo.cache.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.cache project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.cache 0.5.1.dev1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-09 06:59+0200\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,26 @@
# Translations template for oslo.cache.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.cache project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.cache 0.5.1.dev1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-09 06:59+0200\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_cache/core.py:123
#, python-format
msgid ""
"Unable to build cache config-key. Expected format \"<argname>:<value>\". "
"Skipping unknown format: %s"
msgstr ""

View File

@ -0,0 +1,19 @@
# Translations template for oslo.cache.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.cache project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.cache 0.5.1.dev1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-09 06:59+0200\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,27 @@
# Translations template for oslo.cache.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.cache project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.cache 0.5.1.dev1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-09 06:59+0200\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_cache/backends/mongo.py:424
#, python-format
msgid ""
"TTL index already exists on db collection <%(c_name)s>, remove index "
"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be "
"effective"
msgstr ""

View File

@ -0,0 +1,63 @@
# Translations template for oslo.cache.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.cache project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.cache 0.5.1.dev1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-09 06:59+0200\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_cache/_memcache_pool.py:124
#, python-format
msgid "Unable to get a connection from pool id %(id)s after %(seconds)s seconds."
msgstr ""
#: oslo_cache/core.py:196
msgid "region not type dogpile.cache.CacheRegion"
msgstr ""
#: oslo_cache/backends/mongo.py:248
msgid "db_hosts value is required"
msgstr ""
#: oslo_cache/backends/mongo.py:253
msgid "database db_name is required"
msgstr ""
#: oslo_cache/backends/mongo.py:258
msgid "cache_collection name is required"
msgstr ""
#: oslo_cache/backends/mongo.py:269
msgid "integer value expected for w (write concern attribute)"
msgstr ""
#: oslo_cache/backends/mongo.py:277
msgid "replicaset_name required when use_replica is True"
msgstr ""
#: oslo_cache/backends/mongo.py:292
msgid "integer value expected for mongo_ttl_seconds"
msgstr ""
#: oslo_cache/backends/mongo.py:318
msgid "no ssl support available"
msgstr ""
#: oslo_cache/backends/mongo.py:327
#, python-format
msgid ""
"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\","
" \"REQUIRED\""
msgstr ""