# Translations template for magnum. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the magnum project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: magnum 3.1.1.dev15\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-09-29 00:15+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" #: magnum/api/attr_validator.py:90 #, python-format msgid "" "Multiple external networks exist with same name '%s'. Please use the " "external network ID instead." msgstr "" #: magnum/api/attr_validator.py:118 #, python-format msgid "" "property \"labels/mesos_slave_isolation\" with value " "\"%(isolation_val)s\" is not supported, supported values are: " "%(supported_isolation)s" msgstr "" #: magnum/api/attr_validator.py:135 #, python-format msgid "" "property \"labels/mesos_slave_image_providers\" with value " "\"%(image_providers)s\" is not supported, supported values are: " "%(supported_image_providers)s" msgstr "" #: magnum/api/attr_validator.py:151 msgid "" "Docker runtime isolator has to be specified if 'docker' is included in " "'mesos_slave_image_providers' Please add 'docker/runtime' to " "'mesos_slave_isolation' labels flags" msgstr "" #: magnum/api/attr_validator.py:165 msgid "Json format error" msgstr "" #: magnum/api/attr_validator.py:185 msgid "master_count must be 1 when master_lb_enabled is False" msgstr "" #: magnum/api/utils.py:41 msgid "Limit must be positive" msgstr "" #: magnum/api/utils.py:51 #, python-format msgid "Invalid sort direction: %s. Acceptable values are 'asc' or 'desc'" msgstr "" #: magnum/api/utils.py:62 msgid "" "Invalid docker memory specified. Acceptable values are format: " "[],where unit = b, k, m or g" msgstr "" #: magnum/api/utils.py:67 #, python-format msgid "Docker Minimum memory limitallowed is %d B." msgstr "" #: magnum/api/utils.py:77 #, python-format msgid "Adding a new attribute %s to the root of the resource is not allowed." msgstr "" #: magnum/api/utils.py:81 #, 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 cluster-templates. Use 'all' " "keyword to allow all drivers supported for kubernetes cluster-templates. " "Supported network drivers include flannel." msgstr "" #: magnum/api/validation.py:37 msgid "Default network driver for kubernetes cluster-templates." msgstr "" #: magnum/api/validation.py:42 msgid "" "Allowed network drivers for docker swarm cluster-templates. Use 'all' " "keyword to allow all drivers supported for swarm cluster-templates. " "Supported network drivers include docker and flannel." msgstr "" #: magnum/api/validation.py:50 msgid "Default network driver for docker swarm cluster-templates." msgstr "" #: magnum/api/validation.py:55 msgid "" "Allowed network drivers for mesos cluster-templates. Use 'all' keyword to" " allow all drivers supported for mesos cluster-templates. Supported " "network drivers include docker." msgstr "" #: magnum/api/validation.py:62 msgid "Default network driver for mesos cluster-templates." msgstr "" #: magnum/api/validation.py:92 #, python-format msgid "" "Cannot fulfill request with a %(cluster_type)s cluster, expecting a " "%(supported_cluster_types)s cluster." msgstr "" #: magnum/api/validation.py:202 #, python-format msgid "cannot change cluster property(ies) %s." msgstr "" #: magnum/api/validation.py:219 #, python-format msgid "Requested COE type %s is not supported." msgstr "" #: magnum/api/validation.py:230 #, python-format msgid "" "Network driver type %(driver)s is not supported, expecting a " "%(supported_drivers)s network driver." msgstr "" #: magnum/api/validation.py:242 #, python-format msgid "" "Network driver type %(driver)s is not allowed, expecting a " "%(allowed_drivers)s network driver. " msgstr "" #: magnum/api/validation.py:257 #, 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:115 #, python-format msgid "" "Version %(ver)s was requested but the requested API %(api)s is not " "supported for this version." msgstr "" #: magnum/api/controllers/versions.py:97 magnum/api/controllers/versions.py:104 #, python-format msgid "Invalid service type for %s header" msgstr "" #: magnum/api/controllers/versions.py:112 #, python-format msgid "Invalid value for %s header" msgstr "" #: magnum/api/controllers/v1/__init__.py:169 #, 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:181 #, 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/types.py:128 #, python-format msgid "Wrong type. Expected '%(type)s', got '%(value)s'" msgstr "" #: magnum/api/controllers/v1/types.py:192 #, python-format msgid "'%s' is an internal attribute and can not be updated" msgstr "" #: magnum/api/controllers/v1/types.py:196 #, python-format msgid "'%s' is a mandatory attribute and can not be removed" msgstr "" #: magnum/api/controllers/v1/types.py:201 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:78 #, python-format msgid "ErrorDocumentMiddleware received an invalid status %s" msgstr "" #: magnum/cmd/api.py:43 #, python-format msgid "Unable to find cert_file : %s" msgstr "" #: magnum/cmd/api.py:47 #, python-format msgid "Unable to find key_file : %s" msgstr "" #: magnum/common/clients.py:31 msgid "Optional CA cert file to use in SSL connections." msgstr "" #: magnum/common/clients.py:33 msgid "Optional PEM-formatted certificate chain file." msgstr "" #: magnum/common/clients.py:35 msgid "Optional PEM-formatted file that contains the private key." msgstr "" #: magnum/common/clients.py:39 msgid "If set, then the server's certificate will not be verified." msgstr "" #: magnum/common/clients.py:44 magnum/common/clients.py:54 #: magnum/common/clients.py:67 magnum/common/clients.py:80 #: magnum/common/clients.py:90 magnum/common/clients.py:103 #: magnum/common/clients.py:113 msgid "" "Region in Identity service catalog to use for communication with the " "OpenStack service." msgstr "" #: magnum/common/clients.py:48 magnum/common/clients.py:58 #: magnum/common/clients.py:71 magnum/common/clients.py:84 #: magnum/common/clients.py:94 magnum/common/clients.py:107 msgid "" "Type of endpoint in Identity service catalog to use for communication " "with the OpenStack service." msgstr "" #: magnum/common/clients.py:63 msgid "Version of Heat API to use in heatclient." msgstr "" #: magnum/common/clients.py:76 msgid "Version of Glance API to use in glanceclient." msgstr "" #: magnum/common/clients.py:99 msgid "Version of Nova API to use in novaclient." msgstr "" #: magnum/common/exception.py:78 msgid "An unknown exception occurred." msgstr "" #: magnum/common/exception.py:123 #, python-format msgid "The %(name)s %(id)s could not be found." msgstr "" #: magnum/common/exception.py:127 #, python-format msgid "The %(name)s resource %(id)s could not be found." msgstr "" #: magnum/common/exception.py:132 #, python-format msgid "%(client)s connection failed. %(message)s" msgstr "" #: magnum/common/exception.py:136 msgid "Unacceptable parameters." msgstr "" #: magnum/common/exception.py:141 #, python-format msgid "Expected a uuid but received %(uuid)s." msgstr "" #: magnum/common/exception.py:145 #, python-format msgid "Expected a name but received %(name)s." msgstr "" #: magnum/common/exception.py:149 #, python-format msgid "" "Received invalid discovery URL '%(discovery_url)s' for discovery endpoint" " '%(discovery_endpoint)s'." msgstr "" #: magnum/common/exception.py:154 #, python-format msgid "Failed to get discovery url from '%(discovery_endpoint)s'." msgstr "" #: magnum/common/exception.py:158 #, python-format msgid "Invalid discovery URL '%(discovery_url)s'." msgstr "" #: magnum/common/exception.py:162 #, python-format msgid "" "Expected cluster size %(expect_size)d but get cluster size %(size)d from " "'%(discovery_url)s'." msgstr "" #: magnum/common/exception.py:167 #, python-format msgid "Failed to get the size of cluster from '%(discovery_url)s'." msgstr "" #: magnum/common/exception.py:171 #, python-format msgid "Expected an uuid or int but received %(identity)s." msgstr "" #: magnum/common/exception.py:175 #, python-format msgid "Received invalid csr %(csr)s." msgstr "" #: magnum/common/exception.py:179 #, python-format msgid "Received invalid subnet %(subnet)s." msgstr "" #: magnum/common/exception.py:187 msgid "Conflict." msgstr "" #: magnum/common/exception.py:192 #, python-format msgid "" "Version of %(name)s %(min_ver)s %(max_ver)s intersects with another " "versions." msgstr "" #: magnum/common/exception.py:199 #, python-format msgid "%(err)s" msgstr "" #: magnum/common/exception.py:203 #, python-format msgid "Couldn't apply patch '%(patch)s'. Reason: %(reason)s" msgstr "" #: magnum/common/exception.py:207 msgid "Not authorized." msgstr "" #: magnum/common/exception.py:212 #, python-format msgid "Policy doesn't allow %(action)s to be performed." msgstr "" #: magnum/common/exception.py:216 #, python-format msgid "Expected a MAC address but received %(mac)s." msgstr "" #: magnum/common/exception.py:220 #, python-format msgid "Invalid configuration file. %(error_msg)s" msgstr "" #: magnum/common/exception.py:224 #, python-format msgid "Failed to establish SSH connection to host %(host)s." msgstr "" #: magnum/common/exception.py:228 #, python-format msgid "Failed to create a file system. File system %(fs)s is not supported." msgstr "" #: magnum/common/exception.py:233 #, python-format msgid "ClusterTemplate %(clustertemplate)s could not be found." msgstr "" #: magnum/common/exception.py:237 #, python-format msgid "A ClusterTemplate with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:241 #, python-format msgid "" "ClusterTemplate %(clustertemplate)s is referenced by one or multiple " "clusters." msgstr "" #: magnum/common/exception.py:246 msgid "Not authorized to set public flag for cluster template." msgstr "" #: magnum/common/exception.py:250 #, python-format msgid "Cluster %(cluster)s could not be found." msgstr "" #: magnum/common/exception.py:254 #, python-format msgid "A cluster with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:258 #, python-format msgid "Container %(container)s could not be found." msgstr "" #: magnum/common/exception.py:262 #, python-format msgid "A container with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:266 #, python-format msgid "Pod %(pod)s could not be found." msgstr "" #: magnum/common/exception.py:270 #, python-format msgid "A pod with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:274 #, python-format msgid "Pod list could not be found for Cluster %(cluster_uuid)s." msgstr "" #: magnum/common/exception.py:278 #, python-format msgid "Pod creation failed in Cluster %(cluster_uuid)s." msgstr "" #: magnum/common/exception.py:282 #, python-format msgid "Service %(service)s could not be found." msgstr "" #: magnum/common/exception.py:286 #, python-format msgid "A service with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:290 #, python-format msgid "Service list could not be found for Cluster %(cluster_uuid)s." msgstr "" #: magnum/common/exception.py:295 #, python-format msgid "Service creation failed for Cluster %(cluster_uuid)s." msgstr "" #: magnum/common/exception.py:303 #, python-format msgid "%(operation)s is not supported." msgstr "" #: magnum/common/exception.py:308 #, python-format msgid "Cluster type (%(server_type)s, %(os)s, %(coe)s) not supported." msgstr "" #: magnum/common/exception.py:313 #, python-format msgid "Cluster type (%(server_type)s, %(os)s, %(coe)s) not enabled." msgstr "" #: magnum/common/exception.py:318 #, python-format msgid "Required parameter %(heat_param)s not provided." msgstr "" #: magnum/common/exception.py:322 #, python-format msgid "The urllib2 URL %(url)s has an invalid scheme." msgstr "" #: magnum/common/exception.py:326 #, python-format msgid "Cluster %(cluster_name)s already has an operation in progress." msgstr "" #: magnum/common/exception.py:332 #, python-format msgid "Image %(image_id)s could not be found." msgstr "" #: magnum/common/exception.py:337 #, python-format msgid "Not authorized for image %(image_id)s." msgstr "" #: magnum/common/exception.py:342 #, python-format msgid "Image %(image_id)s doesn't contain os_distro field." msgstr "" #: magnum/common/exception.py:360 #, python-format msgid "A key pair %(x509keypair)s could not be found." msgstr "" #: magnum/common/exception.py:364 #, python-format msgid "A key pair with UUID %(uuid)s already exists." msgstr "" #: magnum/common/exception.py:368 #, python-format msgid "Could not store certificate: %(msg)s" msgstr "" #: magnum/common/exception.py:372 #, python-format msgid "Extension '%(extension)s' not allowed" msgstr "" #: magnum/common/exception.py:376 #, python-format msgid "Unable to find keypair %(keypair)s." msgstr "" #: magnum/common/exception.py:380 #, python-format msgid "A magnum service %(magnum_service_id)s could not be found." msgstr "" #: magnum/common/exception.py:384 #, python-format msgid "A magnum service with ID %(id)s already exists." msgstr "" #: magnum/common/exception.py:388 msgid "Unsupported quantity format for k8s cluster." msgstr "" #: magnum/common/exception.py:392 msgid "Unsupported quantity format for Swarm cluster." msgstr "" #: magnum/common/exception.py:397 #, python-format msgid "Unable to find flavor %(flavor)s." msgstr "" #: magnum/common/exception.py:404 #, python-format msgid "Unable to find external network %(network)s." msgstr "" #: magnum/common/exception.py:409 #, python-format msgid "Failed to create trust for trustee %(trustee_user_id)s." msgstr "" #: magnum/common/exception.py:413 #, python-format msgid "Failed to delete trust %(trust_id)s." msgstr "" #: magnum/common/exception.py:417 #, python-format msgid "Failed to create trustee %(username)s in domain %(domain_id)s" msgstr "" #: magnum/common/exception.py:422 #, python-format msgid "Failed to delete trustee %(trustee_id)s" msgstr "" #: magnum/common/exception.py:426 #, python-format msgid "Quota for project %(project_id)s already exists for resource %(resource)s." msgstr "" #: magnum/common/exception.py:431 msgid "Failed to list regions." msgstr "" #: magnum/common/exception.py:435 #, python-format msgid "Failed to create trustee or trust for Cluster: %(cluster_uuid)s" msgstr "" #: magnum/common/exception.py:440 #, python-format msgid "Failed to create certificates for Cluster: %(cluster_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:35 msgid "Id of the domain to create trustee for clusters" msgstr "" #: magnum/common/keystone.py:37 msgid "Name of the domain to create trustee for s" msgstr "" #: magnum/common/keystone.py:39 msgid "" "Id of the admin with roles sufficient to manage users in the " "trustee_domain" msgstr "" #: magnum/common/keystone.py:42 msgid "" "Name of the admin with roles sufficient to manage users in the " "trustee_domain" msgstr "" #: magnum/common/keystone.py:45 msgid "Id of the domain admin user's domain. trustee_domain_id is used by default" msgstr "" #: magnum/common/keystone.py:48 msgid "" "Name of the domain admin user's domain. trustee_domain_name is used by " "default" msgstr "" #: magnum/common/keystone.py:51 msgid "Password of trustee_domain_admin" msgstr "" #: magnum/common/keystone.py:54 msgid "The roles which are delegated to the trustee by the trustor" msgstr "" #: magnum/common/keystone.py:314 msgid "region_name needs to be configured in magnum.conf" msgstr "" #: magnum/common/keystone.py:329 #, python-format msgid "" "region_name %(region_name)s is invalid, expecting a region_name in " "%(region_name_list)s." msgstr "" #: magnum/common/service.py:25 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:30 msgid "Maximum raw byte size of any manifest." msgstr "" #: magnum/common/urlfetch.py:55 #, python-format msgid "Invalid URL scheme %s" msgstr "" #: magnum/common/urlfetch.py:61 magnum/common/urlfetch.py:86 #, python-format msgid "Failed to retrieve manifest: %s" 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/handlers/cluster_conductor.py:205 #, python-format msgid "Updating a cluster when stack status is \"%s\"" msgstr "" #: magnum/db/sqlalchemy/api.py:101 #, python-format msgid "The sort_key value \"%(key)s\" is an invalid field for sorting" msgstr "" #: magnum/db/sqlalchemy/api.py:209 msgid "Cannot overwrite UUID for an existing Cluster." msgstr "" #: magnum/db/sqlalchemy/api.py:345 msgid "Cannot overwrite UUID for an existing ClusterTemplate." msgstr "" #: magnum/db/sqlalchemy/api.py:413 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/drivers/common/template_def.py:39 msgid "Url for etcd public discovery endpoint." msgstr "" #: magnum/drivers/common/template_def.py:45 msgid "Enabled cluster definition entry points." msgstr "" #: magnum/drivers/common/template_def.py:51 msgid "Region name of Swift" msgstr "" #: magnum/drivers/common/template_def.py:54 msgid "Name of the container in Swift which docker registry stores images in" msgstr "" #: magnum/service/periodic.py:186 #, python-format msgid "Stack with id %s not found in Heat." msgstr "" #: magnum/tests/unit/common/test_exception.py:21 #, python-format msgid "templated %(name)s" msgstr "" #: magnum/tests/unit/common/test_exception.py:34 #, python-format msgid "custom templated %(name)s" msgstr "" #: magnum/tests/unit/objects/utils.py:144 msgid "A datetime.datetime is required here" msgstr ""