Imported Translations from Transifex

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

Change-Id: I4cc185f441cb7a985a2988ae40ba054da97cd96d
This commit is contained in:
OpenStack Proposal Bot
2015-05-03 06:03:18 +00:00
parent 4c0b0cb367
commit e6651c52e9
3 changed files with 258 additions and 98 deletions

View File

@@ -0,0 +1,33 @@
# Translations template for oslo.versionedobjects.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the
# oslo.versionedobjects project.
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-05-03 06:03+0000\n"
"PO-Revision-Date: 2015-04-28 22:38+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"osloversionedobjects/language/en_GB/)\n"
"Language: en_GB\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#, python-format
msgid "Error setting %(attr)s"
msgstr "Error setting %(attr)s"
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr "Unable to instantiate unregistered object type %(objtype)s"
msgid "Exception in string format operation"
msgstr "Exception in string format operation"

View File

@@ -0,0 +1,127 @@
# English (United Kingdom) translations for oslo.versionedobjects.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the
# oslo.versionedobjects project.
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-05-03 06:03+0000\n"
"PO-Revision-Date: 2015-04-28 22:40+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"osloversionedobjects/language/en_GB/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"
#, python-format
msgid "Hypervisor version %s is invalid."
msgstr "Hypervisor version %s is invalid."
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr "Cannot load '%s' in the base class"
msgid "Cannot save anything in the base class"
msgstr "Cannot save anything in the base class"
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr "%(objname)s object has no attribute '%(attrname)s'"
msgid "An unknown exception occurred."
msgstr "An unknown exception occurred."
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr "Object action %(action)s failed because: %(reason)s"
#, python-format
msgid "Field %(field)s of %(objname)s is not an instance of Field"
msgstr "Field %(field)s of %(objname)s is not an instance of Field"
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr "Cannot call %(method)s on orphaned %(objtype)s object"
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr "Version %(objver)s of %(objname)s is not supported"
#, python-format
msgid "Cannot modify readonly field %(field)s"
msgstr "Cannot modify readonly field %(field)s"
#, python-format
msgid "Unsupported object type %(objtype)s"
msgstr "Unsupported object type %(objtype)s"
#, python-format
msgid "Key %(key)s must be of type %(expected)s not %(actual)s"
msgstr "Key %(key)s must be of type %(expected)s not %(actual)s"
#, python-format
msgid "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
msgstr "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
#, python-format
msgid "Field `%s' cannot be None"
msgstr "Field `%s' cannot be None"
#, python-format
msgid "A string is required here, not %s"
msgstr "A string is required here, not %s"
msgid "A datetime.datetime is required here"
msgstr "A datetime.datetime is required here"
msgid "A list is required here"
msgstr "A list is required here"
msgid "A dict is required here"
msgstr "A dict is required here"
msgid "A set is required here"
msgstr "A set is required here"
#, python-format
msgid "An object of type %s is required here"
msgstr "An object of type %s is required here"
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and may "
"be removed in %(remove_in)s."
msgstr ""
"%(what)s is deprecated as of %(as_of)s in favour of %(in_favor_of)s and may "
"be removed in %(remove_in)s."
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in %(remove_in)s. "
"It will not be superseded."
msgstr ""
"%(what)s is deprecated as of %(as_of)s and may be removed in %(remove_in)s. "
"It will not be superseded."
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s."
msgstr "%(what)s is deprecated as of %(as_of)s in favour of %(in_favor_of)s."
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
msgstr "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
#, python-format
msgid "Deprecated: %s"
msgstr "Deprecated: %s"
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr "Fatal call to deprecated config: %(msg)s"

View File

@@ -7,9 +7,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1b8336f\n"
"Project-Id-Version: oslo.versionedobjects 0.2.0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-02-16 07:49+0100\n"
"POT-Creation-Date: 2015-05-03 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"
@@ -18,130 +18,130 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: oslo_versionedobjects/base.py:509
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr ""
#: oslo_versionedobjects/base.py:517
msgid "Cannot save anything in the base class"
msgstr ""
#: oslo_versionedobjects/base.py:555
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr ""
#: oslo_versionedobjects/exception.py:103
msgid "An unknown exception occurred."
msgstr ""
#: oslo_versionedobjects/exception.py:145
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr ""
#: oslo_versionedobjects/exception.py:149
#, python-format
msgid "Field %(field)s of %(objname)s is not an instance of Field"
msgstr ""
#: oslo_versionedobjects/exception.py:153
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr ""
#: oslo_versionedobjects/exception.py:157
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr ""
#: oslo_versionedobjects/exception.py:161
#, python-format
msgid "Cannot modify readonly field %(field)s"
msgstr ""
#: oslo_versionedobjects/exception.py:165
#, python-format
msgid "Unsupported object type %(objtype)s"
msgstr ""
#: oslo_versionedobjects/fields.py:28
#, python-format
msgid "Key %(key)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: oslo_versionedobjects/fields.py:38
#, python-format
msgid "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: oslo_versionedobjects/fields.py:159
#, python-format
msgid "Field `%s' cannot be None"
msgstr ""
#: oslo_versionedobjects/fields.py:241
#, python-format
msgid "A string is required here, not %s"
msgstr ""
#: oslo_versionedobjects/fields.py:281
msgid "A datetime.datetime is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:310
msgid "A list is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:330
msgid "A dict is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:398
msgid "A set is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:431
#, python-format
msgid "An object of type %s is required here"
msgstr ""
#: oslo_versionedobjects/utils.py:38
#: oslo_versionedobjects/_utils.py:38
#, python-format
msgid "Hypervisor version %s is invalid."
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:99
#: oslo_versionedobjects/base.py:538
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr ""
#: oslo_versionedobjects/base.py:546
msgid "Cannot save anything in the base class"
msgstr ""
#: oslo_versionedobjects/base.py:617
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr ""
#: oslo_versionedobjects/exception.py:104
msgid "An unknown exception occurred."
msgstr ""
#: oslo_versionedobjects/exception.py:146
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr ""
#: oslo_versionedobjects/exception.py:150
#, python-format
msgid "Field %(field)s of %(objname)s is not an instance of Field"
msgstr ""
#: oslo_versionedobjects/exception.py:154
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr ""
#: oslo_versionedobjects/exception.py:158
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr ""
#: oslo_versionedobjects/exception.py:162
#, python-format
msgid "Cannot modify readonly field %(field)s"
msgstr ""
#: oslo_versionedobjects/exception.py:166
#, python-format
msgid "Unsupported object type %(objtype)s"
msgstr ""
#: oslo_versionedobjects/fields.py:29
#, python-format
msgid "Key %(key)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: oslo_versionedobjects/fields.py:39
#, python-format
msgid "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: oslo_versionedobjects/fields.py:160
#, python-format
msgid "Field `%s' cannot be None"
msgstr ""
#: oslo_versionedobjects/fields.py:242
#, python-format
msgid "A string is required here, not %s"
msgstr ""
#: oslo_versionedobjects/fields.py:285
msgid "A datetime.datetime is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:316
msgid "A list is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:336
msgid "A dict is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:404
msgid "A set is required here"
msgstr ""
#: oslo_versionedobjects/fields.py:437
#, python-format
msgid "An object of type %s is required here"
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:108
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and "
"may be removed in %(remove_in)s."
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:103
#: oslo_versionedobjects/openstack/common/versionutils.py:112
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in "
"%(remove_in)s. It will not be superseded."
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:107
#: oslo_versionedobjects/openstack/common/versionutils.py:116
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s."
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:110
#: oslo_versionedobjects/openstack/common/versionutils.py:119
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:232
#: oslo_versionedobjects/openstack/common/versionutils.py:241
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: oslo_versionedobjects/openstack/common/versionutils.py:250
#: oslo_versionedobjects/openstack/common/versionutils.py:259
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""