Imported Translations from Transifex

Change-Id: I323501dc17aedb1819d1f797c9988fec4b1ce695
This commit is contained in:
OpenStack Proposal Bot 2014-09-14 06:11:25 +00:00
parent f095f99330
commit 4b0f44d747
42 changed files with 3784 additions and 1494 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 20:07+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
@ -76,6 +76,11 @@ msgstr ""
msgid "Unhandled exception"
msgstr "Nicht behandelte Ausnahme"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
@ -30,12 +30,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -119,6 +138,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr "Agent nicht synchron mit Plug-in!"
@ -130,6 +150,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 20:07+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
@ -76,6 +76,11 @@ msgstr "Exception during rpc cleanup."
msgid "Unhandled exception"
msgstr "Unhandled exception"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-08-12 21:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -81,6 +81,11 @@ msgstr "Exception during rpc cleanup."
msgid "Unhandled exception"
msgstr "Unhandled exception"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -122,6 +127,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -129,6 +206,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -31,12 +31,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -118,6 +137,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -129,6 +149,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-07-25 23:10+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -34,7 +34,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr "Unable to find data type descriptor for attribute %s"
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -46,20 +46,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -136,3 +141,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 20:07+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
@ -76,6 +76,11 @@ msgstr "Excepción durante limpieza de rpc."
msgid "Unhandled exception"
msgstr "Excepción no controlada"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 20:07+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
@ -76,6 +76,11 @@ msgstr "Exception pendant le nettoyage rpc."
msgid "Unhandled exception"
msgstr "Exception non gérée"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-12 21:40+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr "Agent non synchronisé avec le plug-in !"
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-07-06 03:50+0000\n"
"Last-Translator: PierAlberto <pieralbertopierini@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
@ -77,6 +77,11 @@ msgstr "Eccezioni durante pulitura rpc."
msgid "Unhandled exception"
msgstr "Eccezione non gestita"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -118,6 +123,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -125,6 +202,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
@ -30,12 +30,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -118,6 +137,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr "Agent non sincronizzato con il plugin!"
@ -129,6 +149,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 20:07+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
@ -76,6 +76,11 @@ msgstr "RPCクリーンアップ中に例外が発生"
msgid "Unhandled exception"
msgstr "未処理例外"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 20:07+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
@ -76,6 +76,11 @@ msgstr ""
msgid "Unhandled exception"
msgstr "처리되지 않은 예외"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2014.2.dev30.gf2c7ee7\n"
"Project-Id-Version: neutron 2014.2.dev114.gf095f99\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -74,6 +74,11 @@ msgstr ""
msgid "Unhandled exception"
msgstr ""
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -115,6 +120,79 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-"
"id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-"
"id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not "
"exist. Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -122,6 +200,11 @@ msgid ""
"in the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2014.2.dev30.gf2c7ee7\n"
"Project-Id-Version: neutron 2014.2.dev114.gf095f99\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -28,12 +28,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router "
"rescheduling is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents"
" available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -115,6 +134,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -126,6 +146,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be"
" processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2014.2.dev30.gf2c7ee7\n"
"Project-Id-Version: neutron 2014.2.dev114.gf095f99\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -41,20 +41,25 @@ msgid ""
" a new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval "
"between checks. Waiting before check to allow agents to send a heartbeat "
"in case there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did"
" not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -132,3 +137,18 @@ msgstr ""
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid "VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-08-26 11:11+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
@ -78,6 +78,11 @@ msgstr "Exceção durante limpeza de RPC."
msgid "Unhandled exception"
msgstr "Exceção não tratada"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -119,6 +124,78 @@ msgstr "Erro no loop de eventos do agente"
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -126,6 +203,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-12 21:40+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
@ -31,12 +31,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -118,6 +137,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr "Agente fora de sincronização com o plug-in!"
@ -129,6 +149,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-07-18 21:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
@ -34,7 +34,7 @@ msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
"Não foi possível encontrar o descritor de tipo de dados para o atributo %s"
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -46,20 +46,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -136,3 +141,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/neutron/language/"
@ -32,7 +32,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -44,20 +44,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -134,3 +139,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-08-12 21:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/neutron/"
@ -79,6 +79,11 @@ msgstr "RPC క్లీనప్ సమయంలో మినహాయింప
msgid "Unhandled exception"
msgstr "నిర్వహించని మినహాయింపు"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -120,6 +125,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -127,6 +204,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-17 05:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/neutron/"
@ -30,12 +30,31 @@ msgstr "చేర్చడం విధానం:%(new_policy)s నిరాశ
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -117,6 +136,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -128,6 +148,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-07-23 14:51+0000\n"
"Last-Translator: rajeshmalisettty <venkatarajesh.malisetty@gmail.com>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/neutron/"
@ -33,7 +33,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr "%s యొక్క లక్షణం కోసం డేటా రకం సాధ్యం కాలేదు"
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -45,20 +45,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -135,3 +140,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-07-21 17:03+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
@ -76,6 +76,11 @@ msgstr "在RPC清除期间发生异常。"
msgid "Unhandled exception"
msgstr "存在未处理的异常"
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:283
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:80
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
@ -117,6 +122,78 @@ msgstr ""
msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:102
msgid "Agent terminated!: Failed to get a datapath."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:121
msgid "Agent terminated"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:158
msgid "Agent failed to create agent config map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:283
msgid "Failed reporting state!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:449
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:464
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:475
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
"bridge for physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:485
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-id="
"%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:523
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:657
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not exist. "
"Agent terminated!"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:735
msgid "ofport should have a value that can be interpreted as an integer"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:738
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:916
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:956
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2089
#, python-format
msgid ""
@ -124,6 +201,11 @@ msgid ""
"the NSX backend"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:281
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:62
#, python-format
msgid "Config file parse error: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-08-12 21:40+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
@ -29,12 +29,31 @@ msgstr "在被废弃的策略:%(old_policy)s位置上插入策略:%(new_policy)s
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr "代理与插件不同步!"
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:10+0000\n"
"PO-Revision-Date: 2014-07-18 20:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/"
@ -29,12 +29,31 @@ msgstr ""
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:80
#: neutron/db/l3_agentschedulers_db.py:82
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
@ -116,6 +135,7 @@ msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
@ -127,6 +147,87 @@ msgstr ""
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:137
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:140
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:147
#, 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"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:157
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
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:57
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:04+0000\n"
"POT-Creation-Date: 2014-09-14 06:11+0000\n"
"PO-Revision-Date: 2014-06-30 19:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/"
@ -31,7 +31,7 @@ msgstr ""
msgid "Unable to find data type descriptor for attribute %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:179
#: neutron/agent/securitygroups_rpc.py:183
msgid ""
"security_group_info_for_devices rpc call not supported by the server, "
"falling back to old security_group_rules_for_devices which scales worse."
@ -43,20 +43,25 @@ msgid ""
"new instance will be spawned"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:103
#: neutron/db/l3_agentschedulers_db.py:105
msgid ""
"Time since last L3 agent reschedule check has exceeded the interval between "
"checks. Waiting before check to allow agents to send a heartbeat in case "
"there was a clock adjustment."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:119
#: neutron/db/l3_agentschedulers_db.py:127
#, python-format
msgid ""
"Rescheduling router %(router)s from agent %(agent)s because the agent did "
"not report to the server in the last %(dead_time)s seconds."
msgstr ""
#: neutron/db/l3_hamode_db.py:404
#, python-format
msgid "The router %(router_id)s is bound multiple times on the agent %(host)s"
msgstr ""
#: neutron/openstack/common/service.py:364
#, python-format
msgid "pid %d not in child list"
@ -133,3 +138,19 @@ msgstr ""
#, python-format
msgid "VM port %s not found in neutron for sync"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:290
#, python-format
msgid "Unable to create tunnel port. Invalid remote IP: %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#, python-format
msgid ""
"VIF port: %s has no ofport configured, and might not be able to transmit"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:820
#, python-format
msgid "Device %s not defined on plugin"
msgstr ""