# Translations template for networking-bgpvpn. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the networking-bgpvpn # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: networking-bgpvpn VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-04-20 11:22+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.14.0\n" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:42 #, python-format msgid "BGPVPN %(id)s could not be found" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:46 #, python-format msgid "" "BGPVPN network association %(id)s could not be found for BGPVPN " "%(bgpvpn_id)s" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:51 #, python-format msgid "" "BGPVPN router association %(id)s could not be found for BGPVPN " "%(bgpvpn_id)s" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:56 #, python-format msgid "BGPVPN %(driver)s driver does not support %(type)s type" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:60 #, python-format msgid "" "BGPVPN %(driver)s driver does not support to manually set route " "distinguisher" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:65 #, python-format msgid "" "BGPVPN %(driver)s driver does not support to fetch BGPVPNs associated to " "network id %(net_id)" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:70 #, python-format msgid "network %(net_id)s is already associated to BGPVPN %(bgpvpn_id)s" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:75 #, python-format msgid "BGPVPN %(driver)s driver does not support router associations" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:80 #, python-format msgid "router %(router_id)s is already associated to BGPVPN %(bgpvpn_id)s" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:85 #, python-format msgid "" "BGPVPN %(driver)s driver does not support multiple router association " "with a bgpvpn" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:90 #, python-format msgid "" "Network %(network)s already associated with %(bgpvpn)s. BGPVPN %(driver)s" " driver does not support same network associated to multiple bgpvpns" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn.py:96 #, python-format msgid "%(method)s failed." msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn_routes_control.py:37 #, python-format msgid "BGPVPN port association %(id)s could not be found for BGPVPN %(bgpvpn_id)s" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn_routes_control.py:42 #, python-format msgid "port %(port_id)s is already associated to BGPVPN %(bgpvpn_id)s" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn_routes_control.py:47 #, python-format msgid "bgpvpn specified in route does not exist (%(bgpvpn_id)s)" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn_routes_control.py:51 #, python-format msgid "bgpvpn specified in route does not belong to the tenant (%(bgpvpn_id)s)" msgstr "" #: networking_bgpvpn/neutron/extensions/bgpvpn_routes_control.py:56 #, python-format msgid "" "bgpvpn specified in route is of type %(route_bgpvpn_type)s, differing " "from type of associated BGPVPN %(bgpvpn_type)s)" msgstr "" #: networking_bgpvpn/neutron/services/plugin.py:103 msgid "" "It is not allowed to add an interface to a router if both the router and " "the network are bound to an L3 BGPVPN." msgstr "" #: networking_bgpvpn/neutron/services/service_drivers/bagpipe/bagpipe_v2.py:48 msgid "driver does not support associating an externalnetwork to a BGPVPN" msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:42 msgid "Name of the BGP VPN" msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:45 msgid "" "Route Targets list to import/export for this BGP VPN. Usage: -- --route-" "targets list=true : : ..." msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:50 msgid "" "List of additional Route Targets to import from. Usage: -- --import-" "targets list=true : : ..." msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:55 msgid "" "List of additional Route Targets to export to. Usage: -- --export-targets" " list=true : : ..." msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:59 msgid "" "List of RDs that will be used to advertize VPN routes.Usage: -- --route-" "distinguishers list=true : : ..." msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:89 msgid "BGP VPN type selection between L3VPN (l3) and EVPN (l2), default:l3" msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:134 msgid "ID or name of the BGPVPN." msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:172 msgid "ID or name of the network." msgstr "" #: networking_bgpvpn/neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py:245 msgid "ID or name of the router." msgstr ""