Imported Translations from Transifex

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

Change-Id: I753bebb0e522acab951fdf0c1249e6e28419685e
This commit is contained in:
OpenStack Proposal Bot 2015-02-01 06:10:14 +00:00
parent 8b891feffe
commit 87c339ac4c
4 changed files with 458 additions and 287 deletions

View File

@ -1,14 +1,14 @@
# Translations template for barbican.
# Copyright (C) 2014 ORGANIZATION
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the barbican project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: barbican 2015.1.dev88.gaf64597\n"
"Project-Id-Version: barbican 2015.1.dev83\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-09 06:12+0000\n"
"POT-Creation-Date: 2015-02-01 06:10+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"
@ -17,86 +17,64 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: barbican/api/__init__.py:62
#: barbican/api/__init__.py:63
msgid "Problem reading request JSON stream."
msgstr ""
#: barbican/api/__init__.py:72
#: barbican/api/__init__.py:73
msgid "Problem loading request JSON."
msgstr ""
#: barbican/api/__init__.py:79
#: barbican/api/__init__.py:80
msgid "Failed to validate JSON information"
msgstr ""
#: barbican/api/__init__.py:82
#: barbican/api/__init__.py:83
msgid "Provided field value is not supported"
msgstr ""
#: barbican/api/__init__.py:85
#: barbican/api/__init__.py:86
msgid "Data limit exceeded"
msgstr ""
#: barbican/api/controllers/__init__.py:98
#: barbican/api/controllers/__init__.py:97
msgid "Webob error seen"
msgstr ""
#: barbican/api/controllers/consumers.py:162
#: barbican/api/controllers/consumers.py:175
msgid "Problem deleting consumer"
msgstr ""
#: barbican/api/controllers/containers.py:84
#: barbican/api/controllers/containers.py:89
msgid "Problem deleting container"
msgstr ""
#: barbican/api/controllers/orders.py:149
#: barbican/api/controllers/orders.py:133
msgid "Problem deleting order"
msgstr ""
#: barbican/api/controllers/transportkeys.py:68
#: barbican/api/controllers/transportkeys.py:73
msgid "Problem deleting transport_key"
msgstr ""
#: barbican/api/middleware/context.py:118
msgid "Problem processing X-Service-Catalog"
#: barbican/model/repositories.py:345
msgid "No support for mixing None and non-None repository instances."
msgstr ""
#: barbican/model/repositories.py:184
msgid ""
"Error configuring registry database with supplied sql_connection. Got "
"error: {error}"
msgstr ""
#: barbican/model/repositories.py:332
msgid "No support for mixing None and non-None repository instances"
msgstr ""
#: barbican/model/repositories.py:387
#: barbican/model/repositories.py:400
#, python-format
msgid "Not found for %s"
msgstr ""
#: barbican/model/repositories.py:422
#: barbican/model/repositories.py:435
msgid "Problem saving entity for create"
msgstr ""
#: barbican/model/repositories.py:451
msgid "Problem saving entity for update"
msgstr ""
#: barbican/model/repositories.py:472
msgid "Problem finding entity to delete"
msgstr ""
#: barbican/model/repositories.py:549
msgid "Problem saving entity for _update"
msgstr ""
#: barbican/model/repositories.py:620
#: barbican/model/repositories.py:568
msgid "Problem finding project related entity to delete"
msgstr ""
#: barbican/model/repositories.py:656
#: barbican/model/repositories.py:601
#, python-format
msgid "Problem getting Project %s"
msgstr ""
@ -126,13 +104,13 @@ msgstr ""
msgid "Failed to understand rule %r"
msgstr ""
#: barbican/plugin/kmip_secret_store.py:220
#: barbican/plugin/kmip_secret_store.py:250
#: barbican/plugin/kmip_secret_store.py:334
#: barbican/plugin/kmip_secret_store.py:243
#: barbican/plugin/kmip_secret_store.py:273
#: barbican/plugin/kmip_secret_store.py:357
msgid "Error opening or writing to client"
msgstr ""
#: barbican/tasks/keystone_consumer.py:79
#: barbican/tasks/keystone_consumer.py:91
#, python-format
msgid ""
"Error processing Keystone event, project_id=%(project_id)s, event "
@ -160,7 +138,7 @@ msgstr ""
msgid "Could not process after successfully executing task '%s'."
msgstr ""
#: barbican/tasks/resources.py:280
#: barbican/tasks/resources.py:282
msgid "An error has occurred updating the order."
msgstr ""

View File

@ -1,14 +1,14 @@
# Translations template for barbican.
# Copyright (C) 2014 ORGANIZATION
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the barbican project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: barbican 2015.1.dev88.gaf64597\n"
"Project-Id-Version: barbican 2015.1.dev83\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-09 06:12+0000\n"
"POT-Creation-Date: 2015-02-01 06:10+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"
@ -17,18 +17,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: barbican/model/repositories.py:199
#: barbican/model/repositories.py:194
msgid "Not auto-creating barbican registry DB"
msgstr ""
#: barbican/model/repositories.py:241
msgid "Updating schema to latest version"
msgstr ""
#: barbican/model/repositories.py:203
#: barbican/model/repositories.py:245
msgid "Auto-creating barbican registry DB"
msgstr ""
#: barbican/model/repositories.py:210
msgid "not auto-creating barbican registry DB"
msgstr ""
#: barbican/plugin/simple_certificate_manager.py:40
msgid "Invoking issue_certificate_request()"
msgstr ""
@ -45,29 +45,29 @@ msgstr ""
msgid "Invoking check_certificate_status()"
msgstr ""
#: barbican/plugin/simple_certificate_manager.py:115
#: barbican/plugin/simple_certificate_manager.py:126
msgid "Invoking notify_certificate_is_ready()"
msgstr ""
#: barbican/plugin/simple_certificate_manager.py:128
#: barbican/plugin/simple_certificate_manager.py:139
msgid "Invoking notify_ca_is_unavailable()"
msgstr ""
#: barbican/tasks/keystone_consumer.py:96
#: barbican/tasks/keystone_consumer.py:108
#, python-format
msgid ""
"Successfully handled Keystone event, project_id=%(project_id)s, event "
"resource=%(resource)s, event operation=%(operation)s"
msgstr ""
#: barbican/tasks/keystone_consumer.py:122
#: barbican/tasks/keystone_consumer.py:134
#, python-format
msgid ""
"No action is needed as there are no Barbican resources present for "
"Keystone project_id=%s"
msgstr ""
#: barbican/tasks/keystone_consumer.py:136
#: barbican/tasks/keystone_consumer.py:148
#, python-format
msgid ""
"Successfully completed Barbican resources cleanup for Keystone "

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,148 @@
# Translations template for barbican.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the barbican project.
#
# Translators:
# DuanXin <1145833162@qq.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Barbican\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-02-01 06:10+0000\n"
"PO-Revision-Date: 2015-01-31 07:53+0000\n"
"Last-Translator: DuanXin <1145833162@qq.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/barbican/"
"language/zh_CN/)\n"
"Language: zh_CN\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=1; plural=0;\n"
#: barbican/api/__init__.py:63
msgid "Problem reading request JSON stream."
msgstr "JSON请求流中读取数据时出错。"
#: barbican/api/__init__.py:73
msgid "Problem loading request JSON."
msgstr "JSON请求加载时出错"
#: barbican/api/__init__.py:80
msgid "Failed to validate JSON information"
msgstr "JSON信息验证失败"
#: barbican/api/__init__.py:83
msgid "Provided field value is not supported"
msgstr "不支持提供的字段值"
#: barbican/api/__init__.py:86
msgid "Data limit exceeded"
msgstr "数据超过限制"
#: barbican/api/controllers/__init__.py:97
msgid "Webob error seen"
msgstr "Webob出错"
#: barbican/api/controllers/consumers.py:175
msgid "Problem deleting consumer"
msgstr "删除用户时出错"
#: barbican/api/controllers/containers.py:89
msgid "Problem deleting container"
msgstr "删除容器时出错"
#: barbican/api/controllers/orders.py:133
msgid "Problem deleting order"
msgstr "删除命令时出错"
#: barbican/api/controllers/transportkeys.py:73
msgid "Problem deleting transport_key"
msgstr "删除传输密匙时出错"
#: barbican/model/repositories.py:345
msgid "No support for mixing None and non-None repository instances."
msgstr "不支持混合None和non-None库的实例"
#: barbican/model/repositories.py:400
#, python-format
msgid "Not found for %s"
msgstr "没有找到%s"
#: barbican/model/repositories.py:435
msgid "Problem saving entity for create"
msgstr "为创建保存实体时出错"
#: barbican/model/repositories.py:568
msgid "Problem finding project related entity to delete"
msgstr "寻找项目相关的实体来删除时出错"
#: barbican/model/repositories.py:601
#, python-format
msgid "Problem getting Project %s"
msgstr "获取项目%s时出错"
#: barbican/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr "原始异常正在减少:%s"
#: barbican/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "意想不到的异常发生%d time(s)...重试。"
#: barbican/openstack/common/policy.py:511
#, python-format
msgid "Failed to understand rule %s"
msgstr "未能理解 %s 的规则"
#: barbican/openstack/common/policy.py:521
#, python-format
msgid "No handler for matches of kind %s"
msgstr "没有匹配的 %s 的处理程序"
#: barbican/openstack/common/policy.py:791
#, python-format
msgid "Failed to understand rule %r"
msgstr "未能理解 %r 的规则"
#: barbican/plugin/kmip_secret_store.py:243
#: barbican/plugin/kmip_secret_store.py:273
#: barbican/plugin/kmip_secret_store.py:357
msgid "Error opening or writing to client"
msgstr "打开或者写入客户端错误"
#: barbican/tasks/keystone_consumer.py:91
#, python-format
msgid ""
"Error processing Keystone event, project_id=%(project_id)s, event resource="
"%(resource)s, event operation=%(operation)s, status=%(status)s, error "
"message=%(message)s"
msgstr ""
"处理 Keystone 事件错误,项目身份号=%(project_id)s事件资源=%(resource)s事"
"件操作=%(operation)s状态=%(status)s错误信息=%(message)s"
#: barbican/tasks/resources.py:65
#, python-format
msgid "Could not retrieve information needed to process task '%s'."
msgstr "无法检索到所需的信息来处理任务 '%s'。"
#: barbican/tasks/resources.py:73
#, python-format
msgid "Could not perform processing for task '%s'."
msgstr "无法为任务 '%s' 执行处理。"
#: barbican/tasks/resources.py:83
#, python-format
msgid "Problem handling an error for task '%s', raising original exception."
msgstr "为任务 '%s' 处理错误时出错,原始异常增加。"
#: barbican/tasks/resources.py:92
#, python-format
msgid "Could not process after successfully executing task '%s'."
msgstr "在成功执行任务 '%s' 后无法处理。"
#: barbican/tasks/resources.py:282
msgid "An error has occurred updating the order."
msgstr "更新命令出错。"