# Translations template for neutron-lib. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the neutron-lib # project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: neutron-lib 0.4.1.dev2\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-09-21 18:05+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.3.4\n" #: neutron_lib/exceptions.py:33 neutron_lib/tests/unit/test_exceptions.py:44 #: neutron_lib/tests/unit/test_exceptions.py:49 #: neutron_lib/tests/unit/test_exceptions.py:54 msgid "An unknown exception occurred." msgstr "" #: neutron_lib/exceptions.py:69 #, python-format msgid "Bad %(resource)s request: %(msg)s." msgstr "" #: neutron_lib/exceptions.py:84 neutron_lib/tests/unit/test_exceptions.py:74 msgid "Not authorized." msgstr "" #: neutron_lib/exceptions.py:89 neutron_lib/tests/unit/test_exceptions.py:79 #: neutron_lib/tests/unit/test_exceptions.py:222 msgid "The service is unavailable." msgstr "" #: neutron_lib/exceptions.py:101 #, python-format msgid "User does not have admin privileges: %(reason)s." msgstr "" #: neutron_lib/exceptions.py:112 #, python-format msgid "Object %(id)s not found." msgstr "" #: neutron_lib/exceptions.py:123 #, python-format msgid "Network %(net_id)s could not be found." msgstr "" #: neutron_lib/exceptions.py:134 #, python-format msgid "Subnet %(subnet_id)s could not be found." msgstr "" #: neutron_lib/exceptions.py:145 #, python-format msgid "Port %(port_id)s could not be found." msgstr "" #: neutron_lib/exceptions.py:157 #, python-format msgid "Port %(port_id)s could not be found on network %(net_id)s." msgstr "" #: neutron_lib/exceptions.py:169 #, python-format msgid "Device '%(device_name)s' does not exist." msgstr "" #: neutron_lib/exceptions.py:174 neutron_lib/tests/unit/test_exceptions.py:120 msgid "The resource is in use." msgstr "" #: neutron_lib/exceptions.py:186 #, python-format msgid "" "Unable to complete operation on network %(net_id)s. There are one or more" " ports still in use on the network." msgstr "" #: neutron_lib/exceptions.py:201 #, python-format msgid "Unable to complete operation on subnet %(subnet_id)s: %(reason)s." msgstr "" #: neutron_lib/exceptions.py:206 msgid "One or more ports have an IP allocation from this subnet" msgstr "" #: neutron_lib/exceptions.py:221 #, python-format msgid "" "Unable to complete operation on subnet pool %(subnet_pool_id)s. " "%(reason)s." msgstr "" #: neutron_lib/exceptions.py:226 msgid "Two or more concurrent subnets allocated" msgstr "" #: neutron_lib/exceptions.py:240 #, python-format msgid "" "Unable to complete operation on port %(port_id)s for network %(net_id)s. " "Port already has an attached device %(device_id)s." msgstr "" #: neutron_lib/exceptions.py:254 #, python-format msgid "Port %(port_id)s cannot be deleted directly via the port API: %(reason)s." msgstr "" #: neutron_lib/exceptions.py:269 #, python-format msgid "" "Unable to complete operation on port %(port_id)s, port is already bound, " "port type: %(vif_type)s, old_mac %(old_mac)s, new_mac %(new_mac)s." msgstr "" #: neutron_lib/exceptions.py:284 #, python-format msgid "" "Unable to complete operation for network %(net_id)s. The mac address " "%(mac)s is in use." msgstr "" #: neutron_lib/exceptions.py:296 #, python-format msgid "" "IP address %(ip_address)s is not a valid IP for any of the subnets on the" " specified network." msgstr "" #: neutron_lib/exceptions.py:308 #, python-format msgid "IP address %(ip_address)s is not a valid IP for the specified subnet." msgstr "" #: neutron_lib/exceptions.py:321 #, python-format msgid "" "Unable to complete operation for network %(net_id)s. The IP address " "%(ip_address)s is in use." msgstr "" #: neutron_lib/exceptions.py:334 #, python-format msgid "" "Unable to create the network. The VLAN %(vlan_id)s on physical network " "%(physical_network)s is in use." msgstr "" #: neutron_lib/exceptions.py:347 #, python-format msgid "Unable to create the network. The tunnel ID %(tunnel_id)s is in use." msgstr "" #: neutron_lib/exceptions.py:362 neutron_lib/tests/unit/test_exceptions.py:227 msgid "" "Unable to create the network. No tenant network is available for " "allocation." msgstr "" #: neutron_lib/exceptions.py:375 #, python-format msgid "" "Subnet on port %(port_id)s does not match the requested subnet " "%(subnet_id)s." msgstr "" #: neutron_lib/exceptions.py:395 #, python-format msgid "Invalid input for operation: %(error_message)s." msgstr "" #: neutron_lib/exceptions.py:403 #, python-format msgid "No more IP addresses available on network %(net_id)s." msgstr "" #: neutron_lib/exceptions.py:414 #, python-format msgid "Creation failed. %(dev_name)s already exists." msgstr "" #: neutron_lib/exceptions.py:425 #, python-format msgid "Quota exceeded for resources: %(overs)s." msgstr "" #: neutron_lib/exceptions.py:433 #, python-format msgid "Invalid content type %(content_type)s." msgstr "" #: neutron_lib/exceptions.py:444 #, python-format msgid "Unable to find any IP address on external network %(net_id)s." msgstr "" #: neutron_lib/exceptions.py:450 neutron_lib/tests/unit/test_exceptions.py:282 msgid "More than one external network exists." msgstr "" #: neutron_lib/exceptions.py:460 #, python-format msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s." msgstr "" #: neutron_lib/exceptions.py:473 #, python-format msgid "Invalid network tunnel range: '%(tunnel_range)s' - %(error)s." msgstr "" #: neutron_lib/exceptions.py:489 #, python-format msgid "Failed to initialize policy %(policy)s because %(reason)s." msgstr "" #: neutron_lib/exceptions.py:498 #, python-format msgid "Failed to check policy %(policy)s because %(reason)s." msgstr "" #: neutron_lib/api/converters.py:41 #, python-format msgid "'%s' cannot be converted to boolean" msgstr "" #: neutron_lib/api/converters.py:67 neutron_lib/api/validators.py:159 #: neutron_lib/api/validators.py:191 neutron_lib/api/validators.py:524 #, python-format msgid "'%s' is not an integer" msgstr "" #: neutron_lib/api/converters.py:105 #, python-format msgid "'%s' must be a non negative decimal." msgstr "" #: neutron_lib/api/converters.py:120 #, python-format msgid "'%s' is not of the form =[value]" msgstr "" #: neutron_lib/api/validators.py:48 #, python-format msgid "" "Invalid input. '%(target_dict)s' must be a dictionary with keys: " "%(expected_keys)s" msgstr "" #: neutron_lib/api/validators.py:60 #, python-format msgid "" "Validation of dictionary's keys failed. Expected keys: %(expected_keys)s " "Provided keys: %(provided_keys)s" msgstr "" #: neutron_lib/api/validators.py:76 #, python-format msgid "'%s' is not a list" msgstr "" #: neutron_lib/api/validators.py:80 #, python-format msgid "Duplicate items in the list: '%s'" msgstr "" #: neutron_lib/api/validators.py:91 #, python-format msgid "'%(data)s' is not in %(valid_values)s" msgstr "" #: neutron_lib/api/validators.py:107 #, python-format msgid "'%s' Blank strings are not permitted" msgstr "" #: neutron_lib/api/validators.py:119 #, python-format msgid "'%s' is not a valid string" msgstr "" #: neutron_lib/api/validators.py:124 #, python-format msgid "'%(data)s' exceeds maximum length of %(max_len)s" msgstr "" #: neutron_lib/api/validators.py:138 #, python-format msgid "'%s' is not a valid boolean value" msgstr "" #: neutron_lib/api/validators.py:172 #, python-format msgid "'%s' is not an integer:boolean" msgstr "" #: neutron_lib/api/validators.py:195 #, python-format msgid "'%(data)s' is too small - must be at least '%(limit)d'" msgstr "" #: neutron_lib/api/validators.py:200 #, python-format msgid "'%(data)s' is too large - must be no larger than '%(limit)d'" msgstr "" #: neutron_lib/api/validators.py:209 #, python-format msgid "'%s' contains whitespace" msgstr "" #: neutron_lib/api/validators.py:228 #, python-format msgid "'%s' is not a valid MAC address" msgstr "" #: neutron_lib/api/validators.py:259 neutron_lib/api/validators.py:268 #, python-format msgid "'%s' is not a valid IP address" msgstr "" #: neutron_lib/api/validators.py:265 #, python-format msgid "'%(data)s' is not an accepted IP address, '%(ip)s' is recommended" msgstr "" #: neutron_lib/api/validators.py:280 #, python-format msgid "Invalid data format for IP pool: '%s'" msgstr "" #: neutron_lib/api/validators.py:297 neutron_lib/api/validators.py:304 #, python-format msgid "Invalid data format for fixed IP: '%s'" msgstr "" #: neutron_lib/api/validators.py:312 #, python-format msgid "Duplicate IP address '%s'" msgstr "" #: neutron_lib/api/validators.py:327 #, python-format msgid "Invalid data format for nameserver: '%s'" msgstr "" #: neutron_lib/api/validators.py:336 #, python-format msgid "'%(host)s' is not a valid nameserver. %(msg)s" msgstr "" #: neutron_lib/api/validators.py:341 #, python-format msgid "Duplicate nameserver '%s'" msgstr "" #: neutron_lib/api/validators.py:349 #, python-format msgid "Invalid data format for hostroute: '%s'" msgstr "" #: neutron_lib/api/validators.py:366 #, python-format msgid "Duplicate hostroute '%s'" msgstr "" #: neutron_lib/api/validators.py:382 #: neutron_lib/tests/unit/api/test_validators.py:608 #: neutron_lib/tests/unit/api/test_validators.py:616 #: neutron_lib/tests/unit/api/test_validators.py:630 #: neutron_lib/tests/unit/api/test_validators.py:638 #, python-format msgid "'%(data)s' isn't a recognized IP subnet cidr, '%(cidr)s' is recommended" msgstr "" #: neutron_lib/api/validators.py:388 #, python-format msgid "'%s' is not a valid IP subnet" msgstr "" #: neutron_lib/api/validators.py:410 #, python-format msgid "'%s' is not a valid input" msgstr "" #: neutron_lib/api/validators.py:432 #, python-format msgid "'%s' is not a valid UUID" msgstr "" #: neutron_lib/api/validators.py:461 #, python-format msgid "Validator '%s' does not exist." msgstr "" #: neutron_lib/api/validators.py:473 #, python-format msgid "'%s' is not a dictionary" msgstr "" #: neutron_lib/api/validators.py:492 #, python-format msgid "Unexpected keys supplied: %s" msgstr "" #: neutron_lib/api/validators.py:529 #, python-format msgid "'%s' should be non-negative" msgstr "" #: neutron_lib/api/validators.py:536 #, python-format msgid "Invalid data format for subports: '%s' is not a list" msgstr "" #: neutron_lib/api/validators.py:544 #, python-format msgid "Invalid data format for subport: '%s' is not a dict" msgstr "" #: neutron_lib/api/validators.py:551 msgid "A valid port UUID must be specified" msgstr "" #: neutron_lib/api/validators.py:555 #, python-format msgid "Invalid UUID for subport: '%s'" msgstr "" #: neutron_lib/api/validators.py:558 #, python-format msgid "Non unique UUID for subport: '%s'" msgstr "" #: neutron_lib/api/validators.py:568 #, python-format msgid "" "Invalid subport details '%s': missing segmentation information. Must " "specify both segmentation_id and segmentation_type" msgstr "" #: neutron_lib/api/validators.py:574 #, python-format msgid "Segmentation ID '%(seg_id)s' for '%(subport)s' is not unique" msgstr "" #: neutron_lib/api/validators.py:649 #, python-format msgid "Validator type %s is already defined" msgstr "" #: neutron_lib/db/utils.py:41 #, python-format msgid "'%s' is an invalid attribute for sort key" msgstr "" #: neutron_lib/db/utils.py:45 #, python-format msgid "" "Attribute '%(attr)s' references another resource and cannot be used to " "sort '%(resource)s' resources" msgstr "" #: neutron_lib/tests/_base.py:99 #, python-format msgid "Unknown attribute '%s'." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:59 #: neutron_lib/tests/unit/test_exceptions.py:66 msgid "Bad A request: B." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:84 msgid "User does not have admin privileges: hoser." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:90 msgid "Object fallout tato not found." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:96 msgid "Network spam could not be found." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:102 msgid "Subnet root could not be found." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:108 msgid "Port harbor could not be found." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:114 msgid "Port serial could not be found on network USB." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:125 msgid "" "Unable to complete operation on network foo. There are one or more ports " "still in use on the network." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:132 msgid "Unable to complete operation on subnet garbage: not full." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:138 msgid "" "Unable to complete operation on subnet garbage: One or more ports have an" " IP allocation from this subnet." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:145 msgid "Unable to complete operation on subnet pool ymca. because." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:151 msgid "" "Unable to complete operation on subnet pool ymca. Two or more concurrent " "subnets allocated." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:158 msgid "" "Unable to complete operation on port a for network c. Port already has an" " attached device b." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:165 msgid "Port harbor cannot be deleted directly via the port API: docking." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:172 msgid "" "Unable to complete operation on port bigmac, port is already bound, port " "type: ketchup, old_mac onions, new_mac salt." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:181 msgid "" "Unable to complete operation for network nutters. The mac address grill " "is in use." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:188 msgid "" "IP address shazam! is not a valid IP for any of the subnets on the " "specified network." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:195 msgid "IP address 300.400.500.600 is not a valid IP for the specified subnet." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:202 msgid "" "Unable to complete operation for network boredom. The IP address " "crazytown is in use." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:209 msgid "" "Unable to create the network. The VLAN virtual on physical network phys " "is in use." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:216 msgid "Unable to create the network. The tunnel ID sewer is in use." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:233 msgid "Subnet on port porter does not match the requested subnet submit." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:246 msgid "Invalid input for operation: warp core breach." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:252 msgid "No more IP addresses available on network nuke." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:258 msgid "Creation failed. hal9000 already exists." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:264 msgid "Quota exceeded for resources: tube socks." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:270 msgid "Invalid content type porn." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:276 msgid "Unable to find any IP address on external network darpanet." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:287 msgid "An invalid value was provided for which muppet: big bird." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:293 msgid "Invalid network tunnel range: 'rats' - present." msgstr "" #: neutron_lib/tests/unit/test_exceptions.py:299 msgid "Invalid network tunnel range: '3:4' - present." msgstr "" #: neutron_lib/utils/helpers.py:40 #, python-format msgid "Invalid mapping: '%s'" msgstr "" #: neutron_lib/utils/helpers.py:43 #, python-format msgid "Missing key in mapping: '%s'" msgstr "" #: neutron_lib/utils/helpers.py:46 #, python-format msgid "Missing value in mapping: '%s'" msgstr "" #: neutron_lib/utils/helpers.py:49 #, python-format msgid "Key %(key)s in mapping: '%(mapping)s' not unique" msgstr "" #: neutron_lib/utils/helpers.py:53 #, python-format msgid "Value %(value)s in mapping: '%(mapping)s' not unique" msgstr ""