Imported Translations from Transifex

Change-Id: I4ea4f5bec76e16c3287795ec21f112a29240c292
This commit is contained in:
OpenStack Proposal Bot 2014-10-08 06:10:37 +00:00
parent d7cc831299
commit b894c4e5ef
2 changed files with 82 additions and 56 deletions

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2014.2.dev151.g8a0923c\n"
"Project-Id-Version: ironic 2015.1.dev9.gd7cc831\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-30 06:47+0000\n"
"POT-Creation-Date: 2014-10-08 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"
@ -18,7 +18,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
#: ironic/api/controllers/v1/driver.py:116
#: ironic/api/controllers/v1/node.py:555
#: ironic/api/controllers/v1/node.py:558
msgid "Method not specified"
msgstr ""
@ -32,11 +32,11 @@ msgstr ""
msgid "Node %s is already being provisioned or decommissioned."
msgstr ""
#: ironic/api/controllers/v1/node.py:593
#: ironic/api/controllers/v1/node.py:596
msgid "Chassis id not specified."
msgstr ""
#: ironic/api/controllers/v1/node.py:774
#: ironic/api/controllers/v1/node.py:777
#, python-format
msgid "Node %s can not be updated while a state transition is in progress."
msgstr ""
@ -507,15 +507,15 @@ msgstr ""
msgid "Failed to create a file system. File system %(fs)s is not supported."
msgstr ""
#: ironic/common/hash_ring.py:68
#: ironic/common/hash_ring.py:85
msgid "Invalid hosts supplied when building HashRing."
msgstr ""
#: ironic/common/hash_ring.py:81
#: ironic/common/hash_ring.py:107
msgid "Invalid data supplied to HashRing.get_hosts."
msgstr ""
#: ironic/common/hash_ring.py:146
#: ironic/common/hash_ring.py:190
#, python-format
msgid "The driver '%s' is unknown."
msgstr ""
@ -534,16 +534,16 @@ msgstr ""
msgid "Converted to raw, but format is now %s"
msgstr ""
#: ironic/common/keystone.py:71
#: ironic/common/keystone.py:44
msgid "Keystone API endpoint is missing"
msgstr ""
#: ironic/common/keystone.py:91
#: ironic/common/keystone.py:63
#, python-format
msgid "Could not perform authorization process for service catalog: %s"
msgstr ""
#: ironic/common/keystone.py:96
#: ironic/common/keystone.py:99
msgid "No keystone service catalog loaded"
msgstr ""
@ -588,11 +588,6 @@ msgstr ""
msgid "Invalid private key"
msgstr ""
#: ironic/common/utils.py:164
#, python-format
msgid "Invalid backend: %s"
msgstr ""
#: ironic/common/glance_service/v2/image_service.py:129
#, python-format
msgid "The given image info does not have a valid image id: %s"
@ -620,58 +615,58 @@ msgstr ""
msgid "\"swift_temp_url_duration\" must be a positive integer."
msgstr ""
#: ironic/conductor/manager.py:253
#: ironic/conductor/manager.py:270
msgid "Invalid method call: update_node can not change node state."
msgstr ""
#: ironic/conductor/manager.py:291 ironic/conductor/manager.py:433
#: ironic/conductor/manager.py:308 ironic/conductor/manager.py:452
msgid "No free conductor workers available"
msgstr ""
#: ironic/conductor/manager.py:481
#: ironic/conductor/manager.py:500
#, python-format
msgid ""
"RPC do_node_deploy called to rebuild %(node)s, but provision state is "
"%(curstate)s. State must be one of : %(states)s."
msgstr ""
#: ironic/conductor/manager.py:488
#: ironic/conductor/manager.py:507
#, python-format
msgid ""
"RPC do_node_deploy called for %(node)s, but provision state is already "
"%(state)s."
msgstr ""
#: ironic/conductor/manager.py:494
#: ironic/conductor/manager.py:513
msgid "provisioning"
msgstr ""
#: ironic/conductor/manager.py:501
#: ironic/conductor/manager.py:521
#, python-format
msgid "RPC do_node_deploy failed to validate deploy info. Error: %(msg)s"
msgid "RPC do_node_deploy failed to validate deploy or power info. Error: %(msg)s"
msgstr ""
#: ironic/conductor/manager.py:532
#: ironic/conductor/manager.py:556
#, python-format
msgid "Failed to deploy. Error: %s"
msgstr ""
#: ironic/conductor/manager.py:575
#: ironic/conductor/manager.py:600
#, python-format
msgid "RPC do_node_tear_down not allowed for node %(node)s in state %(state)s"
msgstr ""
#: ironic/conductor/manager.py:588
#: ironic/conductor/manager.py:613
#, python-format
msgid "RPC do_node_tear_down failed to validate power info. Error: %(msg)s"
msgstr ""
#: ironic/conductor/manager.py:620
#: ironic/conductor/manager.py:645
#, python-format
msgid "Failed to tear down. Error: %s"
msgstr ""
#: ironic/conductor/manager.py:647
#: ironic/conductor/manager.py:675
#, python-format
msgid ""
"During sync_power_state, max retries exceeded for node %(node)s, node "
@ -679,69 +674,69 @@ msgid ""
"state to '%(actual)s' Switching node to maintenance mode."
msgstr ""
#: ironic/conductor/manager.py:676
#: ironic/conductor/manager.py:704
msgid "Driver returns ERROR state."
msgstr ""
#: ironic/conductor/manager.py:902
#: ironic/conductor/manager.py:987
msgid "not supported"
msgstr ""
#: ironic/conductor/manager.py:931
#: ironic/conductor/manager.py:1016
msgid "The node is already in maintenance mode"
msgstr ""
#: ironic/conductor/manager.py:932
#: ironic/conductor/manager.py:1017
msgid "The node is not in maintenance mode"
msgstr ""
#: ironic/conductor/manager.py:975
#: ironic/conductor/manager.py:1060
#, python-format
msgid "Node %s can't be deleted because it's not powered off"
msgstr ""
#: ironic/conductor/manager.py:1047
#: ironic/conductor/manager.py:1132
msgid "enabled"
msgstr ""
#: ironic/conductor/manager.py:1047
#: ironic/conductor/manager.py:1132
msgid "disabled"
msgstr ""
#: ironic/conductor/manager.py:1067
#: ironic/conductor/manager.py:1155
msgid "enabling"
msgstr ""
#: ironic/conductor/manager.py:1067
#: ironic/conductor/manager.py:1155
msgid "disabling"
msgstr ""
#: ironic/conductor/manager.py:1068
#: ironic/conductor/manager.py:1156
#, python-format
msgid "Error %(op)s the console on node %(node)s. Reason: %(error)s"
msgstr ""
#: ironic/conductor/rpcapi.py:94
#: ironic/conductor/rpcapi.py:97
#, python-format
msgid "No conductor service registered which supports driver %s."
msgstr ""
#: ironic/conductor/utils.py:72 ironic/conductor/utils.py:116
#: ironic/conductor/utils.py:72 ironic/conductor/utils.py:118
#, python-format
msgid "Failed to change power state to '%(target)s'. Error: %(error)s"
msgstr ""
#: ironic/conductor/utils.py:139
#: ironic/conductor/utils.py:141
#, python-format
msgid "Timeout reached while waiting for callback for node %s"
msgstr ""
#: ironic/conductor/utils.py:145
#: ironic/conductor/utils.py:147
#, python-format
msgid "Cleanup failed for node %(node)s after deploy timeout: %(error)s"
msgstr ""
#: ironic/conductor/utils.py:157
#: ironic/conductor/utils.py:159
msgid ""
"Deploy timed out, but an unhandled exception was encountered while "
"aborting. More info may be found in the log file."
@ -796,7 +791,7 @@ msgstr ""
msgid "Unable to import iboot library"
msgstr ""
#: ironic/drivers/fake.py:141 ironic/drivers/ilo.py:43 ironic/drivers/ilo.py:66
#: ironic/drivers/fake.py:141 ironic/drivers/ilo.py:42 ironic/drivers/ilo.py:65
#: ironic/drivers/pxe.py:160
msgid "Unable to import proliantutils library"
msgstr ""
@ -957,7 +952,7 @@ msgstr ""
#: ironic/drivers/modules/fake.py:181 ironic/drivers/modules/ipminative.py:404
#: ironic/drivers/modules/ipmitool.py:694
#: ironic/drivers/modules/seamicro.py:541 ironic/drivers/modules/ssh.py:635
#: ironic/drivers/modules/ilo/deploy.py:472
#: ironic/drivers/modules/ilo/deploy.py:516
#, python-format
msgid "Invalid boot device %s specified."
msgstr ""
@ -1022,6 +1017,7 @@ msgstr ""
#: ironic/drivers/modules/ipminative.py:68
#: ironic/drivers/modules/ipmitool.py:96
#: ironic/drivers/modules/ilo/common.py:72
msgid "node's UDP port to connect to. Only required for console access."
msgstr ""
@ -1191,7 +1187,7 @@ msgid "Failure in deploy ramdisk."
msgstr ""
#: ironic/drivers/modules/iscsi_deploy.py:309 ironic/drivers/modules/pxe.py:487
#: ironic/drivers/modules/ilo/deploy.py:568
#: ironic/drivers/modules/ilo/deploy.py:654
msgid "Failed to continue iSCSI deployment."
msgstr ""
@ -1483,7 +1479,7 @@ msgid "'drac_port' is not an integer value."
msgstr ""
#: ironic/drivers/modules/drac/common.py:89
#: ironic/drivers/modules/ilo/common.py:117
#: ironic/drivers/modules/ilo/common.py:131
#, python-format
msgid ""
"The following errors were encountered while parsing driver_info:\n"
@ -1517,38 +1513,39 @@ msgstr ""
msgid "timeout (in seconds) for iLO operations. Optional."
msgstr ""
#: ironic/drivers/modules/ilo/common.py:101
#: ironic/drivers/modules/ilo/common.py:106
#, python-format
msgid "'%s' not supplied to IloDriver."
msgstr ""
#: ironic/drivers/modules/ilo/common.py:103
#: ironic/drivers/modules/ilo/common.py:108
#, python-format
msgid ""
"The following parameters were mising while parsing driver_info:\n"
"%s"
msgstr ""
#: ironic/drivers/modules/ilo/common.py:112
#: ironic/drivers/modules/ilo/common.py:117
#: ironic/drivers/modules/ilo/common.py:128
#, python-format
msgid "'%s' is not an integer."
msgstr ""
#: ironic/drivers/modules/ilo/common.py:165
#: ironic/drivers/modules/ilo/common.py:179
msgid "iLO license check"
msgstr ""
#: ironic/drivers/modules/ilo/common.py:255
#: ironic/drivers/modules/ilo/common.py:269
#, python-format
msgid "Inserting virtual media %s"
msgstr ""
#: ironic/drivers/modules/ilo/common.py:278
#: ironic/drivers/modules/ilo/common.py:292
#, python-format
msgid "Setting %s as boot device"
msgstr ""
#: ironic/drivers/modules/ilo/common.py:309
#: ironic/drivers/modules/ilo/common.py:323
#, python-format
msgid "Setting %s as boot mode"
msgstr ""
@ -1557,11 +1554,15 @@ msgstr ""
msgid "UUID (from Glance) of the deployment ISO. Required."
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:188
#: ironic/drivers/modules/ilo/deploy.py:208
msgid "Error validating iLO virtual media deploy"
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:518
#: ironic/drivers/modules/ilo/deploy.py:558
msgid "Console port not supplied to iLO driver."
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:604
#, python-format
msgid "Unsupported method (%s) passed to iLO driver."
msgstr ""

View File

@ -0,0 +1,25 @@
# Translations template for ironic.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ironic project.
#
# Translators:
# Mario Cho <hephaex@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Ironic\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:10+0000\n"
"PO-Revision-Date: 2014-10-08 04:00+0000\n"
"Last-Translator: Mario Cho <hephaex@gmail.com>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/ironic/"
"language/ko_KR/)\n"
"Language: ko_KR\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"
#: ironic/conductor/manager.py:231
msgid "Failed to start keepalive"
msgstr "활성 상태를 시작하지 못했습니다. "