# Translations template for networking-midonet. # Copyright (C) 2020 ORGANIZATION # This file is distributed under the same license as the networking-midonet # project. # FIRST AUTHOR , 2020. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: networking-midonet VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2020-09-26 21:26+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" #: midonet/neutron/common/config.py:23 msgid "" "MidoNet API server URI. Note that, for historical reasons, the port " "number in the default value (8080) does not match the default of the " "MidoNet API in MidoNet 5.0 and later, which is 8181. Even if you " "configured the MidoNet API to use port 8080, we recommend to configure " "this option explicitly because the default value may change in the future" " release of networking-midonet." msgstr "" #: midonet/neutron/common/config.py:33 msgid "MidoNet admin username." msgstr "" #: midonet/neutron/common/config.py:36 msgid "MidoNet admin password." msgstr "" #: midonet/neutron/common/config.py:39 msgid "ID of the project that MidoNet admin user belongs to." msgstr "" #: midonet/neutron/common/config.py:42 msgid "Tunnel protocol used by Midonet. Currently unused." msgstr "" #: midonet/neutron/common/config.py:45 msgid "IP that the cluster service can be reached on. Currently unused." msgstr "" #: midonet/neutron/common/config.py:48 msgid "Port that the cluster service can be reached on. Currently unused." msgstr "" #: midonet/neutron/common/config.py:51 msgid "" "MidoNet client used to access MidoNet data storage. Do not change unless " "you want to try the experimental Task-based API." msgstr "" #: midonet/neutron/common/exceptions.py:22 msgid "Error connecting to cluster" msgstr "" #: midonet/neutron/common/exceptions.py:26 #, python-format msgid "MidoNet API error: %(msg)s" msgstr "" #: midonet/neutron/common/exceptions.py:34 #, python-format msgid "MidoNet Invalid Data State error: %(issue)s" msgstr "" #: midonet/neutron/db/l3_db_midonet.py:158 #, python-format msgid "Network %s does not contain any subnet" msgstr "" #: midonet/neutron/db/l3_db_midonet.py:175 #, python-format msgid "Network %s is not a valid external network" msgstr "" #: midonet/neutron/db/provider_network_db.py:68 #, python-format msgid "Unsupported network type %(type)s detected in a create network request." msgstr "" #: midonet/neutron/db/migration/cli.py:186 msgid "Available commands" msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:24 #, python-format msgid "bgp peer %(id)s %(reason)s" msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:33 msgid "Only external network can be specified." msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:37 msgid "" "Unable to complete operation for bgp speaker. External network must be " "associated with bgp speaker when logical_router is not specified in bgp " "speaker creation." msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:43 #, python-format msgid "Bgp speaker %(id)s %(reason)s" msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:52 #, python-format msgid "No subnets in the network: %(network_id)s." msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:56 #, python-format msgid "No gateway ips on the subnet: %(subnet_id)s." msgstr "" #: midonet/neutron/extensions/bgp_speaker_router_insertion.py:60 #, python-format msgid "No ports have gateway ip on the subnet: %(subnet_id)s." msgstr "" #: midonet/neutron/extensions/gateway_device.py:34 #, python-format msgid "Gateway device %(id)s does not exist" msgstr "" #: midonet/neutron/extensions/gateway_device.py:38 #, python-format msgid "Remote MAC entry %(id)s does not exist" msgstr "" #: midonet/neutron/extensions/gateway_device.py:42 #, python-format msgid "" "Remote MAC entry %(id)s does not belong to gateway device " "%(gateway_device_id)s" msgstr "" #: midonet/neutron/extensions/gateway_device.py:47 #, python-format msgid "specified resource %(resource_id)s does not exist" msgstr "" #: midonet/neutron/extensions/gateway_device.py:51 #, python-format msgid "" "Gateway device %(type)s must be specified with management_port and " "management_ip" msgstr "" #: midonet/neutron/extensions/gateway_device.py:56 #: midonet/neutron/extensions/gateway_device.py:61 #, python-format msgid "Gateway device %(type)s must be specified with resource_id" msgstr "" #: midonet/neutron/extensions/gateway_device.py:66 #, python-format msgid "" "Request contains duplicate remote mac address entry: mac_address " "%(mac_address)s." msgstr "" #: midonet/neutron/extensions/gateway_device.py:71 #, python-format msgid "%(param_name)s %(param_value)s %(reason)s" msgstr "" #: midonet/neutron/extensions/gateway_device.py:80 #, python-format msgid "Gateway device %(id)s %(reason)s" msgstr "" #: midonet/neutron/extensions/gateway_device.py:89 #, python-format msgid "device %(resource_id)s (%(resource_type)s) %(reason)s" msgstr "" #: midonet/neutron/extensions/gateway_device.py:98 msgid "" "Unable to complete operation for Gateway Device. The number of tunnel ips" " exceeds the maximum 1." msgstr "" #: midonet/neutron/extensions/gateway_device.py:103 #, python-format msgid "" "Unable to complete operation for Gateway Device. The tunnel ips are " "required for %(gw_type)s type." msgstr "" #: midonet/neutron/extensions/gateway_device.py:108 #, python-format msgid "Unable to operate remote_mac_entry for gateway device %(type)s type." msgstr "" #: midonet/neutron/extensions/routerinterfacefip.py:24 #, python-format msgid "" "Router interface for subnet %(subnet_id)s on router %(router_id)s cannot " "be deleted, as it is required by one or more floating IPs as a gateway." msgstr "" #: midonet/neutron/ml2/mech_driver.py:137 #, python-format msgid "No IPs assigned to the gateway port for router %s" msgstr "" #: midonet/neutron/ml2/type_midonet.py:53 #, python-format msgid "%s prohibited for midonet provider network" msgstr "" #: midonet/neutron/ml2/type_uplink.py:52 #, python-format msgid "%s prohibited for uplink provider network" msgstr "" #: midonet/neutron/ml2/util.py:36 msgid "Invalid Mechanism driver context passed in." msgstr "" #: midonet/neutron/services/l2gateway/exceptions.py:22 msgid "" "Midonet L2 Gateway Service is unavailable because Gateway Device " "Management Service is disabled." msgstr "" #: midonet/neutron/services/l2gateway/exceptions.py:27 #, python-format msgid "" "L2 Gateway Connection related to specified L2 Gateway %(l2_gateway_id)s " "already exists" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:32 msgid "Cannot create a gateway with an empty device list" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:37 msgid "Exactly one device must be specified to create a gateway" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:48 msgid "Cannot create a gateway with an empty device_id" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:55 msgid "Interfaces are not allowed in MidoNet L2GW" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:59 #, python-format msgid "%s: provided data are not iterable" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:70 msgid "" "default segmentation_id should not be provided when segmentation_id is " "assigned during l2gateway creation" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:78 msgid "Segmentation id must be specified in create l2gateway connections" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:83 msgid "" "A valid network identifier must be specified when connecting a network to" " a network gateway. Unable to complete operation" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:90 #, python-format msgid "" "Invalid keys found among the ones provided in request : " "%(connection_attrs)s." msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:107 msgid "Segmentation id must be a valid integer" msgstr "" #: midonet/neutron/services/l2gateway/common/l2gw_midonet_validators.py:110 msgid "Segmentation id is out of range" msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:28 msgid "User defined device name." msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:32 msgid "IP address on which gateway device originates or terminates tunnel." msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:62 msgid "Management IP to the device. Defaults to None." msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:66 msgid "Management port to the device. Defaults to None." msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:70 msgid "" "Management protocol to manage the device: ovsdb or none. If management ip" " and port are specified, defaults to ovsdb. Otherwise to none." msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:77 msgid "" "Type of the device: hw_vtep, router_vtep or network_vlan. Defaults to " "hw_vtep" msgstr "" #: midonet/neutronclient/gateway_device_extension/_gateway_device.py:82 msgid "" "Resource UUID or None (for type router_vtep will be router UUID and for " "type network_vlan will be network UUID)" msgstr "" #: midonet/neutronclient/gateway_device_extension/_remote_mac_entry.py:39 msgid "ID of the gateway device." msgstr "" #: midonet/neutronclient/gateway_device_extension/_remote_mac_entry.py:56 msgid "Remote MAC address" msgstr "" #: midonet/neutronclient/gateway_device_extension/_remote_mac_entry.py:60 msgid "Remote VTEP Tunnel IP" msgstr "" #: midonet/neutronclient/gateway_device_extension/_remote_mac_entry.py:64 msgid "VNI to be used" msgstr "" #: midonet/neutronclient/l2gateway_extension/_l2_gateway.py:30 msgid "" "Device id and segmentation id of l2gateway. --device option can be " "repeated" msgstr "" #: midonet/neutronclient/l2gateway_extension/_l2_gateway.py:61 msgid "Descriptive name for logical gateway." msgstr ""