# Translations template for keystone. # Copyright (C) 2017 ORGANIZATION # This file is distributed under the same license as the keystone project. # FIRST AUTHOR , 2017. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: keystone 10.0.3.dev9\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2017-07-21 01:23+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" #: keystone/exception.py:83 #, python-format msgid "" "Expecting to find %(attribute)s in %(target)s - the server could not " "comply with the request since it is either malformed or otherwise " "incorrect. The client is assumed to be in error." msgstr "" #: keystone/exception.py:92 #, python-format msgid "Cannot create an endpoint with an invalid URL: %(url)s" msgstr "" #: keystone/exception.py:97 #, python-format msgid "Password validation error: %(detail)s" msgstr "" #: keystone/exception.py:101 #, python-format msgid "" "You cannot change your password at this time due to the minimum password " "age. Once you change your password, it must be used for %(min_age_days)d " "day(s) before it can be changed. Please try again in %(days_left)d day(s)" " or contact your administrator to reset your password." msgstr "" #: keystone/exception.py:112 #, python-format msgid "%(detail)s" msgstr "" #: keystone/exception.py:116 msgid "" "Timestamp not in expected format. The server could not comply with the " "request since it is either malformed or otherwise incorrect. The client " "is assumed to be in error." msgstr "" #: keystone/exception.py:125 msgid "" "The 'expires_at' must not be before now. The server could not comply with" " the request since it is either malformed or otherwise incorrect. The " "client is assumed to be in error." msgstr "" #: keystone/exception.py:134 #, python-format msgid "" "String length exceeded.The length of string '%(string)s' exceeded the " "limit of column %(type)s(CHAR(%(length)d))." msgstr "" #: keystone/exception.py:140 #, python-format msgid "" "Request attribute %(attribute)s must be less than or equal to %(size)i. " "The server could not comply with the request because the attribute size " "is invalid (too large). The client is assumed to be in error." msgstr "" #: keystone/exception.py:150 #, python-format msgid "" "The specified parent region %(parent_region_id)s would create a circular " "region hierarchy." msgstr "" #: keystone/exception.py:169 #, python-format msgid "" "The password length must be less than or equal to %(size)i. The server " "could not comply with the request because the password is invalid." msgstr "" #: keystone/exception.py:175 #, python-format msgid "" "Unable to delete region %(region_id)s because it or its child regions " "have associated endpoints." msgstr "" #: keystone/exception.py:180 msgid "" "The certificates you requested are not available. It is likely that this " "server does not use PKI tokens otherwise this is the result of " "misconfiguration." msgstr "" #: keystone/exception.py:192 msgid "(Disable insecure_debug mode to suppress these details.)" msgstr "" #: keystone/exception.py:231 #, python-format msgid "%(message)s %(amendment)s" msgstr "" #: keystone/exception.py:239 msgid "The request you have made requires authentication." msgstr "" #: keystone/exception.py:245 #, python-format msgid "" "The password is expired and needs to be reset by an administrator for " "user: %(user_id)s" msgstr "" #: keystone/exception.py:250 msgid "Authentication plugin error." msgstr "" #: keystone/exception.py:258 #, python-format msgid "The account is disabled for user: %(user_id)s" msgstr "" #: keystone/exception.py:262 #, python-format msgid "The account is locked for user: %(user_id)s" msgstr "" #: keystone/exception.py:266 msgid "Attempted to authenticate with an unsupported method." msgstr "" #: keystone/exception.py:274 msgid "Additional authentications steps required." msgstr "" #: keystone/exception.py:282 msgid "You are not authorized to perform the requested action." msgstr "" #: keystone/exception.py:289 #, python-format msgid "You are not authorized to perform the requested action: %(action)s" msgstr "" #: keystone/exception.py:294 #, python-format msgid "" "Could not change immutable attribute(s) '%(attributes)s' in target " "%(target)s" msgstr "" #: keystone/exception.py:299 #, python-format msgid "" "Group membership across backend boundaries is not allowed, group in " "question is %(group_id)s, user is %(user_id)s" msgstr "" #: keystone/exception.py:305 #, python-format msgid "" "Invalid mix of entities for policy association - only Endpoint, Service " "or Region+Service allowed. Request was - Endpoint: %(endpoint_id)s, " "Service: %(service_id)s, Region: %(region_id)s" msgstr "" #: keystone/exception.py:312 #, python-format msgid "Invalid domain specific configuration: %(reason)s" msgstr "" #: keystone/exception.py:316 #, python-format msgid "Could not find: %(target)s" msgstr "" #: keystone/exception.py:322 #, python-format msgid "Could not find endpoint: %(endpoint_id)s" msgstr "" #: keystone/exception.py:329 msgid "An unhandled exception has occurred: Could not find metadata." msgstr "" #: keystone/exception.py:334 #, python-format msgid "Could not find policy: %(policy_id)s" msgstr "" #: keystone/exception.py:338 msgid "Could not find policy association" msgstr "" #: keystone/exception.py:342 #, python-format msgid "Could not find role: %(role_id)s" msgstr "" #: keystone/exception.py:346 #, python-format msgid "%(prior_role_id)s does not imply %(implied_role_id)s" msgstr "" #: keystone/exception.py:350 #, python-format msgid "%(role_id)s cannot be an implied roles" msgstr "" #: keystone/exception.py:354 #, python-format msgid "" "project: %(project_id)s must be in the same domain as the role: " "%(role_id)s being assigned." msgstr "" #: keystone/exception.py:359 #, python-format msgid "" "Could not find role assignment with role: %(role_id)s, user or group: " "%(actor_id)s, project or domain: %(target_id)s" msgstr "" #: keystone/exception.py:365 #, python-format msgid "Could not find region: %(region_id)s" msgstr "" #: keystone/exception.py:369 #, python-format msgid "Could not find service: %(service_id)s" msgstr "" #: keystone/exception.py:373 #, python-format msgid "Could not find domain: %(domain_id)s" msgstr "" #: keystone/exception.py:377 #, python-format msgid "Could not find project: %(project_id)s" msgstr "" #: keystone/exception.py:381 #, python-format msgid "Cannot create project with parent: %(project_id)s" msgstr "" #: keystone/exception.py:385 #, python-format msgid "Could not find token: %(token_id)s" msgstr "" #: keystone/exception.py:389 #, python-format msgid "Could not find user: %(user_id)s" msgstr "" #: keystone/exception.py:393 #, python-format msgid "Could not find group: %(group_id)s" msgstr "" #: keystone/exception.py:397 #, python-format msgid "Could not find mapping: %(mapping_id)s" msgstr "" #: keystone/exception.py:401 #, python-format msgid "Could not find trust: %(trust_id)s" msgstr "" #: keystone/exception.py:405 #, python-format msgid "No remaining uses for trust: %(trust_id)s" msgstr "" #: keystone/exception.py:409 #, python-format msgid "Could not find credential: %(credential_id)s" msgstr "" #: keystone/exception.py:413 #, python-format msgid "Could not find version: %(version)s" msgstr "" #: keystone/exception.py:417 #, python-format msgid "Could not find Endpoint Group: %(endpoint_group_id)s" msgstr "" #: keystone/exception.py:421 #, python-format msgid "Could not find Identity Provider: %(idp_id)s" msgstr "" #: keystone/exception.py:425 #, python-format msgid "Could not find Service Provider: %(sp_id)s" msgstr "" #: keystone/exception.py:429 #, python-format msgid "" "Could not find federated protocol %(protocol_id)s for Identity Provider: " "%(idp_id)s" msgstr "" #: keystone/exception.py:440 #, python-format msgid "" "Could not find %(group_or_option)s in domain configuration for domain " "%(domain_id)s" msgstr "" #: keystone/exception.py:458 #, python-format msgid "Conflict occurred attempting to store %(type)s - %(details)s" msgstr "" #: keystone/exception.py:467 msgid "An unexpected error prevented the server from fulfilling your request." msgstr "" #: keystone/exception.py:470 #, python-format msgid "" "An unexpected error prevented the server from fulfilling your request: " "%(exception)s" msgstr "" #: keystone/exception.py:488 #, python-format msgid "Unable to consume trust %(trust_id)s, unable to acquire lock." msgstr "" #: keystone/exception.py:493 msgid "" "Expected signing certificates are not available on the server. Please " "check Keystone configuration." msgstr "" #: keystone/exception.py:499 #, python-format msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." msgstr "" #: keystone/exception.py:504 #, python-format msgid "" "Group %(group_id)s returned by mapping %(mapping_id)s was not found in " "the backend." msgstr "" #: keystone/exception.py:509 #, python-format msgid "Error while reading metadata file, %(reason)s" msgstr "" #: keystone/exception.py:513 #, python-format msgid "" "Local section in mapping %(mapping_id)s refers to a remote match that " "doesn't exist (e.g. {0} in a local section)." msgstr "" #: keystone/exception.py:519 #, python-format msgid "" "Unexpected combination of grant attributes - User: %(user_id)s, Group: " "%(group_id)s, Project: %(project_id)s, Domain: %(domain_id)s" msgstr "" #: keystone/exception.py:526 msgid "The action you have requested has not been implemented." msgstr "" #: keystone/exception.py:533 msgid "The service you have requested is no longer available on this server." msgstr "" #: keystone/exception.py:540 #, python-format msgid "The Keystone configuration file %(config_file)s could not be found." msgstr "" #: keystone/exception.py:545 msgid "" "No encryption keys found; run keystone-manage fernet_setup to bootstrap " "one." msgstr "" #: keystone/exception.py:550 #, python-format msgid "" "The Keystone domain-specific configuration has specified more than one " "SQL driver (only one is permitted): %(source)s." msgstr "" #: keystone/exception.py:557 #, python-format msgid "" "%(mod_name)s doesn't provide database migrations. The migration " "repository path at %(path)s doesn't exist or isn't a directory." msgstr "" #: keystone/exception.py:564 msgid "Token version is unrecognizable or unsupported." msgstr "" #: keystone/exception.py:569 #, python-format msgid "" "Unable to sign SAML assertion. It is likely that this server does not " "have xmlsec1 installed, or this is the result of misconfiguration. Reason" " %(reason)s" msgstr "" #: keystone/exception.py:576 msgid "" "No Authorization headers found, cannot proceed with OAuth related calls, " "if running under HTTPd or Apache, ensure WSGIPassAuthorization is set to " "On." msgstr "" #: keystone/exception.py:583 #, python-format msgid "" "Could not determine Identity Provider ID. The configuration option " "%(issuer_attribute)s was not found in the request environment." msgstr "" #: keystone/exception.py:589 #, python-format msgid "%(driver)s is not supported driver version" msgstr "" #: keystone/exception.py:593 msgid "" "An unexpected error prevented the server from accessing encrypted " "credentials." msgstr "" #: keystone/notifications.py:209 #, python-format msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" msgstr "" #: keystone/notifications.py:218 #, python-format msgid "Method not callable: %s" msgstr "" #: keystone/assignment/controllers.py:143 #: keystone/assignment/controllers.py:160 #: keystone/assignment/controllers.py:179 msgid "User roles not supported: tenant_id required" msgstr "" #: keystone/assignment/controllers.py:580 #: keystone/assignment/controllers.py:871 msgid "Specify a domain or project, not both" msgstr "" #: keystone/assignment/controllers.py:583 msgid "Specify one of domain or project" msgstr "" #: keystone/assignment/controllers.py:588 #: keystone/assignment/controllers.py:876 msgid "Specify a user or group, not both" msgstr "" #: keystone/assignment/controllers.py:591 msgid "Specify one of user or group" msgstr "" #: keystone/assignment/controllers.py:860 msgid "Combining effective and group filter will always result in an empty list." msgstr "" #: keystone/assignment/controllers.py:865 msgid "" "Combining effective, domain and inherited filters will always result in " "an empty list." msgstr "" #: keystone/assignment/controllers.py:968 msgid "scope.project.id must be specified if include_subtree is also specified" msgstr "" #: keystone/assignment/core.py:76 msgid "" "Use of the identity driver config to automatically configure the same " "assignment driver has been deprecated, in the \"O\" release, the " "assignment driver will need to be expicitly configured if different than " "the default (SQL)." msgstr "" #: keystone/assignment/core.py:87 #, python-format msgid "" "Attempted automatic driver selection for assignment based upon " "[identity]\\driver option failed since driver %s is not found. Set " "[assignment]/driver to a valid driver in keystone config." msgstr "" #: keystone/assignment/core.py:183 msgid "Must specify either domain or project" msgstr "" #: keystone/assignment/core.py:860 msgid "Cannot list assignments sourced from groups and filtered by user ID." msgstr "" #: keystone/assignment/core.py:1070 #, python-format msgid "Project (%s)" msgstr "" #: keystone/assignment/core.py:1072 #, python-format msgid "Domain (%s)" msgstr "" #: keystone/assignment/core.py:1074 msgid "Unknown Target" msgstr "" #: keystone/assignment/core.py:1219 msgid "Update of `domain_id` is not allowed." msgstr "" #: keystone/assignment/core.py:1241 msgid "Global role cannot imply a domain-specific role" msgstr "" #: keystone/assignment/V8_backends/sql.py:287 #: keystone/assignment/backends/sql.py:137 #, python-format msgid "Cannot remove role that has not been granted, %s" msgstr "" #: keystone/assignment/V8_backends/sql.py:363 #: keystone/assignment/backends/sql.py:213 #, python-format msgid "Unexpected assignment type encountered, %s" msgstr "" #: keystone/assignment/role_backends/base.py:222 msgid "Domain specific roles are not supported in the V8 role driver" msgstr "" #: keystone/auth/controllers.py:59 #, python-format msgid "" "Direct import of auth plugin %(name)r is deprecated as of Liberty in " "favor of its entrypoint from %(namespace)r and may be removed in N." msgstr "" #: keystone/auth/controllers.py:121 #, python-format msgid "" "Unable to reconcile identity attribute %(attribute)s as it has " "conflicting values %(new)s and %(old)s" msgstr "" #: keystone/auth/controllers.py:184 msgid "Domain name cannot contain reserved characters." msgstr "" #: keystone/auth/controllers.py:210 msgid "Project name cannot contain reserved characters." msgstr "" #: keystone/auth/controllers.py:360 keystone/middleware/auth.py:87 msgid "Scoping to both domain and project is not allowed" msgstr "" #: keystone/auth/controllers.py:363 msgid "Scoping to both domain and trust is not allowed" msgstr "" #: keystone/auth/controllers.py:366 msgid "Scoping to both project and trust is not allowed" msgstr "" #: keystone/auth/controllers.py:538 msgid "User not found" msgstr "" #: keystone/auth/controllers.py:651 msgid "A project-scoped token is required to produce a service catalog." msgstr "" #: keystone/auth/plugins/external.py:40 msgid "No authenticated user" msgstr "" #: keystone/auth/plugins/external.py:46 #, python-format msgid "Unable to lookup user %s" msgstr "" #: keystone/auth/plugins/external.py:96 msgid "auth_type is not Negotiate" msgstr "" #: keystone/auth/plugins/mapped.py:251 msgid "" "Could not map user while setting ephemeral user identity. Either mapping " "rules must specify user id/name or REMOTE_USER environment variable must " "be set." msgstr "" #: keystone/auth/plugins/oauth1.py:45 msgid "Access token is expired" msgstr "" #: keystone/auth/plugins/oauth1.py:60 msgid "Could not validate the access token" msgstr "" #: keystone/auth/plugins/password.py:39 msgid "Invalid username or password" msgstr "" #: keystone/auth/plugins/token.py:70 keystone/token/controllers.py:157 msgid "rescope a scoped token" msgstr "" #: keystone/auth/plugins/totp.py:96 msgid "Invalid username or TOTP passcode" msgstr "" #: keystone/catalog/controllers.py:216 #, python-format msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" msgstr "" #: keystone/catalog/core.py:74 keystone/identity/backends/ldap/common.py:1407 #, python-format msgid "Duplicate ID, %s." msgstr "" #: keystone/catalog/backends/sql.py:389 #, python-format msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" msgstr "" #: keystone/catalog/backends/sql.py:492 msgid "Endpoint Group Project Association not found" msgstr "" #: keystone/cmd/cli.py:175 msgid "Either --bootstrap-password argument or OS_BOOTSTRAP_PASSWORD must be set." msgstr "" #: keystone/cmd/cli.py:400 msgid "" "All extensions have been moved into keystone core and as such its " "migrations are maintained by the main keystone database control. Use the " "command: keystone-manage db_sync" msgstr "" #: keystone/cmd/cli.py:693 msgid "" "Unable to rotate credential keys because not all credentials are " "encrypted with the primary key. Please make sure all credentials have " "been encrypted with the primary key using `keystone-manage " "credential_migrate`." msgstr "" #: keystone/cmd/cli.py:829 msgid "At least one option must be provided" msgstr "" #: keystone/cmd/cli.py:836 msgid "--all option cannot be mixed with other options" msgstr "" #: keystone/cmd/cli.py:843 #, python-format msgid "Unknown domain '%(name)s' specified by --domain-name" msgstr "" #: keystone/cmd/cli.py:922 keystone/tests/unit/test_cli.py:550 msgid "At least one option must be provided, use either --all or --domain-name" msgstr "" #: keystone/cmd/cli.py:928 keystone/tests/unit/test_cli.py:566 msgid "The --all option cannot be used with the --domain-name option" msgstr "" #: keystone/cmd/cli.py:946 keystone/tests/unit/test_cli.py:583 #, python-format msgid "" "Invalid domain name: %(domain)s found in config file name: %(file)s - " "ignoring this file." msgstr "" #: keystone/cmd/cli.py:954 keystone/tests/unit/test_cli.py:524 #, python-format msgid "" "Domain: %(domain)s already has a configuration defined - ignoring file: " "%(file)s." msgstr "" #: keystone/cmd/cli.py:968 #, python-format msgid "Error parsing configuration file for domain: %(domain)s, file: %(file)s." msgstr "" #: keystone/cmd/cli.py:1003 #, python-format msgid "Unable to locate domain config directory: %s" msgstr "" #: keystone/cmd/cli.py:1026 msgid "" "Unable to access the keystone database, please check it is configured " "correctly." msgstr "" #: keystone/cmd/cli.py:1100 #, python-format msgid "Error while parsing rules %(path)s: %(err)s" msgstr "" #: keystone/cmd/cli.py:1109 #, python-format msgid "Error while opening file %(path)s: %(err)s" msgstr "" #: keystone/cmd/cli.py:1118 #, python-format msgid "" "assertion file %(pathname)s at line %(line_num)d expected 'key: value' " "but found '%(line)s' see help for file format" msgstr "" #: keystone/cmd/cli.py:1239 #, python-format msgid "Invalid domain name or ID: %(domain)s" msgstr "" #: keystone/cmd/doctor/__init__.py:65 #, python-format msgid "" "\n" "WARNING: %s" msgstr "" #: keystone/common/authorization.py:61 keystone/common/wsgi.py:68 #, python-format msgid "token reference must be a KeystoneToken type, got: %s" msgstr "" #: keystone/common/clean.py:24 #, python-format msgid "%s cannot be empty." msgstr "" #: keystone/common/clean.py:26 #, python-format msgid "%(property_name)s cannot be less than %(min_length)s characters." msgstr "" #: keystone/common/clean.py:31 #, python-format msgid "%(property_name)s should not be greater than %(max_length)s characters." msgstr "" #: keystone/common/clean.py:40 #, python-format msgid "%(property_name)s is not a %(display_expected_type)s" msgstr "" #: keystone/common/controller.py:339 keystone/common/controller.py:367 #: keystone/identity/core.py:578 keystone/resource/backends/base.py:278 #, python-format msgid "Expected dict or list: %s" msgstr "" #: keystone/common/controller.py:380 msgid "Marker could not be found" msgstr "" #: keystone/common/controller.py:391 msgid "Invalid limit value" msgstr "" #: keystone/common/controller.py:687 msgid "Cannot change Domain ID" msgstr "" #: keystone/common/controller.py:735 msgid "" "You have tried to create a resource using the admin token. As this token " "is not within a domain you must explicitly include a domain for this " "resource to belong to." msgstr "" #: keystone/common/dependency.py:65 #, python-format msgid "Unregistered dependency: %(name)s for %(targets)s" msgstr "" #: keystone/common/driver_hints.py:38 msgid "" "Cannot truncate a driver call without hints list as first parameter after" " self " msgstr "" #: keystone/common/json_home.py:76 #, python-format msgid "Unexpected status requested for JSON Home response, %s" msgstr "" #: keystone/common/manager.py:82 #, python-format msgid "" "Direct import of driver %(name)r is deprecated as of Liberty in favor of " "its entrypoint from %(namespace)r and may be removed in N." msgstr "" #: keystone/common/request.py:46 msgid "Query string is not UTF-8 encoded" msgstr "" #: keystone/common/tokenless_auth.py:73 msgid "Neither Project Domain ID nor Project Domain Name was provided." msgstr "" #: keystone/common/tokenless_auth.py:165 msgid "" "User auth cannot be built due to missing either user id, or user name " "with domain id, or user name with domain name." msgstr "" #: keystone/common/utils.py:68 msgid "Length of transformable resource id > 64, which is max allowed characters" msgstr "" #: keystone/common/utils.py:176 keystone/credential/controllers.py:44 msgid "Invalid blob in credential" msgstr "" #: keystone/common/wsgi.py:95 msgid "Kerberos credentials required and not present" msgstr "" #: keystone/common/wsgi.py:100 msgid "Kerberos credentials do not match those in bind" msgstr "" #: keystone/common/wsgi.py:112 #, python-format msgid "Could not verify unknown bind: {%(bind_type)s: %(identifier)s}" msgstr "" #: keystone/common/wsgi.py:324 #, python-format msgid "%s field is required and cannot be empty" msgstr "" #: keystone/common/wsgi.py:336 #, python-format msgid "%s field(s) cannot be empty" msgstr "" #: keystone/common/wsgi.py:527 msgid "The resource could not be found." msgstr "" #: keystone/common/kvs/core.py:86 #, python-format msgid "Lock Timeout occurred for key, %(target)s" msgstr "" #: keystone/common/kvs/core.py:127 #, python-format msgid "KVS region %s is already configured. Cannot reconfigure." msgstr "" #: keystone/common/kvs/core.py:170 #, python-format msgid "Key Value Store not configured: %s" msgstr "" #: keystone/common/kvs/core.py:223 msgid "`key_mangler` option must be a function reference" msgstr "" #: keystone/common/kvs/core.py:380 #, python-format msgid "Lock key must match target key: %(lock)s != %(target)s" msgstr "" #: keystone/common/kvs/core.py:384 msgid "Must be called within an active lock context." msgstr "" #: keystone/common/kvs/backends/memcached.py:68 #, python-format msgid "Maximum lock attempts on %s occurred." msgstr "" #: keystone/common/kvs/backends/memcached.py:109 #, python-format msgid "" "Backend `%(backend)s` is not a valid memcached backend. Valid backends: " "%(backend_list)s" msgstr "" #: keystone/common/kvs/backends/memcached.py:185 msgid "`key_mangler` functions must be callable." msgstr "" #: keystone/common/sql/core.py:437 msgid "Duplicate Entry" msgstr "" #: keystone/common/sql/core.py:453 #, python-format msgid "An unexpected error occurred when trying to store %s" msgstr "" #: keystone/common/sql/migration_helpers.py:175 msgid "Unable to downgrade schema" msgstr "" #: keystone/common/validation/validators.py:34 msgid "Password must be a string type" msgstr "" #: keystone/common/validation/validators.py:40 #, python-format msgid "The password does not meet the requirements: %(message)s" msgstr "" #: keystone/common/validation/validators.py:47 msgid "Unable to validate password due to invalid configuration" msgstr "" #: keystone/common/validation/validators.py:85 #, python-format msgid "Invalid input for field '%(path)s': %(message)s" msgstr "" #: keystone/contrib/admin_crud/core.py:28 msgid "" "Remove admin_crud_extension from the paste pipeline, the admin_crud " "extension is now always available. Updatethe [pipeline:admin_api] section" " in keystone-paste.ini accordingly, as it will be removed in the O " "release." msgstr "" #: keystone/contrib/ec2/controllers.py:81 keystone/contrib/s3/core.py:111 #: keystone/contrib/s3/core.py:114 msgid "Invalid EC2 signature." msgstr "" #: keystone/contrib/ec2/controllers.py:84 #: keystone/contrib/ec2/controllers.py:88 #: keystone/contrib/ec2/controllers.py:126 msgid "EC2 signature not supplied." msgstr "" #: keystone/contrib/ec2/controllers.py:160 msgid "User not valid for tenant." msgstr "" #: keystone/contrib/ec2/controllers.py:260 msgid "EC2 access key not found." msgstr "" #: keystone/contrib/ec2/controllers.py:326 msgid "Token belongs to another user" msgstr "" #: keystone/contrib/ec2/controllers.py:354 msgid "Credential belongs to another user" msgstr "" #: keystone/contrib/endpoint_filter/routers.py:29 msgid "" "Remove endpoint_filter_extension from the paste pipeline, the endpoint " "filter extension is now always available. Update the [pipeline:api_v3] " "section in keystone-paste.ini accordingly as it will be removed in the O " "release." msgstr "" #: keystone/contrib/federation/routers.py:27 msgid "" "Remove federation_extension from the paste pipeline, the federation " "extension is now always available. Update the [pipeline:api_v3] section " "in keystone-paste.ini accordingly, as it will be removed in the O " "release." msgstr "" #: keystone/contrib/oauth1/routers.py:29 msgid "" "Remove oauth1_extension from the paste pipeline, the oauth1 extension is " "now always available. Update the [pipeline:api_v3] section in keystone-" "paste.ini accordingly, as it will be removed in the O release." msgstr "" #: keystone/contrib/revoke/routers.py:27 msgid "" "Remove revoke_extension from the paste pipeline, the revoke extension is " "now always available. Update the [pipeline:api_v3] section in keystone-" "paste.ini accordingly, as it will be removed in the O release." msgstr "" #: keystone/contrib/s3/core.py:82 msgid "Credential signature mismatch" msgstr "" #: keystone/contrib/simple_cert/routers.py:27 msgid "" "Remove simple_cert from the paste pipeline, the PKI and PKIz token " "providers are now deprecated and simple_cert was only used insupport of " "these token providers. Update the [pipeline:api_v3] section in keystone-" "paste.ini accordingly, as it will be removed in the O release." msgstr "" #: keystone/contrib/user_crud/core.py:28 msgid "" "Remove user_crud_extension from the paste pipeline, the user_crud " "extension is now always available. Updatethe [pipeline:public_api] " "section in keystone-paste.ini accordingly, as it will be removed in the O" " release." msgstr "" #: keystone/credential/providers/fernet/core.py:104 msgid "Credential could not be decrypted. Please contact the administrator" msgstr "" #: keystone/endpoint_policy/core.py:263 #, python-format msgid "No policy is associated with endpoint %(endpoint_id)s." msgstr "" #: keystone/federation/controllers.py:278 msgid "Request must have an origin query parameter" msgstr "" #: keystone/federation/controllers.py:289 #, python-format msgid "%(host)s is not a trusted dashboard host" msgstr "" #: keystone/federation/controllers.py:320 msgid "Missing entity ID from environment" msgstr "" #: keystone/federation/controllers.py:371 msgid "Use a project scoped token when attempting to create a SAML assertion" msgstr "" #: keystone/federation/core.py:130 #, python-format msgid "Invalid mapping id: %s" msgstr "" #: keystone/federation/idp.py:492 #, python-format msgid "Cannot open certificate %(cert_file)s. Reason: %(reason)s" msgstr "" #: keystone/federation/idp.py:558 msgid "Ensure configuration option idp_entity_id is set." msgstr "" #: keystone/federation/idp.py:561 msgid "Ensure configuration option idp_sso_endpoint is set." msgstr "" #: keystone/federation/idp.py:580 msgid "" "idp_contact_type must be one of: [technical, other, support, " "administrative or billing." msgstr "" #: keystone/federation/utils.py:247 msgid "Federation token is expired" msgstr "" #: keystone/federation/utils.py:287 msgid "Could not find Identity Provider identifier in environment" msgstr "" #: keystone/federation/utils.py:291 msgid "" "Incoming identity provider identifier not included among the accepted " "identifiers." msgstr "" #: keystone/federation/utils.py:562 #, python-format msgid "User type %s not supported" msgstr "" #: keystone/federation/utils.py:582 msgid "" "Could not map any federated user properties to identity values. Check " "debug logs or the mapping used for additional details." msgstr "" #: keystone/federation/utils.py:606 #, python-format msgid "" "Invalid rule: %(identity_value)s. Both 'groups' and 'domain' keywords " "must be specified." msgstr "" #: keystone/federation/utils.py:831 #, python-format msgid "Identity Provider %(idp)s is disabled" msgstr "" #: keystone/federation/utils.py:839 #, python-format msgid "Service Provider %(sp)s is disabled" msgstr "" #: keystone/federation/V8_backends/sql.py:174 #: keystone/federation/backends/sql.py:174 #, python-format msgid "Duplicate remote ID: %s" msgstr "" #: keystone/federation/V8_backends/sql.py:176 #: keystone/federation/backends/sql.py:176 #, python-format msgid "Duplicate entry: %s" msgstr "" #: keystone/identity/core.py:248 #, python-format msgid "Config API entity at /domains/%s/config" msgstr "" #: keystone/identity/core.py:254 #, python-format msgid "" "Exceeded attempts to register domain %(domain)s to use the SQL driver, " "the last domain that appears to have had it is %(last_domain)s, giving up" msgstr "" #: keystone/identity/backends/ldap/core.py:63 #: keystone/identity/backends/ldap/core.py:65 #: keystone/identity/backends/ldap/core.py:71 #: keystone/identity/backends/ldap/core.py:73 #: keystone/identity/backends/sql.py:60 keystone/identity/backends/sql.py:65 #: keystone/identity/core.py:433 msgid "Invalid user / password" msgstr "" #: keystone/identity/core.py:845 #, python-format msgid "User's default project ID cannot be a domain ID: %s" msgstr "" #: keystone/identity/core.py:901 #, python-format msgid "User is disabled: %s" msgstr "" #: keystone/identity/core.py:934 keystone/resource/core.py:358 msgid "update of domain_id is deprecated as of Mitaka and will be removed in O." msgstr "" #: keystone/identity/core.py:955 msgid "Cannot change user ID" msgstr "" #: keystone/identity/backends/sql.py:181 #, python-format msgid "" "The new password cannot be identical to a previous password. The number " "of previous passwords that must be unique is: %(unique_cnt)d" msgstr "" #: keystone/identity/backends/ldap/core.py:225 #: keystone/identity/backends/sql.py:227 keystone/identity/backends/sql.py:245 #, python-format msgid "User '%(user_id)s' not found in group '%(group_id)s'" msgstr "" #: keystone/identity/backends/ldap/common.py:198 #, python-format msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" msgstr "" #: keystone/identity/backends/ldap/common.py:208 #, python-format msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" msgstr "" #: keystone/identity/backends/ldap/common.py:220 #, python-format msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" msgstr "" #: keystone/identity/backends/ldap/common.py:586 msgid "Invalid TLS / LDAPS combination" msgstr "" #: keystone/identity/backends/ldap/common.py:591 #, python-format msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" msgstr "" #: keystone/identity/backends/ldap/common.py:601 #, python-format msgid "tls_cacertfile %s not found or is not a file" msgstr "" #: keystone/identity/backends/ldap/common.py:613 #, python-format msgid "tls_cacertdir %s not found or is not a directory" msgstr "" #: keystone/identity/backends/ldap/common.py:1329 #, python-format msgid "ID attribute %(id_attr)s not found in LDAP object %(dn)s" msgstr "" #: keystone/identity/backends/ldap/common.py:1374 #, python-format msgid "LDAP %s create" msgstr "" #: keystone/identity/backends/ldap/common.py:1379 #, python-format msgid "LDAP %s update" msgstr "" #: keystone/identity/backends/ldap/common.py:1384 #, python-format msgid "LDAP %s delete" msgstr "" #: keystone/identity/backends/ldap/common.py:1396 #, python-format msgid "Duplicate name, %s." msgstr "" #: keystone/identity/backends/ldap/common.py:1553 msgid "" "Disabling an entity where the 'enable' attribute is ignored by " "configuration." msgstr "" #: keystone/identity/backends/ldap/common.py:1564 #, python-format msgid "Cannot change %(option_name)s %(attr)s" msgstr "" #: keystone/identity/backends/ldap/common.py:1651 #, python-format msgid "Member %(member)s is already a member of group %(group)s" msgstr "" #: keystone/identity/backends/ldap/core.py:34 #, python-format msgid "" "%s for the LDAP identity backend has been deprecated in the Mitaka " "release in favor of read-only identity LDAP access. It will be removed in" " the \"O\" release." msgstr "" #: keystone/identity/backends/ldap/core.py:107 msgid "Cannot change user name" msgstr "" #: keystone/identity/backends/ldap/core.py:123 msgid "Self-service user password changes are not implemented for LDAP." msgstr "" #: keystone/identity/backends/ldap/core.py:378 #, python-format msgid "User %(user_id)s is already a member of group %(group_id)s" msgstr "" #: keystone/middleware/auth.py:60 msgid "Could not find token" msgstr "" #: keystone/models/token_model.py:62 msgid "Found invalid token: scoped to both project and domain." msgstr "" #: keystone/oauth1/controllers.py:130 msgid "Cannot list request tokens with a token issued via delegation." msgstr "" #: keystone/oauth1/backends/sql.py:255 keystone/oauth1/controllers.py:192 msgid "User IDs do not match" msgstr "" #: keystone/oauth1/controllers.py:256 msgid "Invalid signature" msgstr "" #: keystone/oauth1/controllers.py:308 keystone/oauth1/controllers.py:409 msgid "Request token is expired" msgstr "" #: keystone/oauth1/controllers.py:327 msgid "Provided consumer does not exist." msgstr "" #: keystone/oauth1/controllers.py:331 msgid "Provided consumer key does not match stored consumer key." msgstr "" #: keystone/oauth1/controllers.py:338 msgid "Provided verifier does not match stored verifier" msgstr "" #: keystone/oauth1/controllers.py:340 msgid "Invalid signature." msgstr "" #: keystone/oauth1/controllers.py:350 #, python-format msgid "Validation failed with errors: %(error)s, detail message is: %(desc)s." msgstr "" #: keystone/oauth1/controllers.py:356 msgid "There should not be any non-oauth parameters." msgstr "" #: keystone/oauth1/controllers.py:360 msgid "Request Token does not have an authorizing user id." msgstr "" #: keystone/oauth1/controllers.py:398 msgid "Cannot authorize a request token with a token issued via delegation." msgstr "" #: keystone/oauth1/controllers.py:425 msgid "authorizing user does not have role required" msgstr "" #: keystone/oauth1/backends/sql.py:91 msgid "Consumer not found" msgstr "" #: keystone/oauth1/backends/sql.py:177 msgid "Request token not found" msgstr "" #: keystone/oauth1/backends/sql.py:236 msgid "Access token not found" msgstr "" #: keystone/resource/controllers.py:280 msgid "" "Cannot use parents_as_list and parents_as_ids query params at the same " "time." msgstr "" #: keystone/resource/controllers.py:286 msgid "" "Cannot use subtree_as_list and subtree_as_ids query params at the same " "time." msgstr "" #: keystone/resource/core.py:87 #, python-format msgid "Max hierarchy depth reached for %s branch." msgstr "" #: keystone/resource/core.py:104 msgid "Multiple domains are not supported" msgstr "" #: keystone/resource/core.py:110 msgid "only root projects are allowed to act as domains." msgstr "" #: keystone/resource/core.py:133 #, python-format msgid "" "Cannot create project, since its parent (%(domain_id)s) is acting as a " "domain, but project's specified parent_id (%(parent_id)s) does not match " "this domain_id." msgstr "" #: keystone/resource/core.py:144 #, python-format msgid "" "Cannot create project, since it specifies its owner as domain " "%(domain_id)s, but specifies a parent in a different domain " "(%(parent_domain_id)s)." msgstr "" #: keystone/resource/core.py:164 #, python-format msgid "cannot create a project in a branch containing a disabled project: %s" msgstr "" #: keystone/resource/core.py:172 #, python-format msgid "" "%(entity)s name cannot contain the following reserved characters: " "%(chars)s" msgstr "" #: keystone/resource/core.py:182 #, python-format msgid "" "it is not permitted to have two projects acting as domains with the same " "name: %s" msgstr "" #: keystone/resource/core.py:186 #, python-format msgid "" "it is not permitted to have two projects with the same name in the same " "domain : %s" msgstr "" #: keystone/resource/core.py:243 #, python-format msgid "Domain is disabled: %s" msgstr "" #: keystone/resource/core.py:260 #, python-format msgid "Domain cannot be named %s" msgstr "" #: keystone/resource/core.py:263 #, python-format msgid "Domain cannot have ID %s" msgstr "" #: keystone/resource/core.py:278 #, python-format msgid "Project is disabled: %s" msgstr "" #: keystone/resource/core.py:285 #, python-format msgid "Cannot enable project %s since it has disabled parents" msgstr "" #: keystone/resource/core.py:323 msgid "Update of `parent_id` is not allowed." msgstr "" #: keystone/resource/core.py:328 msgid "Update of `is_domain` is not allowed." msgstr "" #: keystone/resource/core.py:342 msgid "Update of domain_id of projects acting as domains is not allowed." msgstr "" #: keystone/resource/core.py:349 msgid "Update of domain_id is only allowed for root projects." msgstr "" #: keystone/resource/core.py:354 msgid "Cannot update domain_id of a project that has children." msgstr "" #: keystone/resource/core.py:376 #, python-format msgid "" "Cannot disable project %(project_id)s since its subtree contains enabled " "projects." msgstr "" #: keystone/resource/core.py:434 msgid "Cascade update is only allowed for enabled attribute." msgstr "" #: keystone/resource/core.py:510 #, python-format msgid "" "cannot delete an enabled project acting as a domain. Please disable the " "project %s first." msgstr "" #: keystone/resource/core.py:516 #, python-format msgid "" "Cannot delete the project %s since it is not a leaf in the hierarchy. Use" " the cascade option if you want to delete a whole subtree." msgstr "" #: keystone/resource/core.py:529 #, python-format msgid "" "Cannot delete project %(project_id)s since its subtree contains enabled " "projects." msgstr "" #: keystone/resource/core.py:557 msgid "Project field is required and cannot be empty." msgstr "" #: keystone/resource/core.py:802 msgid "Cannot delete a domain that is enabled, please disable it first." msgstr "" #: keystone/resource/core.py:1010 msgid "No options specified" msgstr "" #: keystone/resource/core.py:1016 #, python-format msgid "" "The value of group %(group)s specified in the config should be a " "dictionary of options" msgstr "" #: keystone/resource/core.py:1040 #, python-format msgid "" "Option %(option)s found with no group specified while checking domain " "configuration request" msgstr "" #: keystone/resource/core.py:1047 #, python-format msgid "Group %(group)s is not supported for domain specific configurations" msgstr "" #: keystone/resource/core.py:1054 #, python-format msgid "" "Option %(option)s in group %(group)s is not supported for domain specific" " configurations" msgstr "" #: keystone/resource/core.py:1104 msgid "An unexpected error occurred when retrieving domain configs" msgstr "" #: keystone/resource/config_backends/sql.py:84 keystone/resource/core.py:1173 #: keystone/resource/core.py:1256 keystone/resource/core.py:1311 #, python-format msgid "option %(option)s in group %(group)s" msgstr "" #: keystone/resource/core.py:1176 keystone/resource/core.py:1261 #: keystone/resource/core.py:1307 #, python-format msgid "group %(group)s" msgstr "" #: keystone/resource/core.py:1178 msgid "any options" msgstr "" #: keystone/resource/core.py:1221 #, python-format msgid "" "Trying to update option %(option)s in group %(group)s, so that, and only " "that, option must be specified in the config" msgstr "" #: keystone/resource/core.py:1226 #, python-format msgid "" "Trying to update group %(group)s, so that, and only that, group must be " "specified in the config" msgstr "" #: keystone/resource/core.py:1235 #, python-format msgid "" "request to update group %(group)s, but config provided contains group " "%(group_other)s instead" msgstr "" #: keystone/resource/core.py:1242 #, python-format msgid "" "Trying to update option %(option)s in group %(group)s, but config " "provided contains option %(option_other)s instead" msgstr "" #: keystone/resource/core.py:1418 #, python-format msgid "Group %s not found in config" msgstr "" #: keystone/resource/core.py:1428 #, python-format msgid "" "Reading the default for option %(option)s in group %(group)s is not " "supported" msgstr "" #: keystone/revoke/controllers.py:33 #, python-format msgid "invalid date format %s" msgstr "" #: keystone/revoke/core.py:158 msgid "" "The revoke call must not have both domain_id and project_id. This is a " "bug in the Keystone server. The current request is aborted." msgstr "" #: keystone/revoke/core.py:207 keystone/token/provider.py:223 #: keystone/token/provider.py:261 keystone/token/provider.py:345 #: keystone/token/provider.py:352 msgid "Failed to validate token" msgstr "" #: keystone/token/controllers.py:370 msgid "Tenant name cannot contain reserved characters." msgstr "" #: keystone/token/controllers.py:390 #, python-format msgid "Project ID not found: %(t_id)s" msgstr "" #: keystone/token/controllers.py:394 #, python-format msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" msgstr "" #: keystone/token/controllers.py:413 keystone/token/controllers.py:416 msgid "Token does not belong to specified tenant." msgstr "" #: keystone/token/provider.py:274 keystone/token/provider.py:302 msgid "No token in the request" msgstr "" #: keystone/token/persistence/backends/kvs.py:142 #, python-format msgid "Unknown token version %s" msgstr "" #: keystone/token/providers/common.py:91 keystone/token/providers/common.py:741 msgid "Non-default domain is not supported" msgstr "" #: keystone/token/providers/common.py:126 msgid "Unable to validate Federation tokens using the version v2.0 API." msgstr "" #: keystone/token/providers/common.py:357 #: keystone/token/providers/common.py:508 #, python-format msgid "User %(user_id)s has no access to project %(project_id)s" msgstr "" #: keystone/token/providers/common.py:362 #: keystone/token/providers/common.py:513 #, python-format msgid "User %(user_id)s has no access to domain %(domain_id)s" msgstr "" #: keystone/token/providers/common.py:398 msgid "Trustor domain is disabled." msgstr "" #: keystone/token/providers/common.py:403 msgid "Trustee domain is disabled." msgstr "" #: keystone/token/providers/common.py:408 msgid "Trustor is disabled." msgstr "" #: keystone/token/providers/common.py:497 msgid "Trustee has no delegated roles." msgstr "" #: keystone/token/providers/common.py:558 #, python-format msgid "Invalid audit info data type: %(data)s (%(type)s)" msgstr "" #: keystone/token/providers/common.py:622 #: keystone/token/providers/common.py:649 msgid "The configured token provider does not support bind authentication." msgstr "" #: keystone/token/providers/common.py:660 msgid "User is not a trustee." msgstr "" #: keystone/token/providers/common.py:731 msgid "" "Attempting to use OS-FEDERATION token with V2 Identity Service, use V3 " "Authentication" msgstr "" #: keystone/token/providers/common.py:745 msgid "Domain scoped token is not supported" msgstr "" #: keystone/token/providers/pki.py:54 keystone/token/providers/pkiz.py:32 msgid "Unable to sign token." msgstr "" #: keystone/token/providers/fernet/core.py:40 #, python-format msgid "%(key_repo)s does not exist" msgstr "" #: keystone/token/providers/fernet/core.py:43 #, python-format msgid "" "%(key_repo)s does not contain keys, use keystone-manage fernet_setup to " "create Fernet keys." msgstr "" #: keystone/token/providers/fernet/token_formatters.py:107 #, python-format msgid "This is not a recognized Fernet token %s" msgstr "" #: keystone/token/providers/fernet/token_formatters.py:203 #, python-format msgid "This is not a recognized Fernet payload version: %s" msgstr "" #: keystone/trust/controllers.py:93 #, python-format msgid "role %s is not defined" msgstr "" #: keystone/trust/controllers.py:104 msgid "Redelegation allowed for delegated by trust only" msgstr "" #: keystone/trust/controllers.py:122 msgid "At least one role should be specified." msgstr "" #: keystone/trust/controllers.py:127 msgid "The authenticated user should match the trustor." msgstr "" #: keystone/trust/core.py:57 #, python-format msgid "" "Remaining redelegation depth of %(redelegation_depth)d out of allowed " "range of [0..%(max_count)d]" msgstr "" #: keystone/trust/core.py:66 #, python-format msgid "" "Field \"remaining_uses\" is set to %(value)s while it must not be set in " "order to redelegate a trust" msgstr "" #: keystone/trust/core.py:77 msgid "Requested expiration time is more than redelegated trust can provide" msgstr "" #: keystone/trust/core.py:87 msgid "Some of requested roles are not in redelegated trust" msgstr "" #: keystone/trust/core.py:93 #, python-format msgid "" "Impersonation is not allowed because redelegated trust does not specify " "impersonation. Redelegated trust id: %s" msgstr "" #: keystone/trust/core.py:119 msgid "One of the trust agents is disabled or deleted" msgstr "" #: keystone/trust/core.py:138 msgid "remaining_uses must be a positive integer or null." msgstr "" #: keystone/trust/core.py:144 #, python-format msgid "" "Requested redelegation depth of %(requested_count)d is greater than " "allowed %(max_count)d" msgstr "" #: keystone/trust/core.py:151 msgid "remaining_uses must not be set if redelegation is allowed" msgstr "" #: keystone/trust/core.py:161 msgid "" "Modifying \"redelegation_count\" upon redelegation is forbidden. Omitting" " this parameter is advised." msgstr ""