summaryrefslogtreecommitdiff
path: root/heat/locale/zh_CN
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-19 06:01:03 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-19 06:01:03 +0000
commit5e9f6dbcbd45cf9e3cfde28f3233b85785a95bb5 (patch)
treef8c0c35d6e32268d8e81b4f6a8559bf43dc4948a /heat/locale/zh_CN
parentd8eb343c0542f0fb0c4dd4b41c0e5f18cd9ff5be (diff)
downloadheat-5e9f6dbcbd45cf9e3cfde28f3233b85785a95bb5.tar.gz
Imported Translations from Transifex
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I22573ae6b9db0f072a10d49fa1774567d81e1f0c
Diffstat (limited to 'heat/locale/zh_CN')
-rw-r--r--heat/locale/zh_CN/LC_MESSAGES/heat-log-error.po202
1 files changed, 0 insertions, 202 deletions
diff --git a/heat/locale/zh_CN/LC_MESSAGES/heat-log-error.po b/heat/locale/zh_CN/LC_MESSAGES/heat-log-error.po
deleted file mode 100644
index dc4af39b3..000000000
--- a/heat/locale/zh_CN/LC_MESSAGES/heat-log-error.po
+++ /dev/null
@@ -1,202 +0,0 @@
-# Translations template for heat.
-# Copyright (C) 2014 ORGANIZATION
-# This file is distributed under the same license as the heat project.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Heat\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2014-10-26 06:00+0000\n"
-"PO-Revision-Date: 2014-10-24 01:08+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/heat/"
-"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"
-
-#: heat/api/aws/ec2token.py:162
-msgid "Ec2Token authorization failed, no auth_uri specified in config file"
-msgstr ""
-
-#: heat/api/aws/utils.py:98
-#, python-format
-msgid "Request does not contain %s parameter!"
-msgstr ""
-
-#: heat/api/cloudwatch/watch.py:254
-msgid "Request does not contain required MetricData"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:134
-msgid "Admin client authentication failed"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:154
-msgid "Domain admin client authentication failed"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:184
-msgid "Unknown version in auth_token_info"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:195
-msgid "Keystone v3 API connection failed, no password trust or auth_token!"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:211
-msgid "trust token re-scoping failed!"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:215
-msgid "Trust impersonation failed"
-msgstr ""
-
-#: heat/common/heat_keystoneclient.py:342
-#: heat/common/heat_keystoneclient.py:429
-#, python-format
-msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
-msgstr ""
-
-#: heat/common/lifecycle_plugin_utils.py:44
-msgid "failed to get lifecycle plug point classes"
-msgstr ""
-
-#: heat/common/lifecycle_plugin_utils.py:51
-#, python-format
-msgid "failed to instantiate stack lifecycle class %s"
-msgstr ""
-
-#: heat/common/lifecycle_plugin_utils.py:56
-msgid "failed to sort lifecycle plug point classes"
-msgstr ""
-
-#: heat/common/lifecycle_plugin_utils.py:109
-#, python-format
-msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
-msgstr ""
-
-#: heat/common/plugin_loader.py:97
-#, python-format
-msgid "Failed to import module %s"
-msgstr ""
-
-#: heat/engine/api.py:267
-msgid "Unexpected number of keys in watch_data.data!"
-msgstr ""
-
-#: heat/engine/environment.py:436
-#, python-format
-msgid "Failed to read %s"
-msgstr ""
-
-#: heat/engine/environment.py:448
-#, python-format
-msgid "Failed to parse %(file_path)s"
-msgstr ""
-
-#: heat/engine/environment.py:452
-#, python-format
-msgid "Failed to read %(file_path)s"
-msgstr ""
-
-#: heat/engine/plugin_manager.py:97
-#, python-format
-msgid "Failed to load %(mapping_name)s from %(module)s"
-msgstr ""
-
-#: heat/engine/plugin_manager.py:104
-#, python-format
-msgid "Invalid type for %(mapping_name)s from %(module)s"
-msgstr ""
-
-#: heat/engine/resource.py:898 heat/engine/resource.py:925
-#, python-format
-msgid "DB error %s"
-msgstr ""
-
-#: heat/engine/service.py:260
-#, python-format
-msgid "Unable to retrieve stack %s for periodic task"
-msgstr ""
-
-#: heat/engine/service.py:1355
-msgid "Filtering by namespace/metric not yet supported"
-msgstr ""
-
-#: heat/engine/stack.py:710
-#, python-format
-msgid "Unexpected action %s passed to update!"
-msgstr ""
-
-#: heat/engine/stack.py:829
-#, python-format
-msgid "Unexpected action %s passed to delete!"
-msgstr ""
-
-#: heat/engine/stack.py:1068
-#, python-format
-msgid "Resource %(name)s delete failed: %(ex)s"
-msgstr ""
-
-#: heat/engine/resources/eip.py:109
-msgid ""
-"No default floating IP pool configured. Set 'default_floating_pool' in nova."
-"conf."
-msgstr ""
-
-#: heat/engine/resources/eip.py:322 heat/engine/resources/eip.py:345
-msgid "Port not specified."
-msgstr ""
-
-#: heat/engine/resources/nova_floatingip.py:75
-msgid ""
-"Could not allocate floating IP. Probably there is no default floating IP "
-"pool is configured."
-msgstr ""
-
-#: heat/engine/resources/wait_condition.py:82
-#, python-format
-msgid "Metadata failed validation for %s"
-msgstr ""
-
-#: heat/openstack/common/excutils.py:76
-#, python-format
-msgid "Original exception being dropped: %s"
-msgstr "正在删除原始异常:%s"
-
-#: heat/openstack/common/excutils.py:105
-#, python-format
-msgid "Unexpected exception occurred %d time(s)... retrying."
-msgstr "意外的异常已发生 %d 次...正在重试。"
-
-#: heat/openstack/common/loopingcall.py:95
-msgid "in fixed duration looping call"
-msgstr "在固定时段内循环调用"
-
-#: heat/openstack/common/loopingcall.py:138
-msgid "in dynamic looping call"
-msgstr "在动态循环调用中"
-
-#: heat/openstack/common/policy.py:507
-#, python-format
-msgid "Failed to understand rule %s"
-msgstr "未能理解规则 %s"
-
-#: heat/openstack/common/policy.py:517
-#, python-format
-msgid "No handler for matches of kind %s"
-msgstr "对于类型为 %s 的匹配项,不存在任何处理程序"
-
-#: heat/openstack/common/policy.py:787
-#, python-format
-msgid "Failed to understand rule %r"
-msgstr "未能理解规则 %r "
-
-#: heat/openstack/common/service.py:269
-msgid "Unhandled exception"
-msgstr "存在未处理的异常"