# Translations template for PROJECT. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2016-04-17 06:03+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.2.0\n" #: magnum/api/app.py:84 #, python-format msgid "Full WSGI config used: %s" msgstr "" #: magnum/api/utils.py:36 msgid "Limit must be positive" msgstr "" #: magnum/api/utils.py:46 #, python-format msgid "Invalid sort direction: %s. Acceptable values are 'asc' or 'desc'" msgstr "" #: magnum/api/utils.py:57 #, python-format msgid "Adding a new attribute %s to the root of the resource is not allowed." msgstr "" #: magnum/api/utils.py:61 #, python-format msgid "The attribute %s has existed, please use 'replace' operation instead." msgstr "" #: magnum/api/validation.py:30 msgid "" "Allowed network drivers for kubernetes baymodels. Use 'all' keyword to " "allow all drivers supported for kubernetes baymodels. Supported network " "drivers include flannel." msgstr "" #: magnum/api/validation.py:36 msgid "Default network driver for kubernetes baymodels." msgstr "" #: magnum/api/validation.py:39 msgid "" "Allowed network drivers for docker swarm baymodels. Use 'all' keyword to " "allow all drivers supported for swarm baymodels. Supported network " "drivers include docker and flannel." msgstr "" #: magnum/api/validation.py:45 msgid "Default network driver for docker swarm baymodels." msgstr "" #: magnum/api/validation.py:48 msgid "" "Allowed network drivers for mesos baymodels. Use 'all' keyword to allow " "all drivers supported for mesos baymodels. Supported network drivers " "include docker." msgstr "" #: magnum/api/validation.py:54 msgid "Default network driver for mesos baymodels." msgstr "" #: magnum/api/validation.py:80 #, python-format msgid "" "Cannot fulfill request with a %(bay_type)s bay, expecting a " "%(supported_bay_types)s bay." msgstr "" #: magnum/api/validation.py:164 #, python-format msgid "cannot change bay property(ies) %s." msgstr "" #: magnum/api/validation.py:185 #, python-format msgid "Requested COE type %s is not supported." msgstr "" #: magnum/api/validation.py:196 #, python-format msgid "" "Network driver type %(driver)s is not supported, expecting a " "%(supported_drivers)s network driver." msgstr "" #: magnum/api/validation.py:208 #, python-format msgid "" "Network driver type %(driver)s is not allowed, expecting a " "%(allowed_drivers)s network driver. " msgstr "" #: magnum/api/validation.py:223 #, python-format msgid "" "Volume driver type %(driver)s is not supported, expecting a " "%(supported_volume_driver)s volume driver." msgstr "" #: magnum/api/controllers/base.py:103 #, python-format msgid "Invalid value for %s header" msgstr "" #: magnum/api/controllers/v1/__init__.py:213 #, python-format msgid "" "Mutually exclusive versions requested. Version %(ver)s requested but not " "supported by this service.The supported version range is: [%(min)s, " "%(max)s]." msgstr "" #: magnum/api/controllers/v1/__init__.py:223 #, python-format msgid "" "Version %(ver)s was requested but the minor version is not supported by " "this service. The supported version range is: [%(min)s, %(max)s]." msgstr "" #: magnum/api/controllers/v1/pod.py:130 #: magnum/api/controllers/v1/replicationcontroller.py:146 #: magnum/api/controllers/v1/service.py:133 msgid "Field metadata['name'] can't be empty in manifest." msgstr "" #: magnum/api/controllers/v1/pod.py:138 msgid "Field spec['containers'] can't be empty in manifest." msgstr "" #: magnum/api/controllers/v1/replicationcontroller.py:155 msgid "Field spec['selector'] can't be empty in manifest." msgstr "" #: magnum/api/controllers/v1/replicationcontroller.py:159 msgid "Field spec['template']['metadata']['labels'] can't be empty in manifest." msgstr "" #: magnum/api/controllers/v1/replicationcontroller.py:168 msgid "Field spec['template']['spec']['containers'] can't be empty in manifest." msgstr "" #: magnum/api/controllers/v1/service.py:138 msgid "Field spec['ports'] can't be empty in manifest." msgstr "" #: magnum/api/controllers/v1/types.py:125 #, python-format msgid "Wrong type. Expected '%(type)s', got '%(value)s'" msgstr "" #: magnum/api/controllers/v1/types.py:169 #, python-format msgid "'%s' is an internal attribute and can not be updated" msgstr "" #: magnum/api/controllers/v1/types.py:173 #, python-format msgid "'%s' is a mandatory attribute and can not be removed" msgstr "" #: magnum/api/controllers/v1/types.py:178 msgid "'add' and 'replace' operations needs value" msgstr "" #: magnum/api/middleware/auth_token.py:41 #, python-format msgid "Cannot compile public API routes: %s" msgstr "" #: magnum/api/middleware/parsable_error.py:43 #, python-format msgid "ErrorDocumentMiddleware received an invalid status %s" msgstr "" #: magnum/common/clients.py:29 magnum/common/clients.py:39 #: magnum/common/clients.py:63 magnum/common/clients.py:76 #: magnum/common/clients.py:86 magnum/common/clients.py:99 #: magnum/common/clients.py:109 msgid "" "Region in Identity service catalog to use for communication with the " "OpenStack service." msgstr "" #: magnum/common/clients.py:33 magnum/common/clients.py:43 #: magnum/common/clients.py:67 magnum/common/clients.py:80 #: magnum/common/clients.py:90 magnum/common/clients.py:103 msgid "" "Type of endpoint in Identity service catalog to use for communication " "with the OpenStack service." msgstr "" #: magnum/common/clients.py:47 msgid "Optional CA cert file to use in SSL connections." msgstr "" #: magnum/common/clients.py:49 msgid "Optional PEM-formatted certificate chain file." msgstr "" #: magnum/common/clients.py:51 msgid "Optional PEM-formatted file that contains the private key." msgstr "" #: magnum/common/clients.py:55 msgid "If set, then the server's certificate will not be verified." msgstr "" #: magnum/common/clients.py:59 msgid "Version of Heat API to use in heatclient." msgstr "" #: magnum/common/clients.py:72 msgid "Version of Glance API to use in glanceclient." msgstr "" #: magnum/common/clients.py:95 msgid "Version of Nova API to use in novaclient." msgstr "" #: magnum/common/exception.py:92 #, python-format msgid "" "Your request could not be handled because of a problem in the server. " "Error Correlation id is: %s" msgstr "" #: magnum/common/exception.py:190 msgid "An unknown exception occurred." msgstr "" #: magnum/common/exception.py:235 #, python-format msgid "The %(name)s %(id)s could not be found." msgstr "" #: magnum/common/exception.py:239 #, python-format msgid "The %(name)s already exists." msgstr "" #: magnum/common/exception.py:243 #, python-format msgid "The %(name)s resource %(id)s could not be found." msgstr "" #: magnum/common/exception.py:248 #, python-format msgid "The %(name)s resource already exists." msgstr "" #: magnum/common/exception.py:253 #, python-format msgid "%(client)s connection failed. %(message)s" msgstr "" #: magnum/common/exception.py:257 #, python-format msgid "Unsupported object type %(objtype)s" msgstr "" #: magnum/common/exception.py:261 #, python-format msgid "Version %(objver)s of %(objname)s is not supported" msgstr "" #: magnum/common/exception.py:265 #, python-format msgid "Cannot call %(method)s on orphaned %(objtype)s object" msgstr "" #: magnum/common/exception.py:269 msgid "Unacceptable parameters." msgstr "" #: magnum/common/exception.py:274 #, python-format msgid "Expected a uuid but received %(uuid)s." msgstr "" #: magnum/common/exception.py:278 #, python-format msgid "Expected a name but received %(uuid)s." msgstr "" #: magnum/common/exception.py:282 #, python-format msgid "" "Received invalid discovery URL '%(discovery_url)s' for discovery endpoint" " '%(discovery_endpoint)s'." msgstr "" #: magnum/common/exception.py:287 #, python-format msgid "Failed to get discovery url from '%(discovery_endpoint)s'." msgstr "" #: magnum/common/exception.py:291 #, python-format msgid "Expected a name or uuid but received %(uuid)s." msgstr "" #: magnum/common/exception.py:295 #, python-format msgid "Expected an uuid or int but received %(identity)s." msgstr "" #: magnum/common/exception.py:299 #, python-format msgid "Received invalid csr %(csr)s." msgstr "" #: magnum/common/exception.py:307 msgid "Conflict." msgstr "" #: magnum/common/exception.py:312 msgid "Invalid resource state." msgstr "" #: magnum/common/exception.py:318 #, python-format msgid "%(err)s" msgstr "" #: magnum/common/exception.py:322 #, python-format msgid "Instance %(instance)s could not be found." msgstr "" #: magnum/common/exception.py:326 #, python-format msgid "Couldn't apply patch '%(patch)s'. Reason: %(reason)s" msgstr "" #: magnum/common/exception.py:330 msgid "Not authorized." msgstr "" #: magnum/common/exception.py:335 #, python-format msgid "Policy doesn't allow %(action)s to be performed." msgstr "" #: magnum/common/exception.py:341 msgid "Request not acceptable." msgstr "" #: magnum/common/exception.py:346 #, python-format msgid "Expected a MAC address but received %(mac)s." msgstr "" #: magnum/common/exception.py:350 #, python-format msgid "Invalid configuration file. %(error_msg)s" msgstr "" #: magnum/common/exception.py:354 #, python-format msgid "Failed to establish SSH connection to host %(host)s." msgstr "" #: magnum/common/exception.py:358 #, python-format msgid "Failed to create a file system. File system %(fs)s is not supported." msgstr "" #: magnum/common/exception.py:363 #, python-format msgid "Baymodel %(baymodel)s could not be found." msgstr "" #: magnum/common/exception.py:367 #, python-format msgid "A baymodel with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:371 #, python-format msgid "Baymodel %(baymodel)s is referenced by one or multiple bays." msgstr "" #: magnum/common/exception.py:375 msgid "Not authorized to set public flag for baymodel." msgstr "" #: magnum/common/exception.py:379 #, python-format msgid "Bay %(bay)s could not be found." msgstr "" #: magnum/common/exception.py:383 #, python-format msgid "A bay with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:387 #, python-format msgid "Container %(container)s could not be found." msgstr "" #: magnum/common/exception.py:391 #, python-format msgid "A container with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:395 #, python-format msgid "Pod %(pod)s could not be found." msgstr "" #: magnum/common/exception.py:399 #, python-format msgid "A pod with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:403 #, python-format msgid "Pod list could not be found for Bay %(bay_uuid)s." msgstr "" #: magnum/common/exception.py:407 #, python-format msgid "Pod creation failed in Bay %(bay_uuid)s." msgstr "" #: magnum/common/exception.py:411 #, python-format msgid "ReplicationController %(rc)s could not be found." msgstr "" #: magnum/common/exception.py:415 #, python-format msgid "A ReplicationController with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:419 #, python-format msgid "ReplicationController list could not be found for Bay %(bay_uuid)s." msgstr "" #: magnum/common/exception.py:424 #, python-format msgid "ReplicationController creation failed for Bay %(bay_uuid)s." msgstr "" #: magnum/common/exception.py:429 #, python-format msgid "Service %(service)s could not be found." msgstr "" #: magnum/common/exception.py:433 #, python-format msgid "A service with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:437 #, python-format msgid "Service list could not be found for Bay %(bay_uuid)s." msgstr "" #: magnum/common/exception.py:441 #, python-format msgid "Service creation failed for Bay %(bay_uuid)s." msgstr "" #: magnum/common/exception.py:449 #, python-format msgid "%(operation)s is not supported." msgstr "" #: magnum/common/exception.py:454 #, python-format msgid "Bay type (%(server_type)s, %(os)s, %(coe)s) not supported." msgstr "" #: magnum/common/exception.py:459 #, python-format msgid "Bay type (%(server_type)s, %(os)s, %(coe)s) not enabled." msgstr "" #: magnum/common/exception.py:464 #, python-format msgid "Required parameter %(heat_param)s not provided." msgstr "" #: magnum/common/exception.py:468 #, python-format msgid "The urllib2 URL %(url)s has an invalid scheme." msgstr "" #: magnum/common/exception.py:472 #, python-format msgid "Bay %(bay_name)s already has an operation in progress." msgstr "" #: magnum/common/exception.py:477 #, python-format msgid "Image %(image_id)s could not be found." msgstr "" #: magnum/common/exception.py:482 #, python-format msgid "Not authorized for image %(image_id)s." msgstr "" #: magnum/common/exception.py:487 #, python-format msgid "Image %(image_id)s doesn't contain os_distro field." msgstr "" #: magnum/common/exception.py:505 #, python-format msgid "A key pair %(keypair)s could not be found." msgstr "" #: magnum/common/exception.py:509 #, python-format msgid "A key pair with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:513 #, python-format msgid "Could not store certificate: %(msg)s" msgstr "" #: magnum/common/exception.py:517 #, python-format msgid "Extension '%(extension)s' not allowed" msgstr "" #: magnum/common/exception.py:521 #, python-format msgid "Unable to find keypair %(keypair)s." msgstr "" #: magnum/common/exception.py:525 #, python-format msgid "A magnum service %(magnum_service_id)s could not be found." msgstr "" #: magnum/common/exception.py:529 #, python-format msgid "A magnum service with ID %(id)s already exists." msgstr "" #: magnum/common/exception.py:533 msgid "Unsupported quantity format for k8s bay." msgstr "" #: magnum/common/exception.py:538 #, python-format msgid "Unable to find flavor %(flavor)s." msgstr "" #: magnum/common/exception.py:544 #, python-format msgid "Unable to find network %(network)s." msgstr "" #: magnum/common/exception.py:549 #, python-format msgid "Failed to create trust for trustee %(trustee_user_id)s." msgstr "" #: magnum/common/exception.py:553 #, python-format msgid "Failed to delete trust %(trust_id)s." msgstr "" #: magnum/common/exception.py:557 #, python-format msgid "Failed to create trustee %(username)s in domain %(domain_id)s" msgstr "" #: magnum/common/exception.py:562 #, python-format msgid "Failed to delete trustee %(trustee_id)s" msgstr "" #: magnum/common/exception.py:566 #, python-format msgid "Quota for project %(project_id)s already exists for resource %(resource)s." msgstr "" #: magnum/common/exception.py:571 msgid "Failed to list regions." msgstr "" #: magnum/common/exception.py:575 #, python-format msgid "Failed to create trustee or trust for Bay: %(bay_uuid)s" msgstr "" #: magnum/common/exception.py:579 #, python-format msgid "Failed to create certificates for Bay: %(bay_uuid)s" msgstr "" #: magnum/common/k8s_manifest.py:41 magnum/common/k8s_manifest.py:54 msgid "'manifest' can't be empty" msgstr "" #: magnum/common/k8s_manifest.py:50 #, python-format msgid "Error parsing manifest: %s" msgstr "" #: magnum/common/k8s_manifest.py:58 msgid "The manifest is not a JSON object or YAML mapping." msgstr "" #: magnum/common/keystone.py:36 msgid "Id of the domain to create trustee for bays" msgstr "" #: magnum/common/keystone.py:38 msgid "" "Id of the admin with roles sufficient to manage users in the " "trustee_domain" msgstr "" #: magnum/common/keystone.py:41 msgid "Password of trustee_domain_admin" msgstr "" #: magnum/common/keystone.py:44 msgid "The roles which are delegated to the trustee by the trustor" msgstr "" #: magnum/common/keystone.py:238 msgid "region_name needs to be configured in magnum.conf" msgstr "" #: magnum/common/keystone.py:253 #, python-format msgid "" "region_name %(region_name)s is invalid, expecting a region_name in " "%(region_name_list)s." msgstr "" #: magnum/common/service.py:27 msgid "" "Name of this node. This can be an opaque identifier. It is not " "necessarily a hostname, FQDN, or IP address. However, the node name must " "be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN," " or IP address." msgstr "" #: magnum/common/short_id.py:46 #, python-format msgid "Invalid UUID version (%d)" msgstr "" #: magnum/common/urlfetch.py:29 msgid "Maximum raw byte size of any manifest." msgstr "" #: magnum/common/urlfetch.py:54 #, python-format msgid "Invalid URL scheme %s" msgstr "" #: magnum/common/urlfetch.py:60 magnum/common/urlfetch.py:84 #, python-format msgid "Failed to retrieve manifest: %s" msgstr "" #: magnum/common/utils.py:144 msgid "Invalid private key" msgstr "" #: magnum/common/cert_manager/barbican_cert_manager.py:35 msgid "Retrieved Barbican Container is not of the correct type (certificate)." msgstr "" #: magnum/common/cert_manager/local_cert_manager.py:152 msgid "Certificate could not be read." msgstr "" #: magnum/common/cert_manager/local_cert_manager.py:162 msgid "Private Key could not be read." msgstr "" #: magnum/common/x509/config.py:38 msgid "Certificate can get the CA flag in x509 extensions." msgstr "" #: magnum/common/x509/config.py:41 #, python-format msgid "List of allowed x509 extensions. Available values: %s" msgstr "" #: magnum/common/x509/config.py:45 #, python-format msgid "List of allowed x509 key usage. Available values: %s" msgstr "" #: magnum/common/x509/config.py:49 msgid "Number of days for which a certificate is valid." msgstr "" #: magnum/common/x509/config.py:51 msgid "Size of generated private key. " msgstr "" #: magnum/conductor/scale_manager.py:44 #, python-format msgid "Output key '%(output_key)s' is missing from stack %(stack_id)s" msgstr "" #: magnum/conductor/template_definition.py:41 msgid "Location of template to build a k8s cluster on atomic." msgstr "" #: magnum/conductor/template_definition.py:46 msgid "Location of template to build a k8s cluster on CoreOS." msgstr "" #: magnum/conductor/template_definition.py:50 msgid "Url for etcd public discovery endpoint." msgstr "" #: magnum/conductor/template_definition.py:54 msgid "Location of template to build a swarm cluster on atomic." msgstr "" #: magnum/conductor/template_definition.py:59 msgid "Location of template to build a Mesos cluster on Ubuntu." msgstr "" #: magnum/conductor/template_definition.py:64 msgid "Enabled bay definition entry points." msgstr "" #: magnum/conductor/handlers/bay_conductor.py:168 #, python-format msgid "Updating a bay when stack status is \"%s\"" msgstr "" #: magnum/db/sqlalchemy/api.py:100 #, python-format msgid "The sort_key value \"%(key)s\" is an invalid field for sorting" msgstr "" #: magnum/db/sqlalchemy/api.py:231 msgid "Cannot overwrite UUID for an existing Bay." msgstr "" #: magnum/db/sqlalchemy/api.py:359 msgid "Cannot overwrite UUID for an existing BayModel." msgstr "" #: magnum/db/sqlalchemy/api.py:458 msgid "Cannot overwrite UUID for an existing Container." msgstr "" #: magnum/db/sqlalchemy/api.py:553 msgid "Cannot overwrite UUID for an existing Pod." msgstr "" #: magnum/db/sqlalchemy/api.py:652 msgid "Cannot overwrite UUID for an existing Service." msgstr "" #: magnum/db/sqlalchemy/api.py:749 msgid "Cannot overwrite UUID for an existing rc." msgstr "" #: magnum/db/sqlalchemy/api.py:823 msgid "Cannot overwrite UUID for an existing X509KeyPair." msgstr "" #: magnum/db/sqlalchemy/alembic/versions/592131657ca1_add_coe_column_to_baymodel.py:35 msgid "Container Orchestration Environments are kubernetes or swarm." msgstr "" #: magnum/objects/utils.py:40 msgid "A datetime.datetime is required here" msgstr "" #: magnum/objects/utils.py:105 #, python-format msgid "An object of class %s is required here" msgstr "" #: magnum/service/periodic.py:137 #, python-format msgid "Stack with id %s not found in Heat." msgstr "" #: magnum/tests/unit/common/test_exception.py:23 #, python-format msgid "templated %(name)s" msgstr "" #: magnum/tests/unit/common/test_exception.py:68 #, python-format msgid "custom templated %(name)s" msgstr ""