Imported Translations from Zanata

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

Change-Id: If44c041cf317e9022c8d443cc1c02107bf10b777
This commit is contained in:
OpenStack Proposal Bot 2016-06-13 06:42:57 +00:00
parent 1d0e199c10
commit 38f790f020
5 changed files with 60 additions and 220 deletions

View File

@ -1,15 +1,17 @@
# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
# Alex Eng <loones1595@gmail.com>, 2016. #zanata
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
# KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>, 2016. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1.7.1.dev16\n"
"Project-Id-Version: oslo.versionedobjects 1.10.1.dev1\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-18 10:19+0000\n"
"POT-Creation-Date: 2016-06-12 09:04+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"PO-Revision-Date: 2016-06-09 12:04+0000\n"
"Last-Translator: KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>\n"
"Language-Team: English (Australia)\n"
"Language: en-AU\n"
"X-Generator: Zanata 3.7.3\n"
@ -22,6 +24,10 @@ msgstr "Error setting %(attr)s"
msgid "Exception in string format operation"
msgstr "Exception in string format operation"
#, python-format
msgid "Malformed MAC %s"
msgstr "Malformed MAC %s"
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr "Unable to instantiate unregistered object type %(objtype)s"

View File

@ -5,16 +5,17 @@
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2015
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1.7.1.dev16\n"
"Project-Id-Version: oslo.versionedobjects 1.10.1.dev1\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-18 10:19+0000\n"
"POT-Creation-Date: 2016-06-12 09:04+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-04-28 10:38+0000\n"
"PO-Revision-Date: 2016-06-09 11:16+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language: en-GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -29,6 +30,14 @@ msgstr "Error setting %(attr)s"
msgid "Exception in string format operation"
msgstr "Exception in string format operation"
#, python-format
msgid "Malformed MAC %s"
msgstr "Malformed MAC %s"
#, python-format
msgid "Malformed PCI address %s"
msgstr "Malformed PCI address %s"
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr "Unable to instantiate unregistered object type %(objtype)s"

View File

@ -5,17 +5,18 @@
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2015
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1.7.1.dev16\n"
"Project-Id-Version: oslo.versionedobjects 1.10.1.dev1\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-18 10:19+0000\n"
"POT-Creation-Date: 2016-06-12 09:04+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-19 04:11+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"PO-Revision-Date: 2016-06-09 11:16+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language: en-GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.0\n"
@ -26,6 +27,19 @@ msgstr ""
msgid "%(fieldname)s missing field type"
msgstr "%(fieldname)s missing field type"
#, python-format
msgid "%(object)s.%(name)s is not allowed to transition out of %(value)s state"
msgstr ""
"%(object)s.%(name)s is not allowed to transition out of %(value)s state"
#, python-format
msgid ""
"%(object)s.%(name)s is not allowed to transition out of '%(current_value)s' "
"state to '%(value)s' state, choose from %(options)r"
msgstr ""
"%(object)s.%(name)s is not allowed to transition out of '%(current_value)s' "
"state to '%(value)s' state, choose from %(options)r"
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr "%(objname)s object has no attribute '%(attrname)s'"
@ -34,6 +48,10 @@ msgstr "%(objname)s object has no attribute '%(attrname)s'"
msgid "%(typename)s in %(fieldname)s is not an instance of Enum"
msgstr "%(typename)s in %(fieldname)s is not an instance of Enum"
#, python-format
msgid "A datetime.datetime is required in field %(attr)s, not a %(type)s"
msgstr "A datetime.datetime is required in field %(attr)s, not a %(type)s"
#, python-format
msgid "A dict is required in field %(attr)s, not a %(type)s"
msgstr "A dict is required in field %(attr)s, not a %(type)s"
@ -96,10 +114,22 @@ msgstr "Field `%s' cannot be None"
msgid "Field value %s is invalid"
msgstr "Field value %s is invalid"
#, python-format
msgid "Invalid target version %(version)s"
msgstr "Invalid target version %(version)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 "Network \"%(val)s\" is not valid in field %(attr)s"
msgstr "Network \"%(val)s\" is not valid in field %(attr)s"
#, python-format
msgid "No subobject existed at version %(target_version)s"
msgstr "No subobject existed at version %(target_version)s"
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr "Object action %(action)s failed because: %(reason)s"
@ -111,3 +141,7 @@ msgstr "Unsupported object type %(objtype)s"
#, 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 "Version %(val)s is not a valid predicate in field %(attr)s"
msgstr "Version %(val)s is not a valid predicate in field %(attr)s"

View File

@ -1,39 +0,0 @@
# Translations template for oslo.versionedobjects.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the
# oslo.versionedobjects project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1.7.1.dev16\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 06:12+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_versionedobjects/base.py:87
#, python-format
msgid "Error setting %(attr)s"
msgstr ""
#: oslo_versionedobjects/base.py:350
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr ""
#: oslo_versionedobjects/exception.py:126
msgid "Exception in string format operation"
msgstr ""
#: oslo_versionedobjects/fields.py:344
#, python-format
msgid "Malformed MAC %s"
msgstr ""

View File

@ -1,170 +0,0 @@
# Translations template for oslo.versionedobjects.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the
# oslo.versionedobjects project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1.7.1.dev16\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 06:12+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_versionedobjects/base.py:580
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr ""
#: oslo_versionedobjects/base.py:588
msgid "Cannot save anything in the base class"
msgstr ""
#: oslo_versionedobjects/base.py:659
#, 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/exception.py:170
msgid "Enum fields require a list of valid_values"
msgstr ""
#: oslo_versionedobjects/exception.py:174
msgid "Enum valid values are not valid"
msgstr ""
#: oslo_versionedobjects/exception.py:178
#, python-format
msgid "%(typename)s in %(fieldname)s is not an instance of Enum"
msgstr ""
#: oslo_versionedobjects/exception.py:182
#, python-format
msgid "%(fieldname)s missing field type"
msgstr ""
#: oslo_versionedobjects/exception.py:186
#, python-format
msgid "Invalid target version %(version)s"
msgstr ""
#: oslo_versionedobjects/exception.py:190
#, python-format
msgid "No subobject existed at version %(target_version)s"
msgstr ""
#: oslo_versionedobjects/fields.py:37
#, python-format
msgid "Key %(key)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: oslo_versionedobjects/fields.py:47
#, python-format
msgid "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: oslo_versionedobjects/fields.py:168
#, python-format
msgid "Field `%s' cannot be None"
msgstr ""
#: oslo_versionedobjects/fields.py:250
#, python-format
msgid "A string is required in field %(attr)s, not a %(type)s"
msgstr ""
#: oslo_versionedobjects/fields.py:275
#, python-format
msgid "Version %(val)s is not a valid predicate in field %(attr)s"
msgstr ""
#: oslo_versionedobjects/fields.py:300 oslo_versionedobjects/fields.py:306
#, python-format
msgid "Field value %s is invalid"
msgstr ""
#: oslo_versionedobjects/fields.py:381
#, python-format
msgid "A datetime.datetime is required in field %(attr)s, not a %(type)s"
msgstr ""
#: oslo_versionedobjects/fields.py:427 oslo_versionedobjects/fields.py:438
#, python-format
msgid "Network \"%(val)s\" is not valid in field %(attr)s"
msgstr ""
#: oslo_versionedobjects/fields.py:479
#, python-format
msgid "A list is required in field %(attr)s, not a %(type)s"
msgstr ""
#: oslo_versionedobjects/fields.py:501
#, python-format
msgid "A dict is required in field %(attr)s, not a %(type)s"
msgstr ""
#: oslo_versionedobjects/fields.py:564
#, python-format
msgid "A set is required in field %(attr)s, not a %(type)s"
msgstr ""
#: oslo_versionedobjects/fields.py:617
#, python-format
msgid ""
"An object of type %(type)s is required in field %(attr)s, not a "
"%(valtype)s"
msgstr ""
#: oslo_versionedobjects/fields.py:778
#, python-format
msgid "%(object)s.%(name)s is not allowed to transition out of %(value)s state"
msgstr ""
#: oslo_versionedobjects/fields.py:791
#, python-format
msgid ""
"%(object)s.%(name)s is not allowed to transition out of "
"'%(current_value)s' state to '%(value)s' state, choose from %(options)r"
msgstr ""