Imported Translations from Transifex

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

Change-Id: I58db0476c810aa901463b07c42182eef0adb5114
This commit is contained in:
OpenStack Proposal Bot
2014-10-22 06:20:15 +00:00
parent 8de6ad46f1
commit 2abdf98e80
17 changed files with 2255 additions and 1362 deletions

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/" "Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
"de/)\n" "de/)\n"
@@ -26,6 +26,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "Sicherheitsgruppenerweiterung wurde inaktiviert."
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "Vorbereiten von Filtern für Geräte %s"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "Sicherheitsgruppenregel aktualisiert %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "Sicherheitsgruppenmitglied aktualisiert %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "Provider-Regel aktualisiert"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "Gerätefilter für %r entfernen"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "Firewallregeln aktualisieren"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -35,7 +82,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -60,6 +107,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Sperrpfad erzeugt: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Löschen der Datei %(file)s fehlgeschlagen"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -71,55 +133,55 @@ msgstr ""
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Überspringe periodische Aufgabe %(task)s weil sie deaktiviert ist" msgstr "Überspringe periodische Aufgabe %(task)s weil sie deaktiviert ist"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s abgefangen. Vorgang wird beendet" msgstr "%s abgefangen. Vorgang wird beendet"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "" msgstr ""
"Übergeordneter Prozess wurde unerwartet abgebrochen. Vorgang wird beendet" "Übergeordneter Prozess wurde unerwartet abgebrochen. Vorgang wird beendet"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "Untergeordnetes Element %s abgefangen; Vorgang wird beendet" msgstr "Untergeordnetes Element %s abgefangen; Vorgang wird beendet"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Verzweigung zu schnell; im Ruhemodus" msgstr "Verzweigung zu schnell; im Ruhemodus"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Untergeordnetes Element %d gestartet" msgstr "Untergeordnetes Element %d gestartet"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Starten von %d Workers" msgstr "Starten von %d Workers"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Untergeordnetes Element %(pid)d durch Signal %(sig)d abgebrochen" msgstr "Untergeordnetes Element %(pid)d durch Signal %(sig)d abgebrochen"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Untergeordnete %(pid)s mit Status %(code)d beendet" msgstr "Untergeordnete %(pid)s mit Status %(code)d beendet"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "%s abgefangen, untergeordnete Elemente werden gestoppt" msgstr "%s abgefangen, untergeordnete Elemente werden gestoppt"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Warten aufgerufen nach dem der Thread abgebrochen wurde. Bereinige." msgstr "Warten aufgerufen nach dem der Thread abgebrochen wurde. Bereinige."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "Warten auf Beenden von %d untergeordneten Elementen" msgstr "Warten auf Beenden von %d untergeordneten Elementen"
@@ -160,60 +222,49 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "Agent erfolgreich initialisiert, läuft jetzt... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr ""
"Zuweisung von %(vlan_id)s als lokale VLAN-Adresse für net-id=%(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "Zurückfordern von vlan = %(vlan_id)s von net-id = %(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "'port_unbound()' 'net_uuid' %s nicht in 'local_vlan_map'"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr ""
"Zuordnung von physischem Netz %(physical_network)s zu Brücke %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -225,7 +276,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "Port %(device)s aktualisiert. Details: %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -235,17 +286,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "Zusatzeinheit %s entfernt"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "Agententunnel nicht synchron mit Plug-in!"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/" "Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
"neutron/language/en_AU/)\n" "neutron/language/en_AU/)\n"
@@ -25,6 +25,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -34,7 +81,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +106,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +131,54 @@ msgstr "Skipping periodic task %(task)s because its interval is negative"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Skipping periodic task %(task)s because it is disabled" msgstr "Skipping periodic task %(task)s because it is disabled"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "Caught %s, exiting" msgstr "Caught %s, exiting"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting" msgstr "Parent process has died unexpectedly, exiting"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping" msgstr "Forking too fast, sleeping"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Started child %d" msgstr "Started child %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Starting %d workers" msgstr "Starting %d workers"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d" msgstr "Child %(pid)d killed by signal %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d" msgstr "Child %(pid)s exited with status %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children" msgstr "Caught %s, stopping children"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit" msgstr "Waiting on %d children to exit"
@@ -157,33 +219,20 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
@@ -238,11 +287,47 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"neutron/language/en_GB/)\n" "neutron/language/en_GB/)\n"
@@ -27,6 +27,53 @@ msgid ""
msgstr "" msgstr ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -36,7 +83,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -61,6 +108,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Failed to remove file %(file)s"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -71,54 +133,54 @@ msgstr "Skipping periodic task %(task)s because its interval is negative"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Skipping periodic task %(task)s because it is disabled" msgstr "Skipping periodic task %(task)s because it is disabled"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "Caught %s, exiting" msgstr "Caught %s, exiting"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting" msgstr "Parent process has died unexpectedly, exiting"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "Child caught %s, exiting" msgstr "Child caught %s, exiting"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping" msgstr "Forking too fast, sleeping"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Started child %d" msgstr "Started child %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Starting %d workers" msgstr "Starting %d workers"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d" msgstr "Child %(pid)d killed by signal %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d" msgstr "Child %(pid)s exited with status %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children" msgstr "Caught %s, stopping children"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Wait called after thread killed. Cleaning up." msgstr "Wait called after thread killed. Cleaning up."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit" msgstr "Waiting on %d children to exit"
@@ -159,33 +221,20 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
@@ -240,11 +289,47 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n" "PO-Revision-Date: 2014-10-21 11:04+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/" "Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
"es/)\n" "es/)\n"
@@ -25,6 +25,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "La extensión security-group se ha inhabilitado."
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "Preparando filtros para dispositivos %s"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "Se ha actualizado la regla de grupo de seguridad %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "Se ha actualizado el miembro de grupo de seguridad %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "Se ha actualizado regla de proveedor"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "Eliminar filtro de dispositivo para %r"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "Renovar reglas de cortafuegos"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -34,7 +81,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +106,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Candado creado ruta: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "No se ha podido eliminar el archivo %(file)s"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +131,54 @@ msgstr "Omitiendo la tarea periódica %(task)s porque el intervalo es negativo"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Omitiendo la tarea periódica %(task)s porque está inhabilitada" msgstr "Omitiendo la tarea periódica %(task)s porque está inhabilitada"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "Se ha captado %s, saliendo" msgstr "Se ha captado %s, saliendo"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "El proceso padre se ha detenido inesperadamente, saliendo" msgstr "El proceso padre se ha detenido inesperadamente, saliendo"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr "Hijo captado %s, saliendo"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Bifurcación demasiado rápida, en reposo" msgstr "Bifurcación demasiado rápida, en reposo"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Se ha iniciado el hijo %d" msgstr "Se ha iniciado el hijo %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Iniciando %d trabajadores" msgstr "Iniciando %d trabajadores"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Hijo %(pid)d matado por señal %(sig)d" msgstr "Hijo %(pid)d matado por señal %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "El hijo %(pid)s ha salido con el estado %(code)d" msgstr "El hijo %(pid)s ha salido con el estado %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "Se ha captado %s, deteniendo hijos" msgstr "Se ha captado %s, deteniendo hijos"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "En espera de %d hijos para salir" msgstr "En espera de %d hijos para salir"
@@ -147,7 +209,7 @@ msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!" msgid "Agent out of sync with plugin!"
msgstr "" msgstr "El agente está fuera de sincronización con el plug-in."
#: neutron/plugins/nuage/syncmanager.py:46 #: neutron/plugins/nuage/syncmanager.py:46
msgid "Starting the sync between Neutron and VSD" msgid "Starting the sync between Neutron and VSD"
@@ -157,33 +219,20 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
@@ -191,26 +240,28 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr ""
"El agente se ha inicializado satisfactoriamente, ahora se está ejecutando... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr "Asignando %(vlan_id)s como vlan local para net-id=%(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "Reclamando vlan = %(vlan_id)s de net-id = %(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s no está en local_vlan_map"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr ""
"Correlacionando la red física %(physical_network)s con el puente %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -222,7 +273,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "Se ha actualizado el puerto %(device)s. Detalles: %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -232,17 +283,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "Se ha eliminado el adjunto %s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "Túnel de agente fuera de sincronización con el plug-in. "
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -3,12 +3,13 @@
# This file is distributed under the same license as the neutron project. # This file is distributed under the same license as the neutron project.
# #
# Translators: # Translators:
# Maxime COQUEREL <max.coquerel@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-12 21:40+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/" "Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
"fr/)\n" "fr/)\n"
@@ -25,6 +26,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "Extension du groupe de sécurité désactivée."
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "Préparation des filtres pour les unités %s"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "Règle de groupe de sécurité mise à jour %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "Membre de groupe de sécurité mis à jour %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "Règle de fournisseur mise à jour"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "Suppression du filtre d'unités pour %r"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "Régénération des règles de pare-feu"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -32,9 +80,9 @@ msgstr ""
#: neutron/common/ipv6_utils.py:62 #: neutron/common/ipv6_utils.py:62
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr "IPv6 n'est pas activé sur le système."
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +107,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Chemin de verrou créé: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Echec de la suppression du fichier %(file)s"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +132,54 @@ msgstr "Tâche périodique %(task)s ignorée car son intervalle est négatif"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Tâche périodique %(task)s car elle est désactivée" msgstr "Tâche périodique %(task)s car elle est désactivée"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s interceptée, sortie" msgstr "%s interceptée, sortie"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Processus parent arrêté de manière inattendue, sortie" msgstr "Processus parent arrêté de manière inattendue, sortie"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr "L'enfant a reçu %s, sortie"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Bifurcation trop rapide, pause" msgstr "Bifurcation trop rapide, pause"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Enfant démarré %d" msgstr "Enfant démarré %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Démarrage des travailleurs %d" msgstr "Démarrage des travailleurs %d"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Enfant %(pid)d arrêté par le signal %(sig)d" msgstr "Enfant %(pid)d arrêté par le signal %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Processus fils %(pid)s terminé avec le status %(code)d" msgstr "Processus fils %(pid)s terminé avec le status %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "%s interceptée, arrêt de l'enfant" msgstr "%s interceptée, arrêt de l'enfant"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Pause demandée après suppression de thread. Nettoyage." msgstr "Pause demandée après suppression de thread. Nettoyage."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "En attente %d enfants pour sortie" msgstr "En attente %d enfants pour sortie"
@@ -128,11 +191,11 @@ msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78 #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
msgid "APIC service agent starting ..." msgid "APIC service agent starting ..."
msgstr "" msgstr "Démarrage du service de l'agent APIC"
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95 #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
msgid "APIC service agent started" msgid "APIC service agent started"
msgstr "" msgstr "service de l'agent APIC démarré"
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:189 #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:189
#, python-format #, python-format
@@ -157,60 +220,51 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr "Pont inconnu %(dpid)s ours %(ours)s"
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr "réseau inconnu %s "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "Agent initialisé avec succès, en cours d'exécution... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr ""
"Affectation de %(vlan_id)s comme réseau local virtuel pour net-id = "
"%(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr ""
"Récupération du réseau local virtuel = %(vlan_id)s à partir de net-id = "
"%(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s absent de local_vlan_map"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr "Mappage du réseau physique %(physical_network)s sur le pont %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -222,26 +276,63 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "Port %(device)s mis à jour. Détails : %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
msgid "Configuration for device %s completed." msgid "Configuration for device %s completed."
msgstr "" msgstr "Configuration complète de l'équipement %s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "Connexion %s retirée"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "Tunnel d'agent désynchronisé avec le plug-in !"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr "ECHEC: Création de la connexion site à site IPsec %s"
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr "SUCCES: Création de la connexion site à site IPsec %s"
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
"Analyse des fichiers de configuration %s pour la configuration du Cisco CSR"
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
@@ -251,4 +342,4 @@ msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:75 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:75
#, python-format #, python-format
msgid "_handle_request called: %s" msgid "_handle_request called: %s"
msgstr "" msgstr "_handle_request called: %s"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/" "Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
"it/)\n" "it/)\n"
@@ -26,6 +26,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "Estensione di security-group disabilitata."
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "Preparazione filtri per i dispositivi %s"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "Regola gruppo di sicurezza aggiornata %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "Membro gruppo di sicurezza aggiornato %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "Provider regola aggiornato"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "Rimuovi filtro dispositivo per %r"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "Aggiorna regole firewall"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -35,7 +82,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -60,6 +107,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Preato percorso di blocco : %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Tentativo fallito nella rimozione di %(file)s"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -71,54 +133,54 @@ msgstr ""
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Abbadono dell'attività periodica %(task)s perché è disabilitata" msgstr "Abbadono dell'attività periodica %(task)s perché è disabilitata"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "Rilevato %s, esistente" msgstr "Rilevato %s, esistente"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Il processo principale è stato interrotto inaspettatamente, uscire" msgstr "Il processo principale è stato interrotto inaspettatamente, uscire"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "Cogliere Child %s, uscendo" msgstr "Cogliere Child %s, uscendo"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Sblocco troppo veloce, attendere" msgstr "Sblocco troppo veloce, attendere"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Child avviato %d" msgstr "Child avviato %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Avvio %d operatori" msgstr "Avvio %d operatori"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d interrotto dal segnale %(sig)d" msgstr "Child %(pid)d interrotto dal segnale %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s terminato con stato %(code)d" msgstr "Child %(pid)s terminato con stato %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "Intercettato %s, arresto in corso dei children" msgstr "Intercettato %s, arresto in corso dei children"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Attendere la chiamata dopo l'uccisione de filo. Bonifica." msgstr "Attendere la chiamata dopo l'uccisione de filo. Bonifica."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "In attesa %d degli elementi secondari per uscire" msgstr "In attesa %d degli elementi secondari per uscire"
@@ -159,60 +221,47 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "Agent inizializzato correttamente, ora in esecuzione... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr "Assegnazione %(vlan_id)s come vlan locale per net-id=%(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "Recupero vlan = %(vlan_id)s da net-id = %(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s non in local_vlan_map"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr "Associazione rete fisica %(physical_network)s al bridge %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -224,7 +273,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "Porta %(device)s aggiornata. Dettagli: %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -234,17 +283,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "Collegamento %s rimosso"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "Il tunnel agent non è sincronizzato con il plugin!"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -3,12 +3,13 @@
# This file is distributed under the same license as the neutron project. # This file is distributed under the same license as the neutron project.
# #
# Translators: # Translators:
# Kuo(Kyohei MORIYAMA) <>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n" "PO-Revision-Date: 2014-10-21 11:04+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/" "Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
"language/ja/)\n" "language/ja/)\n"
@@ -25,6 +26,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "security-group 拡張を無効にしました。"
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "デバイス %s のフィルターを準備中"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "セキュリティー・グループ・ルールが %r を更新しました"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "セキュリティー・グループ・メンバーが %r を更新しました"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "プロバイダー・ルールが更新されました"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "%r のデバイス・フィルターを削除"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "ファイアウォール・ルールの最新表示"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -32,9 +80,9 @@ msgstr ""
#: neutron/common/ipv6_utils.py:62 #: neutron/common/ipv6_utils.py:62
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr " このシステムでは、 IP6が有効ではありません。"
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +107,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoorは、プロセス%(pid)dの%(port)sをリスニングしています。"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "作成されたロックのパス: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "%(file)sの削除に失敗しました"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +132,54 @@ msgstr "タスクの間隔が負であるため、定期タスク %(task)s を
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "タスクが使用不可であるため、定期タスク %(task)s をスキップしています" msgstr "タスクが使用不可であるため、定期タスク %(task)s をスキップしています"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s が見つかりました。終了しています" msgstr "%s が見つかりました。終了しています"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "親プロセスが予期せずに停止しました。終了しています" msgstr "親プロセスが予期せずに停止しました。終了しています"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "fork が早すぎます。スリープ状態にしています" msgstr "fork が早すぎます。スリープ状態にしています"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "子 %d を開始しました" msgstr "子 %d を開始しました"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "%d ワーカーを開始しています" msgstr "%d ワーカーを開始しています"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "子 %(pid)d がシグナル %(sig)d によって強制終了されました" msgstr "子 %(pid)d がシグナル %(sig)d によって強制終了されました"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "子 %(pid)s が状況 %(code)d で終了しました" msgstr "子 %(pid)s が状況 %(code)d で終了しました"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "%s が見つかりました。子を停止しています" msgstr "%s が見つかりました。子を停止しています"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "%d 個の子で終了を待機しています" msgstr "%d 個の子で終了を待機しています"
@@ -147,7 +210,7 @@ msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!" msgid "Agent out of sync with plugin!"
msgstr "" msgstr "エージェントがプラグインと非同期です。"
#: neutron/plugins/nuage/syncmanager.py:46 #: neutron/plugins/nuage/syncmanager.py:46
msgid "Starting the sync between Neutron and VSD" msgid "Starting the sync between Neutron and VSD"
@@ -157,60 +220,50 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "エージェントが正常に初期化されました。現在実行中です... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr ""
"%(vlan_id)s を net-id=%(net_uuid)s のローカル VLAN として割り当てています"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "VLAN = %(vlan_id)s を net-id = %(net_uuid)s から再利用中"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s が local_vlan_map にありません"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr ""
"物理ネットワーク %(physical_network)s をブリッジ %(bridge)s にマップしていま"
"す"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -222,7 +275,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "ポート %(device)s が更新されました。詳細: %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -232,17 +285,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "接続機構 %s が削除されました"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "エージェント・トンネルがプラグインと非同期です"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
"language/ko_KR/)\n" "language/ko_KR/)\n"
@@ -25,6 +25,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "보안 그룹 확장을 사용하지 않습니다. "
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "%s 디바이스에 대한 필터 준비"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "보안 그룹 규칙이 %r을(를) 업데이트함"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "보안 그룹 멤버가 %r을(를) 업데이트함"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "제공자 규칙이 업데이트됨"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "%r의 디바이스 필터 제거"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "방화벽 규칙 새로 고치기"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -34,7 +81,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +106,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet 백도어는 프로세스 %(pid)d 일 동안 %(port)s에서 수신"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "생성된 lock path: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "%(file)s 화일 제거 실패."
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +131,54 @@ msgstr "간격이 음수이기 때문에 주기적 태스크 %(task)s을(를)
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "사용 안하기 때문에 주기적 태스크 %(task)s을(를) 건너뜀" msgstr "사용 안하기 때문에 주기적 태스크 %(task)s을(를) 건너뜀"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s 발견, 종료 중" msgstr "%s 발견, 종료 중"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "상위 프로세스가 예기치 않게 정지했습니다. 종료 중" msgstr "상위 프로세스가 예기치 않게 정지했습니다. 종료 중"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr "자식으로 된 %s가 존재함."
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "포크가 너무 빠름. 정지 중" msgstr "포크가 너무 빠름. 정지 중"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "%d 하위를 시작했음" msgstr "%d 하위를 시작했음"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "%d 작업자 시작 중" msgstr "%d 작업자 시작 중"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "%(pid)d 하위가 %(sig)d 신호에 의해 강제 종료됨" msgstr "%(pid)d 하위가 %(sig)d 신호에 의해 강제 종료됨"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "%(pid)s 하위가 %(code)d 상태와 함께 종료했음" msgstr "%(pid)s 하위가 %(code)d 상태와 함께 종료했음"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "%s 발견, 하위 중지 중" msgstr "%s 발견, 하위 중지 중"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr "쓰레드가 죽기를 기다려서, 지웁니다. "
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "%d 하위에서 종료하기를 대기 중임" msgstr "%d 하위에서 종료하기를 대기 중임"
@@ -147,7 +209,7 @@ msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!" msgid "Agent out of sync with plugin!"
msgstr "" msgstr "에이전트가 플러그인과 동기화되지 않았습니다!"
#: neutron/plugins/nuage/syncmanager.py:46 #: neutron/plugins/nuage/syncmanager.py:46
msgid "Starting the sync between Neutron and VSD" msgid "Starting the sync between Neutron and VSD"
@@ -157,60 +219,47 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "에이전트가 초기화되었으며, 지금 실행 중... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr "%(vlan_id)s을(를) net-id=%(net_uuid)s에 대한 로컬 vlan으로 지정 중"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "net-id = %(net_uuid)s에서 vlan = %(vlan_id)s 재확보 중"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s이(가) local_vlan_map에 있지 않음"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr "실제 네트워크 %(physical_network)s을(를) 브릿지 %(bridge)s에 맵핑 중"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -222,7 +271,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "%(device)s 포트가 업데이트되었습니다. 세부사항: %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -232,17 +281,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "첨부 %s이(가) 제거됨"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "에이전트 터널이 플러그인과 동기화되지 않았습니다!"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: neutron 2015.1.dev60.gc38f68c\n" "Project-Id-Version: neutron 2015.1.dev166.gf1384cc\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-10 06:42+0000\n" "POT-Creation-Date: 2014-10-22 06:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
msgid "Policy check error while calling %s!" msgid "Policy check error while calling %s!"
msgstr "" msgstr ""
#: neutron/agent/l3_agent.py:1844 #: neutron/agent/l3_agent.py:1852
#, python-format #, python-format
msgid "Removing incompatible router '%s'" msgid "Removing incompatible router '%s'"
msgstr "" msgstr ""
@@ -71,6 +71,15 @@ msgid ""
"disable nova notifications or install python-novaclient." "disable nova notifications or install python-novaclient."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:141
#, python-format
msgid "Failed to reschedule router %s"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:146
msgid "Exception encountered during router rescheduling."
msgstr ""
#: neutron/openstack/common/excutils.py:76 #: neutron/openstack/common/excutils.py:76
#, python-format #, python-format
msgid "Original exception being dropped: %s" msgid "Original exception being dropped: %s"
@@ -81,16 +90,25 @@ msgstr ""
msgid "Unexpected exception occurred %d time(s)... retrying." msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "" msgstr ""
#: neutron/openstack/common/lockutils.py:117
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr ""
#: neutron/openstack/common/loopingcall.py:95
msgid "in fixed duration looping call"
msgstr ""
#: neutron/openstack/common/loopingcall.py:138
msgid "in dynamic looping call"
msgstr ""
#: neutron/openstack/common/periodic_task.py:202 #: neutron/openstack/common/periodic_task.py:202
#, python-format #, python-format
msgid "Error during %(full_task_name)s: %(e)s" msgid "Error during %(full_task_name)s: %(e)s"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:188 #: neutron/openstack/common/service.py:269
msgid "Exception during rpc cleanup."
msgstr ""
#: neutron/openstack/common/service.py:277
msgid "Unhandled exception" msgid "Unhandled exception"
msgstr "" msgstr ""
@@ -213,7 +231,7 @@ msgstr ""
msgid "Error while processing VIF ports" msgid "Error while processing VIF ports"
msgstr "" msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2099 #: neutron/plugins/vmware/plugins/base.py:2098
#, python-format #, python-format
msgid "" msgid ""
"Rolling back database changes for gateway device %s because of an error " "Rolling back database changes for gateway device %s because of an error "
@@ -225,52 +243,103 @@ msgstr ""
msgid "Not enough candidates, a HA router needs at least %s agents" msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62 #: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:123
#, python-format
msgid "%(method)s: Unable to connect to CSR(%(host)s)"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:128
#, python-format
msgid "%(method)s: Unexpected error for CSR (%(host)s): %(error)s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:158
#, python-format
msgid "Failed authentication with CSR %(host)s [%(status)s]"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:193
#, python-format
msgid "%(method)s: Request timeout for CSR(%(host)s)"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:621
#, python-format
msgid "Unable to create %(resource)s %(which)s: %(status)d"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:634
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:662
#, python-format
msgid "Internal error - '%s' is not defined"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:741
#, python-format
msgid "Unable to change %(tunnel)s admin state to %(state)s"
msgstr ""
#: neutron/services/vpn/device_drivers/ipsec.py:248
#, python-format
msgid "Failed to enable vpn process on router %s"
msgstr ""
#: neutron/services/vpn/device_drivers/ipsec.py:259
#, python-format
msgid "Failed to disable vpn process on router %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:61
#, python-format #, python-format
msgid "Config file parse error: %s" msgid "Config file parse error: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:76 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:75
#, python-format #, python-format
msgid "Ignoring Cisco CSR configuration entry - router IP %s is not valid" msgid "Ignoring Cisco CSR configuration entry - router IP %s is not valid"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:89 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:88
#, python-format #, python-format
msgid "Ignoring Cisco CSR for router %(router)s - missing %(field)s setting" msgid "Ignoring Cisco CSR for router %(router)s - missing %(field)s setting"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:97 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:96
#, python-format #, python-format
msgid "Ignoring Cisco CSR for router %s - timeout is not a floating point number" msgid "Ignoring Cisco CSR for router %s - timeout is not a floating point number"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:113 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:105
#, python-format
msgid "Ignoring Cisco CSR for subnet %s - REST management is not an IP address"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:112
#, python-format #, python-format
msgid "Ignoring Cisco CSR for router %s - local tunnel is not an IP address" msgid "Ignoring Cisco CSR for router %s - local tunnel is not an IP address"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:119 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:118
#, python-format #, python-format
msgid "Malformed interface name for Cisco CSR router entry - %s" msgid "Malformed interface name for Cisco CSR router entry - %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:155 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:154
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:202 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:201
msgid "No routers found in INI file!" msgid "No routers found in INI file!"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:174 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:173
#, python-format #, python-format
msgid "Unable to lookup router ID based on router's public IP (%s) in INI file" msgid "Unable to lookup router ID based on router's public IP (%s) in INI file"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:177 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:176
#, python-format #, python-format
msgid "No matching routers on host %s" msgid "No matching routers on host %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:211 #: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:210
#, python-format #, python-format
msgid "Unable to find host for router %s" msgid "Unable to find host for router %s"
msgstr "" msgstr ""

View File

@@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: neutron 2015.1.dev36.g63e2efb\n" "Project-Id-Version: neutron 2015.1.dev166.gf1384cc\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,6 +24,53 @@ msgid ""
"policy:%(old_policy)s" "policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -33,7 +80,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router " "Skipping period L3 agent status check because automatic router "
"rescheduling is disabled." "rescheduling is disabled."
@@ -58,6 +105,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -68,54 +130,54 @@ msgstr ""
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "" msgstr ""
@@ -156,33 +218,20 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
@@ -237,11 +286,47 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: neutron 2015.1.dev36.g63e2efb\n" "Project-Id-Version: neutron 2015.1.dev166.gf1384cc\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s" msgid "Unable to find data type descriptor for attribute %s"
msgstr "" msgstr ""
#: neutron/agent/l3_agent.py:545 #: neutron/agent/l3_agent.py:541
#, python-format #, python-format
msgid "" msgid ""
"l3-agent cannot check service plugins enabled at the neutron server when " "l3-agent cannot check service plugins enabled at the neutron server when "
@@ -38,14 +38,14 @@ msgid ""
"warning. Detail message: %s" "warning. Detail message: %s"
msgstr "" msgstr ""
#: neutron/agent/l3_agent.py:557 #: neutron/agent/l3_agent.py:553
#, python-format #, python-format
msgid "" msgid ""
"l3-agent cannot check service plugins enabled on the neutron server. " "l3-agent cannot check service plugins enabled on the neutron server. "
"Retrying. Detail message: %s" "Retrying. Detail message: %s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:183 #: neutron/agent/securitygroups_rpc.py:186
msgid "" msgid ""
"security_group_info_for_devices rpc call not supported by the server, " "security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse." "falling back to old security_group_rules_for_devices which scales worse."
@@ -67,26 +67,36 @@ msgstr ""
msgid "Unable to parse interface details. Exception: %s" msgid "Unable to parse interface details. Exception: %s"
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:105 #: neutron/db/l3_agentschedulers_db.py:106
msgid "" msgid ""
"Time since last L3 agent reschedule check has exceeded the interval " "Time since last L3 agent reschedule check has exceeded the interval "
"between checks. Waiting before check to allow agents to send a heartbeat " "between checks. Waiting before check to allow agents to send a heartbeat "
"in case there was a clock adjustment." "in case there was a clock adjustment."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:127 #: neutron/db/l3_agentschedulers_db.py:128
#, python-format #, python-format
msgid "" msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did" "Rescheduling router %(router)s from agent %(agent)s because the agent did"
" not report to the server in the last %(dead_time)s seconds." " not report to the server in the last %(dead_time)s seconds."
msgstr "" msgstr ""
#: neutron/db/l3_hamode_db.py:405 #: neutron/db/l3_hamode_db.py:406
#, python-format #, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s" msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:364 #: neutron/db/vpn/vpn_db.py:660
#, python-format
msgid "vpnservice %s in db is already deleted"
msgstr ""
#: neutron/openstack/common/loopingcall.py:87
#, python-format
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
msgstr ""
#: neutron/openstack/common/service.py:356
#, python-format #, python-format
msgid "pid %d not in child list" msgid "pid %d not in child list"
msgstr "" msgstr ""
@@ -178,3 +188,18 @@ msgstr ""
msgid "Device %s not defined on plugin" msgid "Device %s not defined on plugin"
msgstr "" msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:114
#, python-format
msgid "%(method)s: Request timeout%(ssl)s (%(timeout).3f sec) for CSR(%(host)s)"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:647
#, python-format
msgid "Unable to delete %(resource)s %(which)s: %(status)d"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:729
#, python-format
msgid "Unable to find connection %s"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-12 21:40+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"neutron/language/pt_BR/)\n" "neutron/language/pt_BR/)\n"
@@ -27,6 +27,53 @@ msgstr ""
"Inserindo política: %(new_policy)s no lugar de política deprecada: " "Inserindo política: %(new_policy)s no lugar de política deprecada: "
"%(old_policy)s" "%(old_policy)s"
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "Extensão de grupo de segurança desativada."
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "Preparando filtros para dispositivos %s"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "Regra do grupo de segurança atualizada %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "Membro do grupo de segurança atualizado %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "Regra do provedor atualizada"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "Remover filtro de dispositivo para %r"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "Atualizar regras de firewall"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr "Nenhuma porta aqui para atualizar firewall"
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -36,7 +83,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -61,6 +108,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Criado caminho de lock: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -71,54 +133,54 @@ msgstr "Ignorando tarefa periódica %(task)s porque seu intervalo é negativo"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Ignorando tarefa periódica %(task)s porque ela está desativada" msgstr "Ignorando tarefa periódica %(task)s porque ela está desativada"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s capturadas, saindo" msgstr "%s capturadas, saindo"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Processo pai saiu inesperadamente, saindo" msgstr "Processo pai saiu inesperadamente, saindo"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr "Filho capturado %s, terminando"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Bifurcação muito rápida, suspendendo" msgstr "Bifurcação muito rápida, suspendendo"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Filho %d iniciado" msgstr "Filho %d iniciado"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Iniciando %d trabalhadores" msgstr "Iniciando %d trabalhadores"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "%(pid)d filho eliminado pelo sinal %(sig)d" msgstr "%(pid)d filho eliminado pelo sinal %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Filho %(pid)s encerrando com status %(code)d" msgstr "Filho %(pid)s encerrando com status %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "%s capturado, parando filhos" msgstr "%s capturado, parando filhos"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr "Espera requisitada depois que thread foi morta. Limpando."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "Aguardando em %d filhos para sair" msgstr "Aguardando em %d filhos para sair"
@@ -126,7 +188,7 @@ msgstr "Aguardando em %d filhos para sair"
#: neutron/plugins/ml2/drivers/type_tunnel.py:79 #: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format #, python-format
msgid "%(type)s ID ranges: %(range)s" msgid "%(type)s ID ranges: %(range)s"
msgstr "" msgstr "%(type)s faixas de ID: %(range)s"
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78 #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
msgid "APIC service agent starting ..." msgid "APIC service agent starting ..."
@@ -159,60 +221,47 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "Agente inicializado com êxito; em execução agora... "
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr "Designando %(vlan_id)s como vlan local para net-id=%(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "Recuperando vlan = %(vlan_id)s a partir de net-id = %(net_uuid)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s não em local_vlan_map"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr "Mapeamento de rede física %(physical_network)s para a ponte %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -224,7 +273,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "Porta %(device)s atualizada. Detalhes: %(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -234,17 +283,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "Anexo %s removido"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "Túnel do agente fora de sincronização com o plug-in!"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n" "PO-Revision-Date: 2014-10-21 10:35+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/neutron/" "Language-Team: Telugu (India) (http://www.transifex.com/projects/p/neutron/"
"language/te_IN/)\n" "language/te_IN/)\n"
@@ -26,6 +26,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "చేర్చడం విధానం:%(new_policy)s నిరాశపర్చింది విధానం స్థానంలో :%(old_policy)s" msgstr "చేర్చడం విధానం:%(new_policy)s నిరాశపర్చింది విధానం స్థానంలో :%(old_policy)s"
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -35,7 +82,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -60,6 +107,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -70,54 +132,54 @@ msgstr "దాని విరామం ప్రతికూల ఎందుక
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "అది అసాధ్యమని ఎందుకంటే ఆవర్తన పని %(task)s దాటవేయడం" msgstr "అది అసాధ్యమని ఎందుకంటే ఆవర్తన పని %(task)s దాటవేయడం"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s క్యాచ్ నిష్క్రమించే" msgstr "%s క్యాచ్ నిష్క్రమించే"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "parrent ప్రక్రియ నిష్క్రమించే, అనుకోకుండా మరణించాడు," msgstr "parrent ప్రక్రియ నిష్క్రమించే, అనుకోకుండా మరణించాడు,"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "చైల్డ్ నిష్క్రమించే,%s క్యాచ్" msgstr "చైల్డ్ నిష్క్రమించే,%s క్యాచ్"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Forking చాలా వేగంగా, పడుకుంది " msgstr "Forking చాలా వేగంగా, పడుకుంది "
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "మొదలైంది పిల్లల%d" msgstr "మొదలైంది పిల్లల%d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "%d కార్మికులు ప్రారంభిస్తోంది" msgstr "%d కార్మికులు ప్రారంభిస్తోంది"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "చైల్డ్ %(pid)d సిగ్నల్ ద్వారా హత్య %(sig)d" msgstr "చైల్డ్ %(pid)d సిగ్నల్ ద్వారా హత్య %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "చైల్డ్ %(pid)s స్థితి తో నిష్క్రమించారు %(code)d " msgstr "చైల్డ్ %(pid)s స్థితి తో నిష్క్రమించారు %(code)d "
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr " పిల్లలు ఆపటం %s దోరికిను " msgstr " పిల్లలు ఆపటం %s దోరికిను "
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "థ్రెడ్ మృతి తర్వాత అని వేచి. క్లీనింగ్ అప్." msgstr "థ్రెడ్ మృతి తర్వాత అని వేచి. క్లీనింగ్ అప్."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "%d పిల్లల వెయిటింగ్ నిష్క్రమణ" msgstr "%d పిల్లల వెయిటింగ్ నిష్క్రమణ"
@@ -158,33 +220,20 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
@@ -239,11 +288,47 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
"neutron/language/vi_VN/)\n" "neutron/language/vi_VN/)\n"
@@ -25,6 +25,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -34,7 +81,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +106,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/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"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Con đường khóa được tạo: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Không thể loại bỏ tập tin %(file)s"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +131,54 @@ msgstr ""
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "Bắt %s, thoát" msgstr "Bắt %s, thoát"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Tiến trình cha bị chết đột ngột, thoát" msgstr "Tiến trình cha bị chết đột ngột, thoát"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "Tiến trình con bắt %s, thoát" msgstr "Tiến trình con bắt %s, thoát"
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Tạo tiến trình con quá nhanh, nghỉ" msgstr "Tạo tiến trình con quá nhanh, nghỉ"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Tiến trình con đã được khởi động %d " msgstr "Tiến trình con đã được khởi động %d "
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Khởi động %d động cơ" msgstr "Khởi động %d động cơ"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" 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" msgstr "Tiến trình con %(pid)d bị huỷ bởi tín hiệu %(sig)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" 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" msgstr "Tiến trình con %(pid)s đã thiaast với trạng thái %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "Bắt %s, đang dừng tiến trình con" msgstr "Bắt %s, đang dừng tiến trình con"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Chờ đợi được gọi sau khi luồng bị huỷ. Làm sạch." msgstr "Chờ đợi được gọi sau khi luồng bị huỷ. Làm sạch."
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "Chờ đợi %d tiến trình con để thoát " msgstr "Chờ đợi %d tiến trình con để thoát "
@@ -157,33 +219,20 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
@@ -238,11 +287,47 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-08-12 21:40+0000\n" "PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
"language/zh_CN/)\n" "language/zh_CN/)\n"
@@ -25,6 +25,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "在被废弃的策略:%(old_policy)s位置上插入策略:%(new_policy)s " msgstr "在被废弃的策略:%(old_policy)s位置上插入策略:%(new_policy)s "
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "已禁用安全组扩展。"
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "正在为设备 %s 准备过滤器"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "已更新安全组规则 %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "已更新安全组成员 %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "已更新提供程序规则"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "请为 %r 除去设备过滤器"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "请刷新防火墙规则"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -34,7 +81,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +106,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet为进程 %(pid)d 在后台监听 %(port)s "
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "已创建锁路径:%s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "移动文件%(file)s失败"
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +131,54 @@ msgstr "正在跳过周期性任务 %(task)s因为其时间间隔为负"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "正在跳过周期性任务 %(task)s因为它已禁用" msgstr "正在跳过周期性任务 %(task)s因为它已禁用"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "捕获到 %s正在退出" msgstr "捕获到 %s正在退出"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "父进程已意外终止,正在退出" msgstr "父进程已意外终止,正在退出"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "派生速度太快,正在休眠" msgstr "派生速度太快,正在休眠"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "已启动子代 %d" msgstr "已启动子代 %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "正在启动 %d 工作程序" msgstr "正在启动 %d 工作程序"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "信号 %(sig)d 已终止子代 %(pid)d" msgstr "信号 %(sig)d 已终止子代 %(pid)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "子代 %(pid)s 已退出,状态为 %(code)d" msgstr "子代 %(pid)s 已退出,状态为 %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "捕获到 %s正在停止子代" msgstr "捕获到 %s正在停止子代"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "正在等待 %d 个子代退出" msgstr "正在等待 %d 个子代退出"
@@ -157,60 +219,47 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "代理已成功初始化,现在正在运行..."
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr "对于网络标识 %(net_uuid)s正在将 %(vlan_id)s 分配为本地 vlan"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "正在从网络标识 %(net_uuid)s 恢复 vlan %(vlan_id)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s 未在 local_vlan_map 中"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr "正在将物理网络 %(physical_network)s 映射至网桥 %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -222,7 +271,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "端口 %(device)s 已更新。详细信息:%(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -232,17 +281,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "已除去附件 %s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "代理隧道与插件不同步!"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-08 06:09+0000\n" "POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n" "PO-Revision-Date: 2014-10-21 10:35+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/"
"language/zh_TW/)\n" "language/zh_TW/)\n"
@@ -25,6 +25,53 @@ msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s" "Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr "" msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr "已停用安全群組延伸。"
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr "正在準備裝置 %s 的過濾器"
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr "安全群組規則已更新 %r"
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr "安全群組成員已更新 %r"
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr "已更新提供者規則"
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr "移除 %r 的裝置過濾器"
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr "重新整理防火牆規則"
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422 #: neutron/agent/linux/ovs_lib.py:422
#, python-format #, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s" msgid "Port %(port_id)s not present in bridge %(br_name)s"
@@ -34,7 +81,7 @@ msgstr ""
msgid "IPv6 is not enabled on this system." msgid "IPv6 is not enabled on this system."
msgstr "" msgstr ""
#: neutron/db/l3_agentschedulers_db.py:82 #: neutron/db/l3_agentschedulers_db.py:83
msgid "" msgid ""
"Skipping period L3 agent status check because automatic router rescheduling " "Skipping period L3 agent status check because automatic router rescheduling "
"is disabled." "is disabled."
@@ -59,6 +106,21 @@ msgstr ""
msgid "%d probe(s) deleted" msgid "%d probe(s) deleted"
msgstr "" msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126 #: neutron/openstack/common/periodic_task.py:126
#, python-format #, python-format
msgid "Skipping periodic task %(task)s because its interval is negative" msgid "Skipping periodic task %(task)s because its interval is negative"
@@ -69,54 +131,54 @@ msgstr "正在跳過定期作業 %(task)s因為其間隔為負數"
msgid "Skipping periodic task %(task)s because it is disabled" msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "正在跳過定期作業 %(task)s因為它已停用" msgstr "正在跳過定期作業 %(task)s因為它已停用"
#: neutron/openstack/common/service.py:176 #: neutron/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "已捕捉到 %s正在結束" msgstr "已捕捉到 %s正在結束"
#: neutron/openstack/common/service.py:240 #: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "母程序已非預期地當掉,正在結束" msgstr "母程序已非預期地當掉,正在結束"
#: neutron/openstack/common/service.py:271 #: neutron/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:310 #: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "分岔太快,正在休眠" msgstr "分岔太快,正在休眠"
#: neutron/openstack/common/service.py:329 #: neutron/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "已開始子行程 %d" msgstr "已開始子行程 %d"
#: neutron/openstack/common/service.py:339 #: neutron/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "正在啟動 %d 個工作程式" msgstr "正在啟動 %d 個工作程式"
#: neutron/openstack/common/service.py:356 #: neutron/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "信號 %(sig)d 結束了子項 %(pid)d" msgstr "信號 %(sig)d 結束了子項 %(pid)d"
#: neutron/openstack/common/service.py:360 #: neutron/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "子項 %(pid)s 已結束,狀態為 %(code)d" msgstr "子項 %(pid)s 已結束,狀態為 %(code)d"
#: neutron/openstack/common/service.py:399 #: neutron/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "已捕捉到 %s正在停止子項" msgstr "已捕捉到 %s正在停止子項"
#: neutron/openstack/common/service.py:408 #: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: neutron/openstack/common/service.py:424 #: neutron/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "正在等待 %d 個子項結束" msgstr "正在等待 %d 個子項結束"
@@ -147,7 +209,7 @@ msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!" msgid "Agent out of sync with plugin!"
msgstr "" msgstr "代理程式與外掛程式不同步!"
#: neutron/plugins/nuage/syncmanager.py:46 #: neutron/plugins/nuage/syncmanager.py:46
msgid "Starting the sync between Neutron and VSD" msgid "Starting the sync between Neutron and VSD"
@@ -157,60 +219,47 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully" msgid "Sync between Neutron and VSD completed successfully"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137 #: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set" msgid "No bridge is set"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140 #: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format #, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s" msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147 #: neutron/plugins/ofagent/agent/arp_lib.py:163
#, python-format
msgid "packet-in dpid %(dpid)s in_port %(port)s pkt %(pkt)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:152
msgid "drop non tenant packet" msgid "drop non tenant packet"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157 #: neutron/plugins/ofagent/agent/arp_lib.py:182
msgid "drop non-ethernet packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:162
msgid "drop non-arp packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:171
#, python-format #, python-format
msgid "unknown network %s" msgid "unknown network %s"
msgstr "" msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... " msgid "Agent initialized successfully, now running... "
msgstr "" msgstr "已順利地起始設定代理程式,現正在執行中..."
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format #, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s" msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr "" msgstr "正在將 %(vlan_id)s 指派為 net-id = %(net_uuid)s 的本端 VLAN"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format #, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s" msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr "" msgstr "正在從 net-id = %(net_uuid)s 收回 VLAN = %(vlan_id)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format #, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map" msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "" msgstr "port_unbound() net_uuid %s 不在 local_vlan_map 中"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format #, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s" msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr "" msgstr "正在將實體網路 %(physical_network)s 對映到橋接器 %(bridge)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format #, python-format
@@ -222,7 +271,7 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format #, python-format
msgid "Port %(device)s updated. Details: %(details)s" msgid "Port %(device)s updated. Details: %(details)s"
msgstr "" msgstr "已更新埠 %(device)s。詳細資料%(details)s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format #, python-format
@@ -232,17 +281,53 @@ msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format #, python-format
msgid "Attachment %s removed" msgid "Attachment %s removed"
msgstr "" msgstr "已移除連接裝置 %s"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!" msgid "Agent tunnel out of sync with plugin!"
msgstr "代理程式通道與外掛程式不同步!"
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57 #: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format #, python-format
msgid "Scanning config files %s for Cisco CSR configurations" msgid "Scanning config files %s for Cisco CSR configurations"
msgstr "" msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63 #: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format #, python-format
msgid "spawned: %d" msgid "spawned: %d"