Imported Translations from Zanata

For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I4ffdc22ba036fa0be10403cc02bbceee70058409
This commit is contained in:
OpenStack Proposal Bot 2016-04-08 06:29:56 +00:00
parent 767d01e8ba
commit bfc93c8980
5 changed files with 2465 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Translations template for keystone.
# Copyright (C) 2016 OpenStack Foundation
# This file is distributed under the same license as the keystone project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: keystone 9.0.1.dev12\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2016-04-08 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: keystone/catalog/backends/templated.py:106
#, python-format
msgid "Unable to open template file %s"
msgstr ""

View File

@ -0,0 +1,177 @@
# Translations template for keystone.
# Copyright (C) 2016 OpenStack Foundation
# This file is distributed under the same license as the keystone project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: keystone 9.0.1.dev12\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2016-04-08 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: keystone/notifications.py:336
msgid "Failed to construct notifier"
msgstr ""
#: keystone/notifications.py:439
#, python-format
msgid "Failed to send %(res_id)s %(event_type)s notification"
msgstr ""
#: keystone/notifications.py:706
#, python-format
msgid "Failed to send %(action)s %(event_type)s notification"
msgstr ""
#: keystone/assignment/core.py:688
#, python-format
msgid "Circular reference found role inference rules - %(prior_role_id)s."
msgstr ""
#: keystone/catalog/core.py:75
#, python-format
msgid "Malformed endpoint - %(url)r is not a string"
msgstr ""
#: keystone/catalog/core.py:80
#, python-format
msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s"
msgstr ""
#: keystone/catalog/core.py:88
#, python-format
msgid ""
"Malformed endpoint '%(url)s'. The following type error occurred during "
"string substitution: %(typeerror)s"
msgstr ""
#: keystone/catalog/core.py:94
#, python-format
msgid ""
"Malformed endpoint %s - incomplete format (are you missing a type "
"notifier ?)"
msgstr ""
#: keystone/common/openssl.py:90
#, python-format
msgid "Command %(to_exec)s exited with %(retcode)s - %(output)s"
msgstr ""
#: keystone/common/openssl.py:114
#, python-format
msgid "Failed to remove file %(file_path)r: %(error)s"
msgstr ""
#: keystone/common/utils.py:267
msgid ""
"Error setting up the debug environment. Verify that the option --debug-"
"url has the format <host>:<port> and that a debugger processes is "
"listening on that port."
msgstr ""
#: keystone/common/environment/eventlet_server.py:112
#, python-format
msgid "Could not bind to %(host)s:%(port)s"
msgstr ""
#: keystone/common/environment/eventlet_server.py:211
msgid "Server error"
msgstr ""
#: keystone/endpoint_policy/core.py:131 keystone/endpoint_policy/core.py:231
#, python-format
msgid ""
"Circular reference or a repeated entry found in region tree - "
"%(region_id)s."
msgstr ""
#: keystone/federation/idp.py:440
#, python-format
msgid "Error when signing assertion, reason: %(reason)s%(output)s"
msgstr ""
#: keystone/oauth1/core.py:135
msgid "Cannot retrieve Authorization headers"
msgstr ""
#: keystone/resource/core.py:726
#, python-format
msgid ""
"Asked to convert a non-domain project into a domain - Domain: "
"%(domain_id)s, Project ID: %(id)s, Project Name: %(project_name)s"
msgstr ""
#: keystone/resource/core.py:828
#, python-format
msgid ""
"Circular reference or a repeated entry found projects hierarchy - "
"%(project_id)s."
msgstr ""
#: keystone/resource/core.py:901
msgid "Failed to create the default domain."
msgstr ""
#: keystone/resource/core.py:1476 keystone/resource/V8_backends/sql.py:100
#: keystone/resource/V8_backends/sql.py:119
#: keystone/resource/backends/sql.py:137 keystone/resource/backends/sql.py:156
#, python-format
msgid ""
"Circular reference or a repeated entry found in projects hierarchy - "
"%(project_id)s."
msgstr ""
#: keystone/resource/core.py:1655
#, python-format
msgid ""
"Unexpected results in response for domain config - %(count)s responses, "
"first option is %(option)s, expected option %(expected)s"
msgstr ""
#: keystone/token/provider.py:334
#, python-format
msgid "Unexpected error or malformed token determining token expiry: %s"
msgstr ""
#: keystone/token/persistence/backends/kvs.py:242
#, python-format
msgid ""
"Reinitializing revocation list due to error in loading revocation list "
"from backend. Expected `list` type got `%(type)s`. Old revocation list "
"data: %(list)r"
msgstr ""
#: keystone/token/providers/common.py:728
msgid "Failed to validate token"
msgstr ""
#: keystone/token/providers/pki.py:52
msgid "Unable to sign token"
msgstr ""
#: keystone/token/providers/fernet/utils.py:42
#, python-format
msgid ""
"Either [fernet_tokens] key_repository does not exist or Keystone does not"
" have sufficient permission to access it: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:66
#, python-format
msgid "Unable to convert Keystone user or group ID. Error: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:83
msgid ""
"Failed to create [fernet_tokens] key_repository: either it already exists"
" or you don't have sufficient permissions to create it"
msgstr ""

View File

@ -0,0 +1,238 @@
# Translations template for keystone.
# Copyright (C) 2016 OpenStack Foundation
# This file is distributed under the same license as the keystone project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: keystone 9.0.1.dev12\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2016-04-08 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: keystone/assignment/core.py:200
#, python-format
msgid "Creating the default role %s because it does not exist."
msgstr ""
#: keystone/assignment/core.py:208
#, python-format
msgid "Creating the default role %s failed because it was already created"
msgstr ""
#: keystone/auth/controllers.py:112
#, python-format
msgid ""
"\"expires_at\" has conflicting values %(existing)s and %(new)s. Will use"
" the earliest value."
msgstr ""
#: keystone/cmd/cli.py:188
#, python-format
msgid "Created domain %s"
msgstr ""
#: keystone/cmd/cli.py:191
#, python-format
msgid "Domain %s already exists, skipping creation."
msgstr ""
#: keystone/cmd/cli.py:204
#, python-format
msgid "Created project %s"
msgstr ""
#: keystone/cmd/cli.py:206
#, python-format
msgid "Project %s already exists, skipping creation."
msgstr ""
#: keystone/cmd/cli.py:216
#, python-format
msgid "User %s already exists, skipping creation."
msgstr ""
#: keystone/cmd/cli.py:226
#, python-format
msgid "Created user %s"
msgstr ""
#: keystone/cmd/cli.py:235
#, python-format
msgid "Created Role %s"
msgstr ""
#: keystone/cmd/cli.py:237
#, python-format
msgid "Role %s exists, skipping creation."
msgstr ""
#: keystone/cmd/cli.py:254
#, python-format
msgid "Granted %(role)s on %(project)s to user %(username)s."
msgstr ""
#: keystone/cmd/cli.py:260
#, python-format
msgid "User %(username)s already has %(role)s on %(project)s."
msgstr ""
#: keystone/cmd/cli.py:271
#, python-format
msgid "Created Region %s"
msgstr ""
#: keystone/cmd/cli.py:273
#, python-format
msgid "Region %s exists, skipping creation."
msgstr ""
#: keystone/cmd/cli.py:330
#, python-format
msgid "Created %(interface)s endpoint %(url)s"
msgstr ""
#: keystone/cmd/cli.py:335
#, python-format
msgid "Skipping %s endpoint as already created"
msgstr ""
#: keystone/cmd/cli.py:639
#, python-format
msgid "Scanning %r for domain config files"
msgstr ""
#: keystone/common/openssl.py:80
#, python-format
msgid "Running command - %s"
msgstr ""
#: keystone/common/wsgi.py:80
msgid "No bind information present in token"
msgstr ""
#: keystone/common/wsgi.py:87
#, python-format
msgid "Named bind mode %s not in bind information"
msgstr ""
#: keystone/common/wsgi.py:94
msgid "Kerberos credentials required and not present"
msgstr ""
#: keystone/common/wsgi.py:98
msgid "Kerberos credentials do not match those in bind"
msgstr ""
#: keystone/common/wsgi.py:102
msgid "Kerberos bind authentication successful"
msgstr ""
#: keystone/common/wsgi.py:109
#, python-format
msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}"
msgstr ""
#: keystone/common/environment/eventlet_server.py:116
#, python-format
msgid "Starting %(arg0)s on %(host)s:%(port)s"
msgstr ""
#: keystone/common/kvs/core.py:159
#, python-format
msgid "Adding proxy '%(proxy)s' to KVS %(name)s."
msgstr ""
#: keystone/common/kvs/core.py:209
#, python-format
msgid "Using %(func)s as KVS region %(name)s key_mangler"
msgstr ""
#: keystone/common/kvs/core.py:221
#, python-format
msgid ""
"Using default keystone.common.kvs.sha1_mangle_key as KVS region %s "
"key_mangler"
msgstr ""
#: keystone/common/kvs/core.py:231
#, python-format
msgid "KVS region %s key_mangler disabled."
msgstr ""
#: keystone/middleware/auth.py:172
#, python-format
msgid "Cannot find client issuer in env by the issuer attribute - %s."
msgstr ""
#: keystone/middleware/auth.py:180
#, python-format
msgid ""
"The client issuer %(client_issuer)s does not match with the trusted "
"issuer %(trusted_issuer)s"
msgstr ""
#: keystone/token/persistence/backends/sql.py:286
#, python-format
msgid "Total expired tokens removed: %d"
msgstr ""
#: keystone/token/providers/fernet/token_formatters.py:174
#, python-format
msgid ""
"Fernet token created with length of %d characters, which exceeds 255 "
"characters"
msgstr ""
#: keystone/token/providers/fernet/utils.py:76
msgid ""
"[fernet_tokens] key_repository does not appear to exist; attempting to "
"create it"
msgstr ""
#: keystone/token/providers/fernet/utils.py:134
#, python-format
msgid "Created a new key: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:147
msgid "Key repository is already initialized; aborting."
msgstr ""
#: keystone/token/providers/fernet/utils.py:188
#, python-format
msgid "Starting key rotation with %(count)s key files: %(list)s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:194
#, python-format
msgid "Current primary key is: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:196
#, python-format
msgid "Next primary key will be: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:206
#, python-format
msgid "Promoted key 0 to be the primary: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:227
#, python-format
msgid "Excess key to purge: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:262
#, python-format
msgid "Loaded %(count)d encryption keys (max_active_keys=%(max)d) from: %(dir)s"
msgstr ""

View File

@ -0,0 +1,315 @@
# Translations template for keystone.
# Copyright (C) 2016 OpenStack Foundation
# This file is distributed under the same license as the keystone project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: keystone 9.0.1.dev12\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2016-04-08 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: keystone/exception.py:66
msgid "missing exception kwargs (programmer error)"
msgstr ""
#: keystone/assignment/core.py:1394
#, python-format
msgid ""
"delete_domain_assignments method not found in custom assignment driver. "
"Domain assignments for domain (%s) to users from other domains will not "
"be removed. This was added in V9 of the assignment driver."
msgstr ""
#: keystone/auth/controllers.py:468
#, python-format
msgid ""
"User %(user_id)s doesn't have access to default project %(project_id)s. "
"The token will be unscoped rather than scoped to the project."
msgstr ""
#: keystone/auth/controllers.py:476
#, python-format
msgid ""
"User %(user_id)s's default project %(project_id)s is disabled. The token "
"will be unscoped rather than scoped to the project."
msgstr ""
#: keystone/auth/controllers.py:485
#, python-format
msgid ""
"User %(user_id)s's default project %(project_id)s not found. The token "
"will be unscoped rather than scoped to the project."
msgstr ""
#: keystone/cmd/cli.py:455
msgid ""
"keystone-manage pki_setup is deprecated as of Mitaka in favor of not "
"using PKI tokens and may be removed in 'O' release."
msgstr ""
#: keystone/cmd/cli.py:458
msgid "keystone-manage pki_setup is not recommended for production use."
msgstr ""
#: keystone/cmd/cli.py:477
msgid "keystone-manage ssl_setup is not recommended for production use."
msgstr ""
#: keystone/cmd/cli.py:650
#, python-format
msgid "Ignoring file (%s) while scanning domain config directory"
msgstr ""
#: keystone/common/authorization.py:69
msgid "RBAC: Invalid user data in token"
msgstr ""
#: keystone/common/controller.py:102 keystone/middleware/auth.py:102
msgid "RBAC: Invalid token"
msgstr ""
#: keystone/common/controller.py:127 keystone/common/controller.py:246
#: keystone/common/controller.py:799
msgid "RBAC: Bypassing authorization"
msgstr ""
#: keystone/common/controller.py:735
msgid "No domain information specified as part of list request"
msgstr ""
#: keystone/common/controller.py:771
msgid ""
"Not specifying a domain during a create user, group or project call, and "
"relying on falling back to the default domain, is deprecated as of "
"Liberty and will be removed in the N release. Specify the domain "
"explicitly or use a domain-scoped token"
msgstr ""
#: keystone/common/openssl.py:74
msgid "Failed to invoke ``openssl version``, assuming is v1.0 or newer"
msgstr ""
#: keystone/common/utils.py:129
#, python-format
msgid "Truncating user password to %d characters."
msgstr ""
#: keystone/common/utils.py:552
msgid "Couldn't find the auth context."
msgstr ""
#: keystone/common/wsgi.py:252
#, python-format
msgid "Authorization failed. %(exception)s from %(remote_addr)s"
msgstr ""
#: keystone/common/kvs/core.py:153
#, python-format
msgid "%s is not a dogpile.proxy.ProxyBackend"
msgstr ""
#: keystone/common/kvs/core.py:428
#, python-format
msgid "KVS lock released (timeout reached) for: %s"
msgstr ""
#: keystone/common/ldap/core.py:1033
msgid ""
"LDAP Server does not support paging. Disable paging in keystone.conf to "
"avoid this message."
msgstr ""
#: keystone/common/ldap/core.py:1232
#, python-format
msgid ""
"Invalid additional attribute mapping: \"%s\". Format must be "
"<ldap_attribute>:<keystone_attribute>"
msgstr ""
#: keystone/common/ldap/core.py:1343
#, python-format
msgid ""
"ID attribute %(id_attr)s for LDAP object %(dn)s has multiple values and "
"therefore cannot be used as an ID. Will get the ID from DN instead"
msgstr ""
#: keystone/common/ldap/core.py:1704
#, python-format
msgid ""
"When deleting entries for %(search_base)s, could not delete nonexistent "
"entries %(entries)s%(dots)s"
msgstr ""
#: keystone/endpoint_policy/core.py:94
#, python-format
msgid ""
"Endpoint %(endpoint_id)s referenced in association for policy "
"%(policy_id)s not found."
msgstr ""
#: keystone/endpoint_policy/core.py:181
#, python-format
msgid ""
"Unsupported policy association found - Policy %(policy_id)s, Endpoint "
"%(endpoint_id)s, Service %(service_id)s, Region %(region_id)s, "
msgstr ""
#: keystone/endpoint_policy/core.py:197
#, python-format
msgid ""
"Policy %(policy_id)s referenced in association for endpoint "
"%(endpoint_id)s not found."
msgstr ""
#: keystone/federation/utils.py:615
msgid "Ignoring user name"
msgstr ""
#: keystone/identity/controllers.py:145
#, python-format
msgid "Unable to remove user %(user)s from %(tenant)s."
msgstr ""
#: keystone/identity/controllers.py:164
#, python-format
msgid "Unable to add user %(user)s to %(tenant)s."
msgstr ""
#: keystone/identity/core.py:109
#, python-format
msgid "Invalid domain name (%s) found in config file name"
msgstr ""
#: keystone/identity/core.py:147
#, python-format
msgid "Unable to locate domain config directory: %s"
msgstr ""
#: keystone/identity/core.py:669
#, python-format
msgid ""
"Found multiple domains being mapped to a driver that does not support "
"that (e.g. LDAP) - Domain ID: %(domain)s, Default Driver: %(driver)s"
msgstr ""
#: keystone/middleware/auth.py:81
msgid ""
"build_auth_context middleware checking for the admin token is deprecated "
"as of the Mitaka release and will be removed in the O release. If your "
"deployment requires use of the admin token, update keystone-paste.ini so "
"that admin_token_auth is before build_auth_context in the paste "
"pipelines, otherwise remove the admin_token_auth middleware from the "
"paste pipelines."
msgstr ""
#: keystone/middleware/auth.py:195
msgid ""
"Auth context already exists in the request environment; it will be used "
"for authorization instead of creating a new one."
msgstr ""
#: keystone/middleware/core.py:63
msgid ""
"The admin_token_auth middleware presents a security risk and should be "
"removed from the [pipeline:api_v3], [pipeline:admin_api], and "
"[pipeline:public_api] sections of your paste ini file."
msgstr ""
#: keystone/resource/core.py:893
msgid ""
"The default domain was created automatically to contain V2 resources. "
"This is deprecated in the M release and will not be supported in the O "
"release. Create the default domain manually or use the keystone-manage "
"bootstrap command."
msgstr ""
#: keystone/resource/core.py:1914
#, python-format
msgid ""
"Found what looks like an unmatched config option substitution reference -"
" domain: %(domain)s, group: %(group)s, option: %(option)s, value: "
"%(value)s. Perhaps the config option to which it refers has yet to be "
"added?"
msgstr ""
#: keystone/resource/core.py:1921
#, python-format
msgid ""
"Found what looks like an incorrectly constructed config option "
"substitution reference - domain: %(domain)s, group: %(group)s, option: "
"%(option)s, value: %(value)s."
msgstr ""
#: keystone/resource/backends/sql.py:222
#, python-format
msgid "Project %s does not exist and was not deleted."
msgstr ""
#: keystone/server/common.py:42
msgid "insecure_debug is enabled so responses may include sensitive information."
msgstr ""
#: keystone/token/persistence/core.py:220
#, python-format
msgid ""
"`token_api.%s` is deprecated as of Juno in favor of utilizing methods on "
"`token_provider_api` and may be removed in Kilo."
msgstr ""
#: keystone/token/persistence/backends/kvs.py:64
msgid ""
"It is recommended to only use the base key-value-store implementation for"
" the token driver for testing purposes. Please use 'memcache' or 'sql' "
"instead."
msgstr ""
#: keystone/token/persistence/backends/kvs.py:213
#, python-format
msgid "Token `%s` is expired, not adding to the revocation list."
msgstr ""
#: keystone/token/persistence/backends/kvs.py:256
#, python-format
msgid ""
"Removing `%s` from revocation list due to invalid expires data in "
"revocation list."
msgstr ""
#: keystone/token/providers/fernet/utils.py:50
#, python-format
msgid "[fernet_tokens] key_repository is world readable: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:94
#, python-format
msgid ""
"Unable to change the ownership of [fernet_tokens] key_repository without "
"a keystone user ID and keystone group ID both being provided: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:116
#, python-format
msgid ""
"Unable to change the ownership of the new key without a keystone user ID "
"and keystone group ID both being provided: %s"
msgstr ""
#: keystone/token/providers/fernet/utils.py:214
msgid ""
"[fernet_tokens] max_active_keys must be at least 1 to maintain a primary "
"key."
msgstr ""
#: keystone/version/service.py:77
msgid "'local conf' from PasteDeploy INI is being ignored."
msgstr ""

File diff suppressed because it is too large Load Diff