Imported Translations from Transifex

Change-Id: I528b305a970abfa75d2a44c7a8787d09ac5602a5
This commit is contained in:
OpenStack Proposal Bot 2014-10-20 06:02:17 +00:00
parent 6b9a2b54c7
commit d50620916c
25 changed files with 3468 additions and 3020 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/heat/language/"
@ -24,12 +24,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -63,20 +63,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -86,6 +86,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -96,11 +175,6 @@ msgstr "Ursprüngliche Ausnahme wird gelöscht: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Unerwartete Ausnahme %d mal(e) aufgetreten... Neuversuch."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Angeforderte Sperre `%s` konnte nicht freigegeben werden"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "in Schleifenaufruf mit festgelegter Dauer"

View File

@ -1,127 +0,0 @@
# Translations template for heat.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the heat project.
#
# Translators:
# Carsten Duch <cad@teuto.net>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/heat/language/"
"de/)\n"
"Language: de\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"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor hört auf %(port)s für Prozess %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Sperrpfad erzeugt: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Löschen der Datei %(file)s fehlgeschlagen"
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "%s abgefangen. Vorgang wird beendet"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr ""
"Übergeordneter Prozess wurde unerwartet abgebrochen. Vorgang wird beendet"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr "Untergeordnetes Element %s abgefangen; Vorgang wird beendet"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Verzweigung zu schnell; im Ruhemodus"
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Untergeordnetes Element %d gestartet"
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Starten von %d Workers"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Untergeordnetes Element %(pid)d durch Signal %(sig)d abgebrochen"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Untergeordnete %(pid)s mit Status %(code)d beendet"
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "%s abgefangen, untergeordnete Elemente werden gestoppt"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr "Warten aufgerufen nach dem der Thread abgebrochen wurde. Bereinige."
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Warten auf Beenden von %d untergeordneten Elementen"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/heat/"
@ -23,12 +23,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -62,20 +62,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -85,6 +85,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -95,11 +174,6 @@ msgstr "Original exception being dropped: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Unexpected exception occurred %d time(s)... retrying."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Could not release the acquired lock `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "in fixed duration looping call"

View File

@ -1,125 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/heat/"
"language/en_AU/)\n"
"Language: en_AU\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"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr ""
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d"
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -23,12 +23,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -62,20 +62,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -85,6 +85,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -95,11 +174,6 @@ msgstr "Original exception being dropped: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Unexpected exception occurred %d time(s)... retrying."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Could not release the acquired lock `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "in fixed duration looping call"

View File

@ -1,126 +0,0 @@
# Translations template for heat.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the heat project.
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"heat/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"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Failed to remove file %(file)s"
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr "Child caught %s, exiting"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d"
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr "Wait called after thread killed. Cleaning up."
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-09-13 23:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/heat/language/"
@ -26,12 +26,12 @@ msgstr ""
"Ec2Token autorización ha fallado, ningún auth_uri especificado en el archivo "
"de configuración"
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr "Solicitud no contiene parámetro %s!"
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr "Solicitud no contiene el requisito MetricData"
@ -65,22 +65,22 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr "fallo a obtener clases de punto de conexión de ciclo de vida "
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr "fallo al instanciar clase de ciclo de vida de la pila %s"
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
"ha ocurrido un error al ordenar las clases del punto de conexión de ciclo de "
"vida"
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr "%(opname) %(ci)s fallo por %(a)s en %(sid)s"
@ -90,6 +90,85 @@ msgstr "%(opname) %(ci)s fallo por %(a)s en %(sid)s"
msgid "Failed to import module %s"
msgstr "No se ha podido importar el modulo %s"
#: 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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -100,11 +179,6 @@ msgstr "Se está descartando excepción original: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "La excepción inesperada ha ocurrido %d vez(veces)... reintentando."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "No se ha podido liberar el bloqueo adquirido `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "en llamada en bucle de duración fija"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-09-15 15:41+0000\n"
"Last-Translator: Rafael Rivero <rafael@cloudscaling.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/heat/language/"
@ -49,7 +49,7 @@ msgstr "Autenticación AWS correcta."
msgid "AWS authentication failure."
msgstr "Autenticación AWS incorrecta."
#: heat/api/cfn/v1/stacks.py:439
#: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:786
msgid "validate_template"
msgstr "validate_template"
@ -58,21 +58,378 @@ msgstr "validate_template"
msgid "Fetching data from %s"
msgstr "Obteniendo datos desde %s"
#: heat/engine/environment.py:221
#, python-format
msgid "Registering %(path)s -> %(value)s"
msgstr ""
#: heat/engine/environment.py:443
#, python-format
msgid "Loading %s"
msgstr ""
#: heat/engine/resource.py:551
#, python-format
msgid "creating %s"
msgstr ""
#: heat/engine/resource.py:700
#, python-format
msgid "updating %s"
msgstr ""
#: heat/engine/resource.py:725
#, python-format
msgid "Checking %s"
msgstr ""
#: heat/engine/resource.py:746
#, python-format
msgid "suspending %s"
msgstr ""
#: heat/engine/resource.py:762
#, python-format
msgid "resuming %s"
msgstr ""
#: heat/engine/resource.py:767
#, python-format
msgid "snapshotting %s"
msgstr ""
#: heat/engine/resource.py:813
#, python-format
msgid "Validating %s"
msgstr ""
#: heat/engine/resource.py:846
#, python-format
msgid "deleting %s"
msgstr ""
#: heat/engine/scheduler.py:213
#, python-format
msgid "%s timed out"
msgstr ""
#: heat/engine/service.py:408
msgid "Attempting to stop engine service..."
msgstr ""
#: heat/engine/service.py:419
#, python-format
msgid "Waiting stack %s processing to be finished"
msgstr ""
#: heat/engine/service.py:423
#, python-format
msgid "Stack %s processing was finished"
msgstr ""
#: heat/engine/service.py:426
msgid "All threads were gone, terminating engine"
msgstr ""
#: heat/engine/service.py:605
#, python-format
msgid "previewing stack %s"
msgstr ""
#: heat/engine/service.py:633
#, python-format
msgid "Creating stack %s"
msgstr ""
#: heat/engine/service.py:655
#, python-format
msgid "Stack create failed, status %s"
msgstr ""
#: heat/engine/service.py:690
#, python-format
msgid "Updating stack %s"
msgstr ""
#: heat/engine/service.py:752
#, python-format
msgid "Starting cancel of updating stack %s"
msgstr ""
#: heat/engine/service.py:881
#, python-format
msgid "Deleting stack %s"
msgstr ""
#: heat/engine/service.py:934
#, python-format
msgid "abandoning stack %s"
msgstr ""
#: heat/engine/service.py:1235
#, python-format
msgid "Checking stack %s"
msgstr ""
#: heat/engine/stack.py:515
#, python-format
msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s"
msgstr ""
#: heat/engine/stack.py:946
#, python-format
msgid ""
"Tried to delete user_creds that do not exist (stack=%(stack)s user_creds_id="
"%(uc)s)"
msgstr ""
#: heat/engine/stack.py:955
#, python-format
msgid "Tried to store a stack that does not exist %s "
msgstr ""
#: heat/engine/stack.py:972 heat/engine/stack.py:984
#, python-format
msgid "Tried to delete stack that does not exist %s "
msgstr ""
#: heat/engine/stack.py:1000
#, python-format
msgid "%s is already suspended"
msgstr ""
#: heat/engine/stack.py:1020
#, python-format
msgid "%s is already resumed"
msgstr ""
#: heat/engine/stack_lock.py:84
#, python-format
msgid ""
"Stale lock detected on stack %(stack)s. Engine %(engine)s will attempt to "
"steal the lock"
msgstr ""
#: heat/engine/stack_lock.py:92
#, python-format
msgid "Engine %(engine)s successfully stole the lock on stack %(stack)s"
msgstr ""
#: heat/engine/stack_lock.py:99
#, python-format
msgid ""
"The lock on stack %(stack)s was released while engine %(engine)s was "
"stealing it. Trying again"
msgstr ""
#: heat/engine/stack_lock.py:106
#, python-format
msgid ""
"Failed to steal lock on stack %(stack)s. Engine %(engine)s stole the lock "
"first"
msgstr ""
#: heat/engine/stack_resource.py:258
msgid "Stack not found to delete"
msgstr ""
#: heat/engine/update.py:135
#, python-format
msgid "Resource %(res_name)s for stack %(stack_name)s updated"
msgstr ""
#: heat/engine/watchrule.py:252
#, python-format
msgid ""
"WATCH: stack:%(stack)s, watch_name:%(watch_name)s, new_state:%(new_state)s"
msgstr ""
#: heat/engine/watchrule.py:258
#, python-format
msgid "no action for new state %s"
msgstr ""
#: heat/engine/clients/os/cinder.py:60
#, python-format
msgid "Creating Cinder client with volume API version %d."
msgstr ""
#: heat/engine/clients/os/glance.py:96
#, python-format
msgid "Image %s was not found in glance"
msgstr ""
#: heat/engine/clients/os/glance.py:100
#, python-format
msgid "Multiple images %s were found in glance with name"
msgstr ""
#: heat/engine/resources/autoscaling.py:621
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116
#, python-format
msgid "ElasticIp create %s"
msgstr ""
#: heat/engine/resources/instance.py:87
#: heat/engine/resources/aws/scaling_policy.py:118
#, python-format
msgid "%(name)s Alarm, new state %(state)s"
msgstr ""
#: heat/engine/resources/instance.py:95
#, python-format
msgid "%(name)s Alarm, can not find instance %(instance)s"
msgstr ""
#: heat/engine/resources/instance.py:101
#, python-format
msgid "%(name)s Alarm, restarting resource: %(victim)s"
msgstr ""
#: heat/engine/resources/instance.py:462
#, python-format
msgid "%(name)s._resolve_attribute(%(attname)s) == %(res)s"
msgstr ""
#: heat/engine/resources/loadbalancer.py:439
#, python-format
msgid "Using custom loadbalancer template %s"
msgstr ""
#: heat/engine/resources/os_database.py:352
#, python-format
msgid ""
"Database instance %(database)s created (flavor:%(flavor)s,volume:%(volume)s, "
"datastore:%(datastore_type)s, datastore_version:%(datastore_version)s)"
msgstr ""
#: heat/engine/resources/sahara_cluster.py:136
#, python-format
msgid "Cluster \"%s\" is being started."
msgstr ""
#: heat/engine/resources/sahara_cluster.py:148
#, python-format
msgid "Cluster '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_cluster.py:160
#, python-format
msgid "Cluster '%s' has been deleted"
msgstr ""
#: heat/engine/resources/sahara_templates.py:150
#, python-format
msgid "Node Group Template '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_templates.py:163
#, python-format
msgid "Node Group Template '%s' has been deleted."
msgstr ""
#: heat/engine/resources/sahara_templates.py:308
#, python-format
msgid "Cluster Template '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_templates.py:321
#, python-format
msgid "Cluster Template '%s' has been deleted."
msgstr ""
#: heat/engine/resources/server.py:943
#, python-format
msgid ""
"For the server \"%(server)s\" the \"%(uuid)s\" property is set to network "
"\"%(network)s\". \"%(uuid)s\" property is deprecated. Use \"%(id)s\" "
"property instead."
msgstr ""
#: heat/engine/resources/swiftsignal.py:244
#: heat/engine/resources/wait_condition.py:367
#, python-format
msgid "%(name)s Failed (%(failure)s)"
msgstr ""
#: heat/engine/resources/swiftsignal.py:251
#: heat/engine/resources/wait_condition.py:372
#, python-format
msgid "%s Succeeded"
msgstr ""
#: heat/engine/resources/user.py:227 heat/engine/resources/user.py:247
#, python-format
msgid "could not get secret for %(username)s Error:%(msg)s"
msgstr ""
#: heat/engine/resources/volume.py:242
#, python-format
msgid "Resize failed: Volume %(vol)s is in %(status)s state."
msgstr ""
#: heat/engine/resources/volume.py:248 heat/engine/resources/volume.py:305
#, python-format
msgid "%s - complete"
msgstr ""
#: heat/engine/resources/volume.py:297
#, python-format
msgid "Attachment failed - volume %(vol)s is in %(status)s status"
msgstr ""
#: heat/engine/resources/volume.py:368
#, python-format
msgid "%(name)s - status: %(status)s"
msgstr ""
#: heat/engine/resources/volume.py:371
#, python-format
msgid "Detachment failed - volume %(vol)s is in %(status)s status"
msgstr ""
#: heat/engine/resources/volume.py:395
#, python-format
msgid "Server %(srv)s still has attachment %(att)s."
msgstr ""
#: heat/engine/resources/volume.py:399
#, python-format
msgid "Volume %(vol)s is detached from server %(srv)s"
msgstr ""
#: heat/engine/resources/wait_condition.py:359
#, python-format
msgid "%(name)s Timed out (%(timeout)s)"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:124
#: heat/engine/resources/openstack/scaling_policy.py:133
#, python-format
msgid "%(name)s NOT performing scaling action, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:138
#: heat/engine/resources/openstack/scaling_policy.py:147
#, python-format
msgid ""
"%(name)s Alarm, adjusting Group %(group)s with id %(asgn_id)s by %(filter)s"
msgstr ""
#: heat/engine/resources/openstack/scaling_policy.py:127
#, python-format
msgid "Alarm %(name)s, new state %(state)s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet oculto escuchando en %(port)s para el proceso %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Candado creado ruta: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "No se ha podido eliminar el archivo %(file)s"
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/heat/language/"
@ -23,12 +23,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -62,20 +62,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -85,6 +85,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -95,11 +174,6 @@ msgstr "Exception d'origine en cours de suppression : %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Exception inattendue survenue %d fois... Nouvel essai."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Impossible de libérer le verrou acquis `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "dans l'appel en boucle de durée fixe"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-09-24 20:48+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/heat/language/"
@ -49,7 +49,7 @@ msgstr "Succès de l'authentification AWS"
msgid "AWS authentication failure."
msgstr "Echec de l'authentification AWS"
#: heat/api/cfn/v1/stacks.py:439
#: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:786
msgid "validate_template"
msgstr "validate_template"
@ -58,21 +58,378 @@ msgstr "validate_template"
msgid "Fetching data from %s"
msgstr "Recherche de donnée depuis %s"
#: heat/engine/environment.py:221
#, python-format
msgid "Registering %(path)s -> %(value)s"
msgstr ""
#: heat/engine/environment.py:443
#, python-format
msgid "Loading %s"
msgstr ""
#: heat/engine/resource.py:551
#, python-format
msgid "creating %s"
msgstr ""
#: heat/engine/resource.py:700
#, python-format
msgid "updating %s"
msgstr ""
#: heat/engine/resource.py:725
#, python-format
msgid "Checking %s"
msgstr ""
#: heat/engine/resource.py:746
#, python-format
msgid "suspending %s"
msgstr ""
#: heat/engine/resource.py:762
#, python-format
msgid "resuming %s"
msgstr ""
#: heat/engine/resource.py:767
#, python-format
msgid "snapshotting %s"
msgstr ""
#: heat/engine/resource.py:813
#, python-format
msgid "Validating %s"
msgstr ""
#: heat/engine/resource.py:846
#, python-format
msgid "deleting %s"
msgstr ""
#: heat/engine/scheduler.py:213
#, python-format
msgid "%s timed out"
msgstr ""
#: heat/engine/service.py:408
msgid "Attempting to stop engine service..."
msgstr ""
#: heat/engine/service.py:419
#, python-format
msgid "Waiting stack %s processing to be finished"
msgstr ""
#: heat/engine/service.py:423
#, python-format
msgid "Stack %s processing was finished"
msgstr ""
#: heat/engine/service.py:426
msgid "All threads were gone, terminating engine"
msgstr ""
#: heat/engine/service.py:605
#, python-format
msgid "previewing stack %s"
msgstr ""
#: heat/engine/service.py:633
#, python-format
msgid "Creating stack %s"
msgstr ""
#: heat/engine/service.py:655
#, python-format
msgid "Stack create failed, status %s"
msgstr ""
#: heat/engine/service.py:690
#, python-format
msgid "Updating stack %s"
msgstr ""
#: heat/engine/service.py:752
#, python-format
msgid "Starting cancel of updating stack %s"
msgstr ""
#: heat/engine/service.py:881
#, python-format
msgid "Deleting stack %s"
msgstr ""
#: heat/engine/service.py:934
#, python-format
msgid "abandoning stack %s"
msgstr ""
#: heat/engine/service.py:1235
#, python-format
msgid "Checking stack %s"
msgstr ""
#: heat/engine/stack.py:515
#, python-format
msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s"
msgstr ""
#: heat/engine/stack.py:946
#, python-format
msgid ""
"Tried to delete user_creds that do not exist (stack=%(stack)s user_creds_id="
"%(uc)s)"
msgstr ""
#: heat/engine/stack.py:955
#, python-format
msgid "Tried to store a stack that does not exist %s "
msgstr ""
#: heat/engine/stack.py:972 heat/engine/stack.py:984
#, python-format
msgid "Tried to delete stack that does not exist %s "
msgstr ""
#: heat/engine/stack.py:1000
#, python-format
msgid "%s is already suspended"
msgstr ""
#: heat/engine/stack.py:1020
#, python-format
msgid "%s is already resumed"
msgstr ""
#: heat/engine/stack_lock.py:84
#, python-format
msgid ""
"Stale lock detected on stack %(stack)s. Engine %(engine)s will attempt to "
"steal the lock"
msgstr ""
#: heat/engine/stack_lock.py:92
#, python-format
msgid "Engine %(engine)s successfully stole the lock on stack %(stack)s"
msgstr ""
#: heat/engine/stack_lock.py:99
#, python-format
msgid ""
"The lock on stack %(stack)s was released while engine %(engine)s was "
"stealing it. Trying again"
msgstr ""
#: heat/engine/stack_lock.py:106
#, python-format
msgid ""
"Failed to steal lock on stack %(stack)s. Engine %(engine)s stole the lock "
"first"
msgstr ""
#: heat/engine/stack_resource.py:258
msgid "Stack not found to delete"
msgstr ""
#: heat/engine/update.py:135
#, python-format
msgid "Resource %(res_name)s for stack %(stack_name)s updated"
msgstr ""
#: heat/engine/watchrule.py:252
#, python-format
msgid ""
"WATCH: stack:%(stack)s, watch_name:%(watch_name)s, new_state:%(new_state)s"
msgstr ""
#: heat/engine/watchrule.py:258
#, python-format
msgid "no action for new state %s"
msgstr ""
#: heat/engine/clients/os/cinder.py:60
#, python-format
msgid "Creating Cinder client with volume API version %d."
msgstr ""
#: heat/engine/clients/os/glance.py:96
#, python-format
msgid "Image %s was not found in glance"
msgstr ""
#: heat/engine/clients/os/glance.py:100
#, python-format
msgid "Multiple images %s were found in glance with name"
msgstr ""
#: heat/engine/resources/autoscaling.py:621
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116
#, python-format
msgid "ElasticIp create %s"
msgstr ""
#: heat/engine/resources/instance.py:87
#: heat/engine/resources/aws/scaling_policy.py:118
#, python-format
msgid "%(name)s Alarm, new state %(state)s"
msgstr ""
#: heat/engine/resources/instance.py:95
#, python-format
msgid "%(name)s Alarm, can not find instance %(instance)s"
msgstr ""
#: heat/engine/resources/instance.py:101
#, python-format
msgid "%(name)s Alarm, restarting resource: %(victim)s"
msgstr ""
#: heat/engine/resources/instance.py:462
#, python-format
msgid "%(name)s._resolve_attribute(%(attname)s) == %(res)s"
msgstr ""
#: heat/engine/resources/loadbalancer.py:439
#, python-format
msgid "Using custom loadbalancer template %s"
msgstr ""
#: heat/engine/resources/os_database.py:352
#, python-format
msgid ""
"Database instance %(database)s created (flavor:%(flavor)s,volume:%(volume)s, "
"datastore:%(datastore_type)s, datastore_version:%(datastore_version)s)"
msgstr ""
#: heat/engine/resources/sahara_cluster.py:136
#, python-format
msgid "Cluster \"%s\" is being started."
msgstr ""
#: heat/engine/resources/sahara_cluster.py:148
#, python-format
msgid "Cluster '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_cluster.py:160
#, python-format
msgid "Cluster '%s' has been deleted"
msgstr ""
#: heat/engine/resources/sahara_templates.py:150
#, python-format
msgid "Node Group Template '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_templates.py:163
#, python-format
msgid "Node Group Template '%s' has been deleted."
msgstr ""
#: heat/engine/resources/sahara_templates.py:308
#, python-format
msgid "Cluster Template '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_templates.py:321
#, python-format
msgid "Cluster Template '%s' has been deleted."
msgstr ""
#: heat/engine/resources/server.py:943
#, python-format
msgid ""
"For the server \"%(server)s\" the \"%(uuid)s\" property is set to network "
"\"%(network)s\". \"%(uuid)s\" property is deprecated. Use \"%(id)s\" "
"property instead."
msgstr ""
#: heat/engine/resources/swiftsignal.py:244
#: heat/engine/resources/wait_condition.py:367
#, python-format
msgid "%(name)s Failed (%(failure)s)"
msgstr ""
#: heat/engine/resources/swiftsignal.py:251
#: heat/engine/resources/wait_condition.py:372
#, python-format
msgid "%s Succeeded"
msgstr ""
#: heat/engine/resources/user.py:227 heat/engine/resources/user.py:247
#, python-format
msgid "could not get secret for %(username)s Error:%(msg)s"
msgstr ""
#: heat/engine/resources/volume.py:242
#, python-format
msgid "Resize failed: Volume %(vol)s is in %(status)s state."
msgstr ""
#: heat/engine/resources/volume.py:248 heat/engine/resources/volume.py:305
#, python-format
msgid "%s - complete"
msgstr ""
#: heat/engine/resources/volume.py:297
#, python-format
msgid "Attachment failed - volume %(vol)s is in %(status)s status"
msgstr ""
#: heat/engine/resources/volume.py:368
#, python-format
msgid "%(name)s - status: %(status)s"
msgstr ""
#: heat/engine/resources/volume.py:371
#, python-format
msgid "Detachment failed - volume %(vol)s is in %(status)s status"
msgstr ""
#: heat/engine/resources/volume.py:395
#, python-format
msgid "Server %(srv)s still has attachment %(att)s."
msgstr ""
#: heat/engine/resources/volume.py:399
#, python-format
msgid "Volume %(vol)s is detached from server %(srv)s"
msgstr ""
#: heat/engine/resources/wait_condition.py:359
#, python-format
msgid "%(name)s Timed out (%(timeout)s)"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:124
#: heat/engine/resources/openstack/scaling_policy.py:133
#, python-format
msgid "%(name)s NOT performing scaling action, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:138
#: heat/engine/resources/openstack/scaling_policy.py:147
#, python-format
msgid ""
"%(name)s Alarm, adjusting Group %(group)s with id %(asgn_id)s by %(filter)s"
msgstr ""
#: heat/engine/resources/openstack/scaling_policy.py:127
#, python-format
msgid "Alarm %(name)s, new state %(state)s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor en écoute sur le port %(port)s for process %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Chemin de verrou créé: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Echec de la suppression du fichier %(file)s"
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: heat 2014.2.dev102.gb8ed388\n"
"Project-Id-Version: heat 2015.1.dev161.g6b9a2b5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+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"
@ -21,12 +21,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -60,20 +60,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -83,6 +83,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -93,11 +172,6 @@ msgstr ""
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr ""
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr ""
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: heat 2014.2.dev102.gb8ed388\n"
"Project-Id-Version: heat 2015.1.dev161.g6b9a2b5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+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"
@ -46,7 +46,7 @@ msgstr ""
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
#: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:786
msgid "validate_template"
msgstr ""
@ -55,21 +55,379 @@ msgstr ""
msgid "Fetching data from %s"
msgstr ""
#: heat/engine/environment.py:221
#, python-format
msgid "Registering %(path)s -> %(value)s"
msgstr ""
#: heat/engine/environment.py:443
#, python-format
msgid "Loading %s"
msgstr ""
#: heat/engine/resource.py:551
#, python-format
msgid "creating %s"
msgstr ""
#: heat/engine/resource.py:700
#, python-format
msgid "updating %s"
msgstr ""
#: heat/engine/resource.py:725
#, python-format
msgid "Checking %s"
msgstr ""
#: heat/engine/resource.py:746
#, python-format
msgid "suspending %s"
msgstr ""
#: heat/engine/resource.py:762
#, python-format
msgid "resuming %s"
msgstr ""
#: heat/engine/resource.py:767
#, python-format
msgid "snapshotting %s"
msgstr ""
#: heat/engine/resource.py:813
#, python-format
msgid "Validating %s"
msgstr ""
#: heat/engine/resource.py:846
#, python-format
msgid "deleting %s"
msgstr ""
#: heat/engine/scheduler.py:213
#, python-format
msgid "%s timed out"
msgstr ""
#: heat/engine/service.py:408
msgid "Attempting to stop engine service..."
msgstr ""
#: heat/engine/service.py:419
#, python-format
msgid "Waiting stack %s processing to be finished"
msgstr ""
#: heat/engine/service.py:423
#, python-format
msgid "Stack %s processing was finished"
msgstr ""
#: heat/engine/service.py:426
msgid "All threads were gone, terminating engine"
msgstr ""
#: heat/engine/service.py:605
#, python-format
msgid "previewing stack %s"
msgstr ""
#: heat/engine/service.py:633
#, python-format
msgid "Creating stack %s"
msgstr ""
#: heat/engine/service.py:655
#, python-format
msgid "Stack create failed, status %s"
msgstr ""
#: heat/engine/service.py:690
#, python-format
msgid "Updating stack %s"
msgstr ""
#: heat/engine/service.py:752
#, python-format
msgid "Starting cancel of updating stack %s"
msgstr ""
#: heat/engine/service.py:881
#, python-format
msgid "Deleting stack %s"
msgstr ""
#: heat/engine/service.py:934
#, python-format
msgid "abandoning stack %s"
msgstr ""
#: heat/engine/service.py:1235
#, python-format
msgid "Checking stack %s"
msgstr ""
#: heat/engine/stack.py:515
#, python-format
msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s"
msgstr ""
#: heat/engine/stack.py:946
#, python-format
msgid ""
"Tried to delete user_creds that do not exist (stack=%(stack)s "
"user_creds_id=%(uc)s)"
msgstr ""
#: heat/engine/stack.py:955
#, python-format
msgid "Tried to store a stack that does not exist %s "
msgstr ""
#: heat/engine/stack.py:972 heat/engine/stack.py:984
#, python-format
msgid "Tried to delete stack that does not exist %s "
msgstr ""
#: heat/engine/stack.py:1000
#, python-format
msgid "%s is already suspended"
msgstr ""
#: heat/engine/stack.py:1020
#, python-format
msgid "%s is already resumed"
msgstr ""
#: heat/engine/stack_lock.py:84
#, python-format
msgid ""
"Stale lock detected on stack %(stack)s. Engine %(engine)s will attempt "
"to steal the lock"
msgstr ""
#: heat/engine/stack_lock.py:92
#, python-format
msgid "Engine %(engine)s successfully stole the lock on stack %(stack)s"
msgstr ""
#: heat/engine/stack_lock.py:99
#, python-format
msgid ""
"The lock on stack %(stack)s was released while engine %(engine)s was "
"stealing it. Trying again"
msgstr ""
#: heat/engine/stack_lock.py:106
#, python-format
msgid ""
"Failed to steal lock on stack %(stack)s. Engine %(engine)s stole the lock"
" first"
msgstr ""
#: heat/engine/stack_resource.py:258
msgid "Stack not found to delete"
msgstr ""
#: heat/engine/update.py:135
#, python-format
msgid "Resource %(res_name)s for stack %(stack_name)s updated"
msgstr ""
#: heat/engine/watchrule.py:252
#, python-format
msgid "WATCH: stack:%(stack)s, watch_name:%(watch_name)s, new_state:%(new_state)s"
msgstr ""
#: heat/engine/watchrule.py:258
#, python-format
msgid "no action for new state %s"
msgstr ""
#: heat/engine/clients/os/cinder.py:60
#, python-format
msgid "Creating Cinder client with volume API version %d."
msgstr ""
#: heat/engine/clients/os/glance.py:96
#, python-format
msgid "Image %s was not found in glance"
msgstr ""
#: heat/engine/clients/os/glance.py:100
#, python-format
msgid "Multiple images %s were found in glance with name"
msgstr ""
#: heat/engine/resources/autoscaling.py:621
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116
#, python-format
msgid "ElasticIp create %s"
msgstr ""
#: heat/engine/resources/instance.py:87
#: heat/engine/resources/aws/scaling_policy.py:118
#, python-format
msgid "%(name)s Alarm, new state %(state)s"
msgstr ""
#: heat/engine/resources/instance.py:95
#, python-format
msgid "%(name)s Alarm, can not find instance %(instance)s"
msgstr ""
#: heat/engine/resources/instance.py:101
#, python-format
msgid "%(name)s Alarm, restarting resource: %(victim)s"
msgstr ""
#: heat/engine/resources/instance.py:462
#, python-format
msgid "%(name)s._resolve_attribute(%(attname)s) == %(res)s"
msgstr ""
#: heat/engine/resources/loadbalancer.py:439
#, python-format
msgid "Using custom loadbalancer template %s"
msgstr ""
#: heat/engine/resources/os_database.py:352
#, python-format
msgid ""
"Database instance %(database)s created "
"(flavor:%(flavor)s,volume:%(volume)s, datastore:%(datastore_type)s, "
"datastore_version:%(datastore_version)s)"
msgstr ""
#: heat/engine/resources/sahara_cluster.py:136
#, python-format
msgid "Cluster \"%s\" is being started."
msgstr ""
#: heat/engine/resources/sahara_cluster.py:148
#, python-format
msgid "Cluster '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_cluster.py:160
#, python-format
msgid "Cluster '%s' has been deleted"
msgstr ""
#: heat/engine/resources/sahara_templates.py:150
#, python-format
msgid "Node Group Template '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_templates.py:163
#, python-format
msgid "Node Group Template '%s' has been deleted."
msgstr ""
#: heat/engine/resources/sahara_templates.py:308
#, python-format
msgid "Cluster Template '%s' has been created"
msgstr ""
#: heat/engine/resources/sahara_templates.py:321
#, python-format
msgid "Cluster Template '%s' has been deleted."
msgstr ""
#: heat/engine/resources/server.py:943
#, python-format
msgid ""
"For the server \"%(server)s\" the \"%(uuid)s\" property is set to network"
" \"%(network)s\". \"%(uuid)s\" property is deprecated. Use \"%(id)s\" "
"property instead."
msgstr ""
#: heat/engine/resources/swiftsignal.py:244
#: heat/engine/resources/wait_condition.py:367
#, python-format
msgid "%(name)s Failed (%(failure)s)"
msgstr ""
#: heat/engine/resources/swiftsignal.py:251
#: heat/engine/resources/wait_condition.py:372
#, python-format
msgid "%s Succeeded"
msgstr ""
#: heat/engine/resources/user.py:227 heat/engine/resources/user.py:247
#, python-format
msgid "could not get secret for %(username)s Error:%(msg)s"
msgstr ""
#: heat/engine/resources/volume.py:242
#, python-format
msgid "Resize failed: Volume %(vol)s is in %(status)s state."
msgstr ""
#: heat/engine/resources/volume.py:248 heat/engine/resources/volume.py:305
#, python-format
msgid "%s - complete"
msgstr ""
#: heat/engine/resources/volume.py:297
#, python-format
msgid "Attachment failed - volume %(vol)s is in %(status)s status"
msgstr ""
#: heat/engine/resources/volume.py:368
#, python-format
msgid "%(name)s - status: %(status)s"
msgstr ""
#: heat/engine/resources/volume.py:371
#, python-format
msgid "Detachment failed - volume %(vol)s is in %(status)s status"
msgstr ""
#: heat/engine/resources/volume.py:395
#, python-format
msgid "Server %(srv)s still has attachment %(att)s."
msgstr ""
#: heat/engine/resources/volume.py:399
#, python-format
msgid "Volume %(vol)s is detached from server %(srv)s"
msgstr ""
#: heat/engine/resources/wait_condition.py:359
#, python-format
msgid "%(name)s Timed out (%(timeout)s)"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:124
#: heat/engine/resources/openstack/scaling_policy.py:133
#, python-format
msgid "%(name)s NOT performing scaling action, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:138
#: heat/engine/resources/openstack/scaling_policy.py:147
#, python-format
msgid ""
"%(name)s Alarm, adjusting Group %(group)s with id %(asgn_id)s by "
"%(filter)s"
msgstr ""
#: heat/engine/resources/openstack/scaling_policy.py:127
#, python-format
msgid "Alarm %(name)s, new state %(state)s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: heat 2015.1.dev63.gcca7d10\n"
"Project-Id-Version: heat 2015.1.dev161.g6b9a2b5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:01+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+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,12 +17,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: heat/api/cloudwatch/watch.py:219
#: heat/api/cloudwatch/watch.py:203
#, python-format
msgid "Invalid filter key %s, ignoring"
msgstr ""
#: heat/api/openstack/v1/stacks.py:226
#: heat/api/openstack/v1/stacks.py:227
#, python-format
msgid "Old Engine Version: %s"
msgstr ""
@ -68,6 +68,133 @@ msgstr ""
msgid "Falling back to legacy non-domain enable, configure domain in heat.conf"
msgstr ""
#: heat/engine/environment.py:199 heat/engine/environment.py:205
#, python-format
msgid "Removing %(item)s from %(path)s"
msgstr ""
#: heat/engine/environment.py:218
#, python-format
msgid "Changing %(path)s from %(was)s to %(now)s"
msgstr ""
#: heat/engine/resource.py:887
#, python-format
msgid "db error %s"
msgstr ""
#: heat/engine/resource.py:1073
#, python-format
msgid "Resource %s does not implement metadata update"
msgstr ""
#: heat/engine/service.py:276
#, python-format
msgid "periodic_task db error watch rule removed? %(ex)s"
msgstr ""
#: heat/engine/service.py:1070
#, python-format
msgid "Access denied to resource %s"
msgstr ""
#: heat/engine/service.py:1325
#, python-format
msgid "show_watch (all) db error %s"
msgstr ""
#: heat/engine/service.py:1354
#, python-format
msgid "show_metric (all) db error %s"
msgstr ""
#: heat/engine/signal_responder.py:68
msgid "Cannot generate signed url, no stored access/secret key"
msgstr ""
#: heat/engine/stack.py:235
msgid "Unable to set parameters StackId identifier"
msgstr ""
#: heat/engine/stack_lock.py:119
#, python-format
msgid "Lock was already released on stack %s!"
msgstr ""
#: heat/engine/stack_resource.py:109
#, python-format
msgid "Preview of '%s' not yet implemented"
msgstr ""
#: heat/engine/stack_user.py:99
msgid "Reverting to legacy user delete path"
msgstr ""
#: heat/engine/watchrule.py:81
#, python-format
msgid "WatchRule.load (%(watch_name)s) db error %(ex)s"
msgstr ""
#: heat/engine/watchrule.py:268
#, python-format
msgid "Could not process watch state %s for stack"
msgstr ""
#: heat/engine/watchrule.py:352
#, python-format
msgid "Unable to override state %(state)s for watch %(name)s"
msgstr ""
#: heat/engine/clients/__init__.py:68
#, python-format
msgid "Requested client \"%s\" not found"
msgstr ""
#: heat/engine/clients/os/nova.py:108 heat/engine/resources/nova_utils.py:59
#, python-format
msgid ""
"Server %(name)s (%(id)s) received an OverLimit response during "
"server.get(): %(exception)s"
msgstr ""
#: heat/engine/clients/os/nova.py:116 heat/engine/resources/nova_utils.py:68
#, python-format
msgid ""
"Server \"%(name)s\" (%(id)s) received the following exception during "
"server.get(): %(exception)s"
msgstr ""
#: heat/engine/clients/os/nova.py:401 heat/engine/resources/nova_utils.py:383
#, python-format
msgid "Instance (%(server)s) not found: %(ex)s"
msgstr ""
#: heat/engine/resources/eip.py:389
msgid "Skipping association, resource not specified"
msgstr ""
#: heat/engine/resources/os_database.py:332
#, python-format
msgid ""
"Stack %(name)s (%(id)s) received an OverLimit response during "
"instance.get(): %(exception)s"
msgstr ""
#: heat/engine/resources/swift.py:172
#, python-format
msgid "Head container failed: %s"
msgstr ""
#: heat/engine/resources/wait_condition.py:69
#, python-format
msgid "Overwriting Metadata item for id %s!"
msgstr ""
#: heat/engine/resources/neutron/port.py:310
#, python-format
msgid "Failed to fetch resource attributes: %s"
msgstr ""
#: heat/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
@ -103,7 +230,7 @@ msgstr ""
msgid "Resuming generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:141
#: heat/tests/generic_resource.py:144
#, python-format
msgid "Signaled resource (Type \"%(type)s\") %(details)s"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,132 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/heat/language/"
"it/)\n"
"Language: it\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"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
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:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#, 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/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr "Eccezione originale in corso di eliminazione: %s"
#: heat/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Un errore inatteso si è verificato %d volte... ritento."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Impossibile rilasciare il blocco acquisito `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "chiamata in loop a durata fissa"
#: heat/openstack/common/loopingcall.py:131
msgid "in dynamic looping call"
msgstr "chiamata in loop dinamico"
#: heat/openstack/common/policy.py:507
#, python-format
msgid "Failed to understand rule %s"
msgstr ""
#: heat/openstack/common/policy.py:517
#, python-format
msgid "No handler for matches of kind %s"
msgstr "Nessun gestore per le corrispondenze di tipo %s"
#: heat/openstack/common/policy.py:787
#, python-format
msgid "Failed to understand rule %r"
msgstr ""
#: heat/openstack/common/service.py:188
msgid "Exception during rpc cleanup."
msgstr "Eccezioni durante pulitura rpc."
#: heat/openstack/common/service.py:277
msgid "Unhandled exception"
msgstr "Eccezione non gestita"

View File

@ -1,125 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/heat/language/"
"it/)\n"
"Language: it\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"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Preato percorso di blocco : %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Tentativo fallito nella rimozione di %(file)s"
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "Rilevato %s, esistente"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "Il processo principale è stato interrotto inaspettatamente, uscire"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr "Cogliere Child %s, uscendo"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Sblocco troppo veloce, attendere"
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Child avviato %d"
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Avvio %d operatori"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d interrotto dal segnale %(sig)d"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s terminato con stato %(code)d"
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "Intercettato %s, arresto in corso dei children"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr "Attendere la chiamata dopo l'uccisione de filo. Bonifica."
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "In attesa %d degli elementi secondari per uscire"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/heat/language/"
@ -25,12 +25,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -64,20 +64,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -87,6 +87,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -97,11 +176,6 @@ msgstr "除去される元の例外: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "予期せぬ例外が、%d回()発生しました。再試行中。"
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "取得したロック `%s` を解放できませんでした"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "一定期間の呼び出しループ"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the heat project.
#
# Translators:
# Mario Cho <hephaex@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-10-17 10:50+0000\n"
"Last-Translator: Mario Cho <hephaex@gmail.com>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/heat/"
"language/ko_KR/)\n"
"Language: ko_KR\n"
@ -21,69 +22,153 @@ msgstr ""
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
msgstr "Ec2Token 인증 실패, 설정 파일에 지정된 auth_uri 가 없음."
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
msgstr "%s 매개변수가 요청에 포함되지 않음 !"
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
msgstr "요청에 필요한 MetricData 가 없음. "
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
msgstr "관리자 계정 인증 실패."
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
msgstr "Domain 관리자 인증 실패."
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
msgstr "auth_token_info 에 알 수 없는 버전이 있음."
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
msgstr "신뢰할수 없는 비밀번호나 auth_token으로 Keystone v3 API 연결 실패, "
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
msgstr "신뢰할 수 있는 token 재설정 실패!"
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
msgstr "트러스트의 위장이 실패했습니다."
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
"규정 %(role)s에 사용자 %(user)s 를 추가하는데 실패했습니다. 규정을 확인하세"
"요.!"
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
msgstr "라이프 사이클 플러그 포인트 클래스를 가져 오지 못했습니다"
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
msgstr "스택 수명주기 %s 클래스의 인스턴스를 실패"
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
msgstr "라이프 사이클 플러그 포인트 클래스를 정렬하는 데 실패"
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
msgstr "%(sid)s의 %(a)s를 위한 %(opname) %(ci)s 실패 "
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr "%s의 모듈을 가져 오는 데 실패했습니다."
#: heat/engine/api.py:267
msgid "Unexpected number of keys in watch_data.data!"
msgstr "watch_data.data의 키의 예기치 않은 수!"
#: heat/engine/environment.py:436
#, python-format
msgid "Failed to read %s"
msgstr "%s를 읽지 못했습니다."
#: heat/engine/environment.py:448
#, python-format
msgid "Failed to parse %(file_path)s"
msgstr "%(file_path)s를 구문 분석하는 데 실패했습니다."
#: heat/engine/environment.py:452
#, python-format
msgid "Failed to read %(file_path)s"
msgstr "%(file_path)s를 읽는데 실패했습니다. "
#: heat/engine/plugin_manager.py:97
#, python-format
msgid "Failed to load %(mapping_name)s from %(module)s"
msgstr "%(module)s로부터 %(mapping_name)s 를 읽을 수 없습니다. "
#: heat/engine/plugin_manager.py:104
#, python-format
msgid "Invalid type for %(mapping_name)s from %(module)s"
msgstr "%(module)s로부터 %(mapping_name)s의 속성이 맞지 않습니다."
#: heat/engine/resource.py:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr "DB %s에 오류가 있습니다. "
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr "주기적인 작업에 대한 스택 %s를 검색 할 수 없습니다"
#: heat/engine/service.py:1348
msgid "Filtering by namespace/metric not yet supported"
msgstr "네임 스페이스의 필터링 / 메트릭은 아직 지원하지 않습니다. "
#: heat/engine/stack.py:710
#, python-format
msgid "Unexpected action %s passed to update!"
msgstr "예기치 않은 작업 %s를 갱신하려 했습니다."
#: heat/engine/stack.py:829
#, python-format
msgid "Unexpected action %s passed to delete!"
msgstr "예기치 않은 작업 %s를 지우려고 했습니다. !"
#: heat/engine/stack.py:1068
#, python-format
msgid "Resource %(name)s delete failed: %(ex)s"
msgstr "자원 %(name)s를 지울수 없습니다. : %(ex)s"
#: heat/engine/resources/eip.py:109
msgid ""
"No default floating IP pool configured. Set 'default_floating_pool' in nova."
"conf."
msgstr ""
"기본 유동 IP pool을 구성하지 않습니다. nova.conf에서 "
"'default_floating_pool'을 설정합니다."
#: heat/engine/resources/eip.py:322 heat/engine/resources/eip.py:345
msgid "Port not specified."
msgstr "Port가 정의되지 않았습니다."
#: heat/engine/resources/nova_floatingip.py:75
msgid ""
"Could not allocate floating IP. Probably there is no default floating IP "
"pool is configured."
msgstr ""
"유동 IP 할당 할 수 없습니다. 아마 IP Pool이 기본으로 구성되지 않습니다."
#: heat/engine/resources/wait_condition.py:82
#, python-format
msgid "Metadata failed validation for %s"
msgstr "메타 데이터는 %s의 유효성 검증을 실패했습니다"
#: heat/openstack/common/excutils.py:76
#, python-format
@ -95,11 +180,6 @@ msgstr "기존 예외가 삭제됨: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "예기치 않은 예외 %d 번 발생하였습니다... 다시 시도중."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "획득한 `%s` 잠금을 해제할 수 없음"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "고정 기간 루프 호출에서"
@ -125,7 +205,7 @@ msgstr "룰 %r를 이해하지 못했습니다."
#: heat/openstack/common/service.py:188
msgid "Exception during rpc cleanup."
msgstr ""
msgstr "RPC 정리하는 동안 예외입니다."
#: heat/openstack/common/service.py:277
msgid "Unhandled exception"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/heat/"
@ -23,12 +23,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -62,20 +62,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -85,6 +85,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -95,11 +174,6 @@ msgstr "Exceção original sendo descartada: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Exceção não esperada ocorreu %d vez(es)... tentando novamente."
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Não foi possível liberar o bloqueio adquirido `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "em uma chamada de laço de duração fixa"

View File

@ -1,125 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/heat/"
"language/pt_BR/)\n"
"Language: pt_BR\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"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Backdoor de Eventlet escutando na porta %(port)s pelo processo %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Criado caminho de lock: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "%s capturadas, saindo"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "Processo pai saiu inesperadamente, saindo"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr ""
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Bifurcação muito rápida, suspendendo"
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Filho %d iniciado"
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Iniciando %d trabalhadores"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "%(pid)d filho eliminado pelo sinal %(sig)d"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Filho %(pid)s encerrando com status %(code)d"
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "%s capturado, parando filhos"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Aguardando em %d filhos para sair"

View File

@ -1,125 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/heat/"
"language/te_IN/)\n"
"Language: te_IN\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"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "%s క్యాచ్ నిష్క్రమించే"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "parrent ప్రక్రియ నిష్క్రమించే, అనుకోకుండా మరణించాడు,"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr "చైల్డ్ నిష్క్రమించే,%s క్యాచ్"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Forking చాలా వేగంగా, పడుకుంది "
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "మొదలైంది పిల్లల%d"
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "%d కార్మికులు ప్రారంభిస్తోంది"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "చైల్డ్ %(pid)d సిగ్నల్ ద్వారా హత్య %(sig)d"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "చైల్డ్ %(pid)s స్థితి తో నిష్క్రమించారు %(code)d "
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr " పిల్లలు ఆపటం %s దోరికిను "
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr "థ్రెడ్ మృతి తర్వాత అని వేచి. క్లీనింగ్ అప్."
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "%d పిల్లల వెయిటింగ్ నిష్క్రమణ"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
@ -23,12 +23,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -62,20 +62,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -85,6 +85,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -95,11 +174,6 @@ msgstr "Ngoại lệ ban đầu được giảm xuống: %s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Ngoại lệ bất ngờ xảy ra %d thời gian(s) ... thử lại"
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Không thể nhả ra khóa đã bị chiếm dụng `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "trong cuộc gọi vòng lặp thời khoảng cố định "

View File

@ -1,125 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
"heat/language/vi_VN/)\n"
"Language: vi_VN\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:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor lắng nghe trên %(port)s đối với tiến trình %(pid)d"
#: heat/openstack/common/lockutils.py:83
#, python-format
msgid "Created lock path: %s"
msgstr "Con đường khóa được tạo: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Không thể loại bỏ tập tin %(file)s"
#: heat/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "Bắt %s, thoát"
#: heat/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "Tiến trình cha bị chết đột ngột, thoát"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr "Tiến trình con bắt %s, thoát"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Tạo tiến trình con quá nhanh, nghỉ"
#: heat/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Tiến trình con đã được khởi động %d "
#: heat/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Khởi động %d động cơ"
#: heat/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Tiến trình con %(pid)d bị huỷ bởi tín hiệu %(sig)d"
#: heat/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Tiến trình con %(pid)s đã thiaast với trạng thái %(code)d"
#: heat/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "Bắt %s, đang dừng tiến trình con"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr "Chờ đợi được gọi sau khi luồng bị huỷ. Làm sạch."
#: heat/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Chờ đợi %d tiến trình con để thoát "

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/heat/"
@ -23,12 +23,12 @@ msgstr ""
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#: heat/api/aws/utils.py:98
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
#: heat/api/cloudwatch/watch.py:254
msgid "Request does not contain required MetricData"
msgstr ""
@ -62,20 +62,20 @@ msgstr ""
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
#: heat/common/lifecycle_plugin_utils.py:44
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#: heat/common/lifecycle_plugin_utils.py:51
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
#: heat/common/lifecycle_plugin_utils.py:56
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#: heat/common/lifecycle_plugin_utils.py:109
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
@ -85,6 +85,85 @@ msgstr ""
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:908 heat/engine/resource.py:935
#, python-format
msgid "DB error %s"
msgstr ""
#: heat/engine/service.py:261
#, python-format
msgid "Unable to retrieve stack %s for periodic task"
msgstr ""
#: heat/engine/service.py:1348
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"
@ -95,11 +174,6 @@ msgstr "正在删除原始异常:%s"
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "意外的异常已发生 %d 次...正在重试。"
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "未能释放所获取锁定“%s”"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "在固定时段内循环调用"

View File

@ -1,132 +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-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/heat/"
"language/zh_TW/)\n"
"Language: zh_TW\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:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
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:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:50
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:55
msgid "failed to sort lifecycle plug point classes"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:108
#, 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/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 ""
#: heat/openstack/common/lockutils.py:120
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "無法釋放獲得的鎖定 `%s`"
#: heat/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr "在固定持續時間的迴圈呼叫中"
#: heat/openstack/common/loopingcall.py:131
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:188
msgid "Exception during rpc cleanup."
msgstr ""
#: heat/openstack/common/service.py:277
msgid "Unhandled exception"
msgstr "無法處理的異常狀況"