Imported Translations from Transifex

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

Change-Id: I604e6803a9b1b954067581da1ff74e58198a0cfa
This commit is contained in:
OpenStack Proposal Bot 2015-08-11 06:21:16 +00:00
parent d26f11c82c
commit 6f0ea204c1
9 changed files with 417 additions and 349 deletions

View File

@ -9,16 +9,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Ironic\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: 2014-09-25 15:41+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/ironic/language/"
"Language-Team: French (http://www.transifex.com/openstack/ironic/language/"
"fr/)\n"
"Language: fr\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"
"Generated-By: Babel 2.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgid "Failed to start keepalive"

View File

@ -1,23 +1,23 @@
# Translations template for ironic.
# Copyright (C) 2014 ORGANIZATION
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the ironic project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2014.2.dev98.g8576905\n"
"Project-Id-Version: ironic 2015.2.0.dev476\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-22 06:09+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Generated-By: Babel 2.0\n"
#: ironic/conductor/manager.py:216
#: ironic/conductor/manager.py:313
msgid "Failed to start keepalive"
msgstr ""

View File

@ -6,16 +6,16 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2015.2.0.dev379\n"
"Project-Id-Version: ironic 2015.2.0.dev476\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Generated-By: Babel 2.0\n"
#: ironic/api/middleware/parsable_error.py:80
#, python-format
@ -79,7 +79,7 @@ msgid ""
"attempt %(attempt)s of %(num_attempts)s failed."
msgstr ""
#: ironic/conductor/manager.py:255
#: ironic/conductor/manager.py:256
#, python-format
msgid ""
"Conductor %s cannot be started because no drivers were loaded. This "
@ -87,34 +87,34 @@ msgid ""
"option."
msgstr ""
#: ironic/conductor/manager.py:793
#: ironic/conductor/manager.py:794
#, python-format
msgid "Error in tear_down of node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:1408
#: ironic/conductor/manager.py:1434
#, python-format
msgid "Failed to stop console while deleting the node %(node)s: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:2066
#: ironic/conductor/manager.py:2092
#, python-format
msgid "Unexpected state %(state)s returned while deploying node %(node)s."
msgstr ""
#: ironic/conductor/manager.py:2178
#: ironic/conductor/manager.py:2218
#, python-format
msgid ""
"Failed to change power state of node %(node)s to '%(state)s', attempt "
"%(attempt)s of %(retries)s."
msgstr ""
#: ironic/conductor/manager.py:2212
#: ironic/conductor/manager.py:2252
#, python-format
msgid "Failed to inspect node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:2247
#: ironic/conductor/manager.py:2287
#, python-format
msgid "Failed to tear down cleaning on node %(uuid)s, reason: %(err)s"
msgstr ""
@ -149,78 +149,78 @@ msgstr ""
msgid "Failed to rollback cleaning port changes for node %s"
msgstr ""
#: ironic/drivers/base.py:609
#: ironic/drivers/base.py:611
#, python-format
msgid "vendor_passthru failed with method %s"
msgstr ""
#: ironic/drivers/modules/agent.py:196
#: ironic/drivers/modules/agent.py:205
#, python-format
msgid ""
"Agent deploy supports only HTTP(S) URLs as instance_info['image_source']."
" Either %s is not a valid HTTP(S) URL or is not reachable."
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:413
#: ironic/drivers/modules/agent_base_vendor.py:430
#, python-format
msgid "Could not find matching node for the provided MACs %s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:464
#: ironic/drivers/modules/deploy_utils.py:472
#, python-format
msgid ""
"Failed to erase beginning of disk for node %(node)s. Command: "
"%(command)s. Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:476
#: ironic/drivers/modules/deploy_utils.py:484
#, python-format
msgid ""
"Failed to get disk block count for node %(node)s. Command: %(command)s. "
"Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:489
#: ironic/drivers/modules/deploy_utils.py:497
#, python-format
msgid ""
"Failed to erase the end of the disk on node %(node)s. Command: "
"%(command)s. Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:662
#: ironic/drivers/modules/deploy_utils.py:687
#, python-format
msgid "Failed to detect %s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:760
#: ironic/drivers/modules/deploy_utils.py:766
#: ironic/drivers/modules/deploy_utils.py:785
#: ironic/drivers/modules/deploy_utils.py:791
#, python-format
msgid "Deploy to address %s failed."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:761
#: ironic/drivers/modules/deploy_utils.py:786
#, python-format
msgid "Command: %s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:762
#: ironic/drivers/modules/deploy_utils.py:787
#, python-format
msgid "StdOut: %r"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:763
#: ironic/drivers/modules/deploy_utils.py:788
#, python-format
msgid "StdErr: %r"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:848
#: ironic/drivers/modules/deploy_utils.py:873
#, python-format
msgid ""
"Internal error. Node %(node)s in provision state \"%(state)s\" could not "
"transition to a failed state."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:856
#: ironic/drivers/modules/deploy_utils.py:881
#, python-format
msgid ""
"Node %s failed to power off while handling deploy failure. This may be a "
@ -235,14 +235,14 @@ msgid ""
"%(node)s: %(err)s"
msgstr ""
#: ironic/drivers/modules/inspector.py:190
#: ironic/drivers/modules/inspector.py:192
#, python-format
msgid ""
"Unexpected exception while getting inspection status for node %s, will "
"retry later"
msgstr ""
#: ironic/drivers/modules/inspector.py:196
#: ironic/drivers/modules/inspector.py:198
#, python-format
msgid "Inspection failed for node %(uuid)s with error: %(err)s"
msgstr ""
@ -290,18 +290,20 @@ msgstr ""
msgid "IPMI \"bmc reset\" failed for node %(node_id)s with error: %(error)s."
msgstr ""
#: ironic/drivers/modules/iscsi_deploy.py:686 ironic/drivers/modules/pxe.py:619
#: ironic/drivers/modules/ilo/deploy.py:888
#: ironic/drivers/modules/irmc/deploy.py:842
#: ironic/drivers/modules/iscsi_deploy.py:626
#: ironic/drivers/modules/iscsi_deploy.py:850
#: ironic/drivers/modules/iscsi_deploy.py:889
#: ironic/drivers/modules/ilo/deploy.py:940
#: ironic/drivers/modules/irmc/deploy.py:864
#, python-format
msgid "Deploy failed for instance %(instance)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/pxe.py:221
#: ironic/drivers/modules/pxe.py:266
msgid "Whole disk image with netboot is not supported in UEFI boot mode."
msgstr ""
#: ironic/drivers/modules/pxe.py:338
#: ironic/drivers/modules/pxe.py:378
msgid "UEFI boot mode is not supported with iPXE boot enabled."
msgstr ""
@ -323,17 +325,17 @@ msgid ""
"error: %(error)s"
msgstr ""
#: ironic/drivers/modules/ssh.py:278
#: ironic/drivers/modules/ssh.py:279
#, python-format
msgid "Cannot execute SSH cmd %(cmd)s. Reason: %(err)s."
msgstr ""
#: ironic/drivers/modules/ssh.py:379
#: ironic/drivers/modules/ssh.py:380
#, python-format
msgid "Node \"%(host)s\" with MAC address %(mac)s not found."
msgstr ""
#: ironic/drivers/modules/ssh.py:665
#: ironic/drivers/modules/ssh.py:667
#, python-format
msgid ""
"Failed to set boot device for node %(node)s, virt_type %(vtype)s does not"
@ -499,7 +501,7 @@ msgstr ""
msgid "Failed to clean up boot ISO for %(node)s.Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:794
#: ironic/drivers/modules/ilo/deploy.py:838
#, python-format
msgid "Cannot get boot ISO for node %s"
msgstr ""
@ -521,22 +523,22 @@ msgstr ""
msgid "iLO failed to change state to %(tstate)s within %(timeout)s sec"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:428
#: ironic/drivers/modules/irmc/deploy.py:430
#, python-format
msgid "Error while inserting virtual cdrom from node %(uuid)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:451
#: ironic/drivers/modules/irmc/deploy.py:453
#, python-format
msgid "Error while ejecting virtual cdrom from node %(uuid)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:484
#: ironic/drivers/modules/irmc/deploy.py:486
#, python-format
msgid "Error while inserting virtual floppy from node %(uuid)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:507
#: ironic/drivers/modules/irmc/deploy.py:509
#, python-format
msgid "Error while ejecting virtual floppy from node %(uuid)s. Error: %(error)s"
msgstr ""
@ -580,12 +582,12 @@ msgstr ""
msgid "Cisco client: service unavailable for node %(uuid)s."
msgstr ""
#: ironic/drivers/modules/ucs/management.py:93
#: ironic/drivers/modules/ucs/management.py:95
#, python-format
msgid "%(driver)s: client failed to set boot device %(device)s for node %(uuid)s."
msgstr ""
#: ironic/drivers/modules/ucs/management.py:128
#: ironic/drivers/modules/ucs/management.py:130
#, python-format
msgid "%(driver)s: client failed to get boot device for node %(uuid)s."
msgstr ""

View File

@ -6,146 +6,142 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2015.2.0.dev332\n"
"Project-Id-Version: ironic 2015.2.0.dev476\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-09 06:23+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Generated-By: Babel 2.0\n"
#: ironic/cmd/api.py:54
#, python-format
msgid "Serving on http://%(host)s:%(port)s"
msgstr ""
#: ironic/cmd/api.py:56 ironic/cmd/conductor.py:44
msgid "Configuration:"
msgstr ""
#: ironic/common/driver_factory.py:138
#: ironic/common/driver_factory.py:139
#, python-format
msgid "Loaded the following drivers: %s"
msgstr ""
#: ironic/common/service.py:81
#: ironic/common/service.py:82
#, python-format
msgid "Created RPC server for service %(service)s on host %(host)s."
msgstr ""
#: ironic/common/service.py:99
#: ironic/common/service.py:100
#, python-format
msgid "Stopped RPC server for service %(service)s on host %(host)s."
msgstr ""
#: ironic/common/service.py:104
#: ironic/common/service.py:105
#, python-format
msgid ""
"Got signal SIGUSR1. Not deregistering on next shutdown of service "
"%(service)s on host %(host)s."
msgstr ""
#: ironic/conductor/manager.py:307
#: ironic/conductor/manager.py:308
#, python-format
msgid "Successfully started conductor with hostname %(hostname)s."
msgstr ""
#: ironic/conductor/manager.py:328
#: ironic/conductor/manager.py:329
#, python-format
msgid "Successfully stopped conductor with hostname %(hostname)s."
msgstr ""
#: ironic/conductor/manager.py:334
#: ironic/conductor/manager.py:335
#, python-format
msgid "Not deregistering conductor with hostname %(hostname)s."
msgstr ""
#: ironic/conductor/manager.py:820
#: ironic/conductor/manager.py:802
#, python-format
msgid "Successfully unprovisioned node %(node)s with instance %(instance)s."
msgstr ""
#: ironic/conductor/manager.py:890
#: ironic/conductor/manager.py:885
#, python-format
msgid ""
"Cleaning is disabled, node %s has been successfully moved to AVAILABLE "
"state."
msgstr ""
#: ironic/conductor/manager.py:950
#: ironic/conductor/manager.py:954
#, python-format
msgid "Executing %(state)s on node %(node)s, remaining steps: %(steps)s"
msgstr ""
#: ironic/conductor/manager.py:960
#: ironic/conductor/manager.py:964
#, python-format
msgid "Executing %(step)s on node %(node)s"
msgstr ""
#: ironic/conductor/manager.py:979
#: ironic/conductor/manager.py:991
#, python-format
msgid ""
"Clean step %(step)s on node %(node)s being executed asynchronously, "
"waiting for driver."
msgstr ""
#: ironic/conductor/manager.py:989
#: ironic/conductor/manager.py:1002
#, python-format
msgid "Node %(node)s finished clean step %(step)s"
msgstr ""
#: ironic/conductor/manager.py:1005
#: ironic/conductor/manager.py:1018
#, python-format
msgid "Node %s cleaning complete"
msgstr ""
#: ironic/conductor/manager.py:1103
#: ironic/conductor/manager.py:1152
#, python-format
msgid ""
"During sync_power_state, node %(node)s was not found and presumed deleted"
" by another process."
msgstr ""
#: ironic/conductor/manager.py:1107
#: ironic/conductor/manager.py:1156
#, python-format
msgid ""
"During sync_power_state, node %(node)s was already locked by another "
"process. Skip."
msgstr ""
#: ironic/conductor/manager.py:1339
#: ironic/conductor/manager.py:1438
#, python-format
msgid "Successfully deleted node %(node)s."
msgstr ""
#: ironic/conductor/manager.py:1359
#: ironic/conductor/manager.py:1458
#, python-format
msgid ""
"Successfully deleted port %(port)s. The node associated with the port was"
" %(node)s"
msgstr ""
#: ironic/conductor/manager.py:1433
#: ironic/conductor/manager.py:1532
#, python-format
msgid "No console action was triggered because the console is already %s"
msgstr ""
#: ironic/conductor/manager.py:1987
#: ironic/conductor/manager.py:2086
#, python-format
msgid "Successfully deployed node %(node)s with instance %(instance)s."
msgstr ""
#: ironic/conductor/manager.py:2077
#: ironic/conductor/manager.py:2195
#, python-format
msgid ""
"During sync_power_state, node %(node)s has no previous known state. "
"Recording current state '%(state)s'."
msgstr ""
#: ironic/conductor/manager.py:2152
#: ironic/conductor/manager.py:2265
#, python-format
msgid "Successfully inspected node %(node)s"
msgstr ""
@ -155,38 +151,72 @@ msgstr ""
msgid "Successfully set node %(node)s power state to %(state)s."
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:181
#: ironic/drivers/modules/agent_base_vendor.py:188
#, python-format
msgid ""
"Node %s detected a clean version mismatch, resetting clean steps and "
"rebooting the node."
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:197
#: ironic/drivers/modules/agent_base_vendor.py:204
#, python-format
msgid ""
"Agent on node %s returned cleaning command success, moving to next clean "
"step"
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:502
#: ironic/drivers/modules/iscsi_deploy.py:704
#: ironic/drivers/modules/agent_base_vendor.py:530
#: ironic/drivers/modules/iscsi_deploy.py:644
#, python-format
msgid "Deployment to node %s done"
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:545
#: ironic/drivers/modules/iscsi_deploy.py:669
#: ironic/drivers/modules/agent_base_vendor.py:573
#: ironic/drivers/modules/iscsi_deploy.py:609
#, python-format
msgid "Bootloader successfully installed on node %s"
msgstr ""
#: ironic/drivers/modules/image_cache.py:136
#: ironic/drivers/modules/deploy_utils.py:503
#, python-format
msgid "Disk metadata on %(dev)s successfully destroyed for node %(node)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:616
#, python-format
msgid ""
"Successfully completed the disk device %(dev)s partitioning for node "
"%(node)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:649
#, python-format
msgid ""
"Configdrive for node %(node)s successfully copied onto partition "
"%(partition)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:660
#, python-format
msgid "Image for %(node)s successfully populated"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:665
#, python-format
msgid "Swap partition %(swap)s successfully formatted for node %(node)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:671
#, python-format
msgid "Ephemeral partition %(ephemeral)s successfully formatted for node %(node)s"
msgstr ""
#: ironic/drivers/modules/image_cache.py:137
#, python-format
msgid "Master cache miss for image %(uuid)s, starting download"
msgstr ""
#: ironic/drivers/modules/image_cache.py:277
#: ironic/drivers/modules/image_cache.py:278
#, python-format
msgid ""
"After cleaning up cache dir %(dir)s cache size %(actual)d is still larger"
@ -205,7 +235,7 @@ msgstr ""
msgid "Node %s was sent to inspection to ironic-inspector"
msgstr ""
#: ironic/drivers/modules/inspector.py:203
#: ironic/drivers/modules/inspector.py:205
#, python-format
msgid "Inspection finished successfully for node %s"
msgstr ""
@ -265,7 +295,7 @@ msgid "Node %(uuid)s boot mode is set to %(boot_mode)s."
msgstr ""
#: ironic/drivers/modules/ilo/common.py:394
#: ironic/drivers/modules/irmc/deploy.py:364
#: ironic/drivers/modules/irmc/deploy.py:366
#, python-format
msgid "Setting up node %s to boot from virtual media"
msgstr ""
@ -297,29 +327,29 @@ msgid ""
"inspection completed."
msgstr ""
#: ironic/drivers/modules/ilo/management.py:255
#: ironic/drivers/modules/ilo/management.py:256
#, python-format
msgid ""
"Missing 'ilo_change_password' parameter in driver_info. Clean step "
"'reset_ilo_credential' is not performed on node %s."
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:435
#: ironic/drivers/modules/irmc/deploy.py:437
#, python-format
msgid "Attached virtual cdrom successfully for node %s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:458
#: ironic/drivers/modules/irmc/deploy.py:460
#, python-format
msgid "Detached virtual cdrom successfully for node %s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:491
#: ironic/drivers/modules/irmc/deploy.py:493
#, python-format
msgid "Attached virtual floppy successfully for node %s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:514
#: ironic/drivers/modules/irmc/deploy.py:516
#, python-format
msgid "Detached virtual floppy successfully for node %s"
msgstr ""

View File

@ -6,16 +6,16 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2015.2.0.dev379\n"
"Project-Id-Version: ironic 2015.2.0.dev476\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Generated-By: Babel 2.0\n"
#: ironic/common/disk_partitioner.py:133
#, python-format
@ -51,86 +51,98 @@ msgid ""
"object is not a string: %s,"
msgstr ""
#: ironic/conductor/manager.py:280
#: ironic/conductor/manager.py:281
#, python-format
msgid ""
"A conductor with hostname %(hostname)s was previously registered. "
"Updating registration"
msgstr ""
#: ironic/conductor/manager.py:368
#: ironic/conductor/manager.py:369
msgid "Conductor could not connect to database while heartbeating."
msgstr ""
#: ironic/conductor/manager.py:1189
#: ironic/conductor/manager.py:912
msgid ""
"Returning CLEANING for asynchronous prepare cleaning has been deprecated."
" Please use CLEANWAIT instead."
msgstr ""
#: ironic/conductor/manager.py:980
msgid ""
"Returning CLEANING for asynchronous clean steps has been deprecated. "
"Please use CLEANWAIT instead."
msgstr ""
#: ironic/conductor/manager.py:1219
#, python-format
msgid ""
"During checking for deploying state, node %s was not found and presumed "
"deleted by another process. Skipping."
msgstr ""
#: ironic/conductor/manager.py:1194
#: ironic/conductor/manager.py:1224
#, python-format
msgid ""
"During checking for deploying state, when releasing the lock of the node "
"%s, it was locked by another process. Skipping."
msgstr ""
#: ironic/conductor/manager.py:1200
#: ironic/conductor/manager.py:1230
#, python-format
msgid ""
"During checking for deploying state, when releasing the lock of the node "
"%s, it was already unlocked."
msgstr ""
#: ironic/conductor/manager.py:1569
#: ironic/conductor/manager.py:1595
#, python-format
msgid ""
"No VIF found for instance %(instance)s port %(port)s when attempting to "
"update port MAC address."
msgstr ""
#: ironic/conductor/manager.py:1625
#: ironic/conductor/manager.py:1651
#, python-format
msgid ""
"get_sensors_data is not implemented for driver %(driver)s, node_uuid is "
"%(node)s"
msgstr ""
#: ironic/conductor/manager.py:1630
#: ironic/conductor/manager.py:1656
#, python-format
msgid ""
"During get_sensors_data, could not parse sensor data for node %(node)s. "
"Error: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:1635
#: ironic/conductor/manager.py:1661
#, python-format
msgid ""
"During get_sensors_data, could not get sensor data for node %(node)s. "
"Error: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:1640
#: ironic/conductor/manager.py:1666
#, python-format
msgid ""
"During send_sensor_data, node %(node)s was not found and presumed deleted"
" by another process."
msgstr ""
#: ironic/conductor/manager.py:1645
#: ironic/conductor/manager.py:1671
#, python-format
msgid "Failed to get sensor data for node %(node)s. Error: %(error)s"
msgstr ""
#: ironic/conductor/manager.py:1931
#: ironic/conductor/manager.py:1957
#, python-format
msgid ""
"No free conductor workers available to perform an action on node "
"%(node)s, setting node's power state back to %(power_state)s."
msgstr ""
#: ironic/conductor/manager.py:1959
#: ironic/conductor/manager.py:1985
#, python-format
msgid ""
"No free conductor workers available to perform an action on node "
@ -138,43 +150,43 @@ msgid ""
"target_provision_state to %(tgt_prov_state)s."
msgstr ""
#: ironic/conductor/manager.py:2028
#: ironic/conductor/manager.py:2054
#, python-format
msgid "Error while uploading the configdrive for %(node)s to Swift"
msgstr ""
#: ironic/conductor/manager.py:2039
#: ironic/conductor/manager.py:2065
#, python-format
msgid "Error while preparing to deploy to node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:2049
#: ironic/conductor/manager.py:2075
#, python-format
msgid "Error in deploy of node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:2140
#: ironic/conductor/manager.py:2169
#, python-format
msgid ""
"During sync_power_state, could not get power state for node %(node)s, "
"attempt %(attempt)s of %(retries)s. Error: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:2168
#: ironic/conductor/manager.py:2208
#, python-format
msgid ""
"During sync_power_state, node %(node)s state '%(actual)s' does not match "
"expected state. Changing hardware state to '%(state)s'."
msgstr ""
#: ironic/conductor/manager.py:2186
#: ironic/conductor/manager.py:2226
#, python-format
msgid ""
"During sync_power_state, node %(node)s state does not match expected "
"state '%(state)s'. Updating recorded state to '%(actual)s'."
msgstr ""
#: ironic/conductor/task_manager.py:393
#: ironic/conductor/task_manager.py:399
#, python-format
msgid "Task's on_error hook failed to call %(method)s on node %(node)s"
msgstr ""
@ -220,17 +232,17 @@ msgstr ""
msgid "Ignoring malformed capability '%s'. Format should be 'key:val'."
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:390
#: ironic/drivers/modules/agent_base_vendor.py:407
#, python-format
msgid "Malformed MAC: %s"
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:433
#: ironic/drivers/modules/agent_base_vendor.py:450
#, python-format
msgid "MAC address %s not found in database"
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:498
#: ironic/drivers/modules/agent_base_vendor.py:515
#, python-format
msgid ""
"Failed to soft power off node %(node_uuid)s in at least %(timeout)d "
@ -249,7 +261,7 @@ msgstr ""
msgid "No console pid found for node %s while trying to stop shellinabox console."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:1014
#: ironic/drivers/modules/deploy_utils.py:1039
#, python-format
msgid ""
"ipmitool is unable to set boot device while the node %s is in UEFI boot "
@ -342,23 +354,45 @@ msgid ""
"%(cmd)s\". Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/pxe.py:451
#: ironic/drivers/modules/iscsi_deploy.py:794
#: ironic/drivers/modules/iscsi_deploy.py:816
#: ironic/drivers/modules/ilo/deploy.py:874
#: ironic/drivers/modules/ilo/deploy.py:904
#: ironic/drivers/modules/irmc/deploy.py:799
#: ironic/drivers/modules/irmc/deploy.py:829
#, python-format
msgid ""
"The node %s is using the bash deploy ramdisk for its deployment. This "
"deploy ramdisk has been deprecated. Please use the ironic-python-agent "
"(IPA) ramdisk instead."
msgstr ""
#: ironic/drivers/modules/pxe.py:476
#, python-format
msgid ""
"Could not get deploy image info to clean up images for node %(node)s: "
"%(err)s"
msgstr ""
#: ironic/drivers/modules/pxe.py:515
#, python-format
msgid ""
"The UUID for the root partition can't be found, unable to switch the pxe "
"config from deployment mode to service (boot) mode for node %(node)s"
msgstr ""
#: ironic/drivers/modules/pxe.py:457
#: ironic/drivers/modules/pxe.py:520
#, python-format
msgid ""
"The disk id for the whole disk image can't be found, unable to switch the"
" pxe config from deployment mode to service (boot) mode for node %(node)s"
msgstr ""
#: ironic/drivers/modules/pxe.py:482
#: ironic/drivers/modules/pxe.py:554
#, python-format
msgid "Could not get image info to clean up images for node %(node)s: %(err)s"
msgid ""
"Could not get instance image info to clean up images for node %(node)s: "
"%(err)s"
msgstr ""
#: ironic/drivers/modules/seamicro.py:233
@ -381,14 +415,14 @@ msgstr ""
msgid "SNMP PDU %(addr)s outlet %(outlet)s: unrecognised power state %(state)s."
msgstr ""
#: ironic/drivers/modules/snmp.py:503
#: ironic/drivers/modules/snmp.py:529
#, python-format
msgid ""
"Eaton Power SNMP PDU %(addr)s outlet %(outlet)s: unrecognised power state"
" %(state)s."
msgstr ""
#: ironic/drivers/modules/ssh.py:699
#: ironic/drivers/modules/ssh.py:701
#, python-format
msgid ""
"Failed to get boot device for node %(node)s, virt_type %(vtype)s does not"
@ -427,8 +461,7 @@ msgid ""
"%(response_code)s. Retry attempt %(count)d"
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:464
#: ironic/drivers/modules/ilo/deploy.py:543
#: ironic/drivers/modules/ilo/deploy.py:385
#, python-format
msgid "Secure boot mode is not supported for node %s"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,16 +8,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Ironic\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: 2015-02-13 17:11+0000\n"
"Last-Translator: Masaharu Miyamoto <masmiyam@yahoo-corp.jp>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/ironic/language/"
"Language-Team: Japanese (http://www.transifex.com/openstack/ironic/language/"
"ja/)\n"
"Language: ja\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"
"Generated-By: Babel 2.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
msgid "Failed to start keepalive"

View File

@ -8,16 +8,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Ironic\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: 2014-10-08 04:00+0000\n"
"Last-Translator: Mario Cho <hephaex@gmail.com>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/ironic/"
"Language-Team: Korean (Korea) (http://www.transifex.com/openstack/ironic/"
"language/ko_KR/)\n"
"Language: ko_KR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Generated-By: Babel 2.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
msgid "Failed to start keepalive"

View File

@ -8,16 +8,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Ironic\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"POT-Creation-Date: 2015-08-11 06:21+0000\n"
"PO-Revision-Date: 2015-03-30 09:01+0000\n"
"Last-Translator: Lucas Alvares Gomes <lucasagomes@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/openstack/"
"ironic/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"
"Generated-By: Babel 2.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgid "Failed to start keepalive"