Merge "Imported Translations from Transifex"

This commit is contained in:
Jenkins 2015-02-24 08:22:30 +00:00 committed by Gerrit Code Review
commit 52b0b40535
3 changed files with 135 additions and 96 deletions

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Keystone\n" "Project-Id-Version: Keystone\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2015-02-20 06:03+0000\n" "POT-Creation-Date: 2015-02-24 06:03+0000\n"
"PO-Revision-Date: 2015-02-20 04:02+0000\n" "PO-Revision-Date: 2015-02-24 04:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) " "Language-Team: English (Australia) "
"(http://www.transifex.com/projects/p/keystone/language/en_AU/)\n" "(http://www.transifex.com/projects/p/keystone/language/en_AU/)\n"
@ -404,12 +404,12 @@ msgid ""
"On." "On."
msgstr "" msgstr ""
#: keystone/notifications.py:149 #: keystone/notifications.py:187
#, python-format #, python-format
msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" msgid "%(event)s is not a valid notification event, must be one of: %(actions)s"
msgstr "" msgstr ""
#: keystone/notifications.py:158 #: keystone/notifications.py:196
#, python-format #, python-format
msgid "Method not callable: %s" msgid "Method not callable: %s"
msgstr "" msgstr ""
@ -620,7 +620,7 @@ msgid "padded base64url text must be multiple of 4 characters"
msgstr "padded base64url text must be multiple of 4 characters" msgstr "padded base64url text must be multiple of 4 characters"
#: keystone/common/controller.py:288 keystone/identity/core.py:357 #: keystone/common/controller.py:288 keystone/identity/core.py:357
#: keystone/resource/core.py:760 keystone/resource/backends/ldap.py:61 #: keystone/resource/core.py:761 keystone/resource/backends/ldap.py:61
#, python-format #, python-format
msgid "Expected dict or list: %s" msgid "Expected dict or list: %s"
msgstr "Expected dict or list: %s" msgstr "Expected dict or list: %s"
@ -925,7 +925,20 @@ msgstr ""
msgid "No policy is associated with endpoint %(endpoint_id)s." msgid "No policy is associated with endpoint %(endpoint_id)s."
msgstr "" msgstr ""
#: keystone/contrib/federation/controllers.py:285 #: keystone/contrib/federation/controllers.py:273
msgid "Missing entity ID from environment"
msgstr ""
#: keystone/contrib/federation/controllers.py:281
msgid "Request must have an origin query parameter"
msgstr ""
#: keystone/contrib/federation/controllers.py:291
#, python-format
msgid "%(host)s is not a trusted dashboard host"
msgstr ""
#: keystone/contrib/federation/controllers.py:332
msgid "Use a project scoped token when attempting to create a SAML assertion" msgid "Use a project scoped token when attempting to create a SAML assertion"
msgstr "" msgstr ""
@ -991,44 +1004,44 @@ msgstr "User IDs do not match"
msgid "Could not find role" msgid "Could not find role"
msgstr "Could not find role" msgstr "Could not find role"
#: keystone/contrib/oauth1/controllers.py:238 #: keystone/contrib/oauth1/controllers.py:244
msgid "Invalid signature" msgid "Invalid signature"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:287 #: keystone/contrib/oauth1/controllers.py:293
#: keystone/contrib/oauth1/controllers.py:363 #: keystone/contrib/oauth1/controllers.py:369
msgid "Request token is expired" msgid "Request token is expired"
msgstr "Request token is expired" msgstr "Request token is expired"
#: keystone/contrib/oauth1/controllers.py:301 #: keystone/contrib/oauth1/controllers.py:307
msgid "There should not be any non-oauth parameters" msgid "There should not be any non-oauth parameters"
msgstr "There should not be any non-oauth parameters" msgstr "There should not be any non-oauth parameters"
#: keystone/contrib/oauth1/controllers.py:305 #: keystone/contrib/oauth1/controllers.py:311
msgid "provided consumer key does not match stored consumer key" msgid "provided consumer key does not match stored consumer key"
msgstr "provided consumer key does not match stored consumer key" msgstr "provided consumer key does not match stored consumer key"
#: keystone/contrib/oauth1/controllers.py:309 #: keystone/contrib/oauth1/controllers.py:315
msgid "provided verifier does not match stored verifier" msgid "provided verifier does not match stored verifier"
msgstr "provided verifier does not match stored verifier" msgstr "provided verifier does not match stored verifier"
#: keystone/contrib/oauth1/controllers.py:313 #: keystone/contrib/oauth1/controllers.py:319
msgid "provided request key does not match stored request key" msgid "provided request key does not match stored request key"
msgstr "provided request key does not match stored request key" msgstr "provided request key does not match stored request key"
#: keystone/contrib/oauth1/controllers.py:317 #: keystone/contrib/oauth1/controllers.py:323
msgid "Request Token does not have an authorizing user id" msgid "Request Token does not have an authorizing user id"
msgstr "Request Token does not have an authorizing user id" msgstr "Request Token does not have an authorizing user id"
#: keystone/contrib/oauth1/controllers.py:352 #: keystone/contrib/oauth1/controllers.py:358
msgid "Cannot authorize a request token with a token issued via delegation." msgid "Cannot authorize a request token with a token issued via delegation."
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:382 #: keystone/contrib/oauth1/controllers.py:388
msgid "authorizing user does not have role required" msgid "authorizing user does not have role required"
msgstr "authorizing user does not have role required" msgstr "authorizing user does not have role required"
#: keystone/contrib/oauth1/controllers.py:395 #: keystone/contrib/oauth1/controllers.py:401
msgid "User is not a member of the requested project" msgid "User is not a member of the requested project"
msgstr "User is not a member of the requested project" msgstr "User is not a member of the requested project"
@ -1095,7 +1108,7 @@ msgstr ""
msgid "User '%(user_id)s' not found in group '%(group_id)s'" msgid "User '%(user_id)s' not found in group '%(group_id)s'"
msgstr "" msgstr ""
#: keystone/identity/backends/ldap.py:338 #: keystone/identity/backends/ldap.py:339
#, python-format #, python-format
msgid "User %(user_id)s is already a member of group %(group_id)s" msgid "User %(user_id)s is already a member of group %(group_id)s"
msgstr "User %(user_id)s is already a member of group %(group_id)s" msgstr "User %(user_id)s is already a member of group %(group_id)s"
@ -1180,69 +1193,69 @@ msgid ""
"time." "time."
msgstr "" msgstr ""
#: keystone/resource/core.py:82 #: keystone/resource/core.py:83
#, python-format #, python-format
msgid "max hierarchy depth reached for %s branch." msgid "max hierarchy depth reached for %s branch."
msgstr "" msgstr ""
#: keystone/resource/core.py:100 #: keystone/resource/core.py:101
msgid "cannot create a project within a different domain than its parents." msgid "cannot create a project within a different domain than its parents."
msgstr "" msgstr ""
#: keystone/resource/core.py:104 #: keystone/resource/core.py:105
#, python-format #, python-format
msgid "cannot create a project in a branch containing a disabled project: %s" msgid "cannot create a project in a branch containing a disabled project: %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:125 keystone/token/core.py:67 #: keystone/resource/core.py:126 keystone/token/core.py:67
#: keystone/token/core.py:83 #: keystone/token/core.py:83
#, python-format #, python-format
msgid "Domain is disabled: %s" msgid "Domain is disabled: %s"
msgstr "Domain is disabled: %s" msgstr "Domain is disabled: %s"
#: keystone/resource/core.py:143 #: keystone/resource/core.py:144
#, python-format #, python-format
msgid "Domain cannot be named %s" msgid "Domain cannot be named %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:146 #: keystone/resource/core.py:147
#, python-format #, python-format
msgid "Domain cannot have ID %s" msgid "Domain cannot have ID %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:158 #: keystone/resource/core.py:159
#, python-format #, python-format
msgid "Project is disabled: %s" msgid "Project is disabled: %s"
msgstr "Project is disabled: %s" msgstr "Project is disabled: %s"
#: keystone/resource/core.py:178 #: keystone/resource/core.py:179
#, python-format #, python-format
msgid "cannot enable project %s since it has disabled parents" msgid "cannot enable project %s since it has disabled parents"
msgstr "" msgstr ""
#: keystone/resource/core.py:186 #: keystone/resource/core.py:187
#, python-format #, python-format
msgid "cannot disable project %s since its subtree contains enabled projects" msgid "cannot disable project %s since its subtree contains enabled projects"
msgstr "" msgstr ""
#: keystone/resource/core.py:198 #: keystone/resource/core.py:199
msgid "Update of `parent_id` is not allowed." msgid "Update of `parent_id` is not allowed."
msgstr "" msgstr ""
#: keystone/resource/core.py:225 #: keystone/resource/core.py:226
#, python-format #, python-format
msgid "cannot delete the project %s since it is not a leaf in the hierarchy." msgid "cannot delete the project %s since it is not a leaf in the hierarchy."
msgstr "" msgstr ""
#: keystone/resource/core.py:381 #: keystone/resource/core.py:382
msgid "Multiple domains are not supported" msgid "Multiple domains are not supported"
msgstr "" msgstr ""
#: keystone/resource/core.py:430 #: keystone/resource/core.py:431
msgid "delete the default domain" msgid "delete the default domain"
msgstr "" msgstr ""
#: keystone/resource/core.py:441 #: keystone/resource/core.py:442
msgid "cannot delete a domain that is enabled, please disable it first." msgid "cannot delete a domain that is enabled, please disable it first."
msgstr "" msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: keystone 2015.1.dev155\n" "Project-Id-Version: keystone 2015.1.dev188\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2015-02-20 06:03+0000\n" "POT-Creation-Date: 2015-02-24 06:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -394,12 +394,12 @@ msgid ""
"On." "On."
msgstr "" msgstr ""
#: keystone/notifications.py:149 #: keystone/notifications.py:187
#, python-format #, python-format
msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" msgid "%(event)s is not a valid notification event, must be one of: %(actions)s"
msgstr "" msgstr ""
#: keystone/notifications.py:158 #: keystone/notifications.py:196
#, python-format #, python-format
msgid "Method not callable: %s" msgid "Method not callable: %s"
msgstr "" msgstr ""
@ -610,7 +610,7 @@ msgid "padded base64url text must be multiple of 4 characters"
msgstr "" msgstr ""
#: keystone/common/controller.py:288 keystone/identity/core.py:357 #: keystone/common/controller.py:288 keystone/identity/core.py:357
#: keystone/resource/core.py:760 keystone/resource/backends/ldap.py:61 #: keystone/resource/core.py:761 keystone/resource/backends/ldap.py:61
#, python-format #, python-format
msgid "Expected dict or list: %s" msgid "Expected dict or list: %s"
msgstr "" msgstr ""
@ -909,7 +909,20 @@ msgstr ""
msgid "No policy is associated with endpoint %(endpoint_id)s." msgid "No policy is associated with endpoint %(endpoint_id)s."
msgstr "" msgstr ""
#: keystone/contrib/federation/controllers.py:285 #: keystone/contrib/federation/controllers.py:273
msgid "Missing entity ID from environment"
msgstr ""
#: keystone/contrib/federation/controllers.py:281
msgid "Request must have an origin query parameter"
msgstr ""
#: keystone/contrib/federation/controllers.py:291
#, python-format
msgid "%(host)s is not a trusted dashboard host"
msgstr ""
#: keystone/contrib/federation/controllers.py:332
msgid "Use a project scoped token when attempting to create a SAML assertion" msgid "Use a project scoped token when attempting to create a SAML assertion"
msgstr "" msgstr ""
@ -975,44 +988,44 @@ msgstr ""
msgid "Could not find role" msgid "Could not find role"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:238 #: keystone/contrib/oauth1/controllers.py:244
msgid "Invalid signature" msgid "Invalid signature"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:287 #: keystone/contrib/oauth1/controllers.py:293
#: keystone/contrib/oauth1/controllers.py:363 #: keystone/contrib/oauth1/controllers.py:369
msgid "Request token is expired" msgid "Request token is expired"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:301 #: keystone/contrib/oauth1/controllers.py:307
msgid "There should not be any non-oauth parameters" msgid "There should not be any non-oauth parameters"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:305 #: keystone/contrib/oauth1/controllers.py:311
msgid "provided consumer key does not match stored consumer key" msgid "provided consumer key does not match stored consumer key"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:309 #: keystone/contrib/oauth1/controllers.py:315
msgid "provided verifier does not match stored verifier" msgid "provided verifier does not match stored verifier"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:313 #: keystone/contrib/oauth1/controllers.py:319
msgid "provided request key does not match stored request key" msgid "provided request key does not match stored request key"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:317 #: keystone/contrib/oauth1/controllers.py:323
msgid "Request Token does not have an authorizing user id" msgid "Request Token does not have an authorizing user id"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:352 #: keystone/contrib/oauth1/controllers.py:358
msgid "Cannot authorize a request token with a token issued via delegation." msgid "Cannot authorize a request token with a token issued via delegation."
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:382 #: keystone/contrib/oauth1/controllers.py:388
msgid "authorizing user does not have role required" msgid "authorizing user does not have role required"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:395 #: keystone/contrib/oauth1/controllers.py:401
msgid "User is not a member of the requested project" msgid "User is not a member of the requested project"
msgstr "" msgstr ""
@ -1079,7 +1092,7 @@ msgstr ""
msgid "User '%(user_id)s' not found in group '%(group_id)s'" msgid "User '%(user_id)s' not found in group '%(group_id)s'"
msgstr "" msgstr ""
#: keystone/identity/backends/ldap.py:338 #: keystone/identity/backends/ldap.py:339
#, python-format #, python-format
msgid "User %(user_id)s is already a member of group %(group_id)s" msgid "User %(user_id)s is already a member of group %(group_id)s"
msgstr "" msgstr ""
@ -1160,69 +1173,69 @@ msgid ""
"time." "time."
msgstr "" msgstr ""
#: keystone/resource/core.py:82 #: keystone/resource/core.py:83
#, python-format #, python-format
msgid "max hierarchy depth reached for %s branch." msgid "max hierarchy depth reached for %s branch."
msgstr "" msgstr ""
#: keystone/resource/core.py:100 #: keystone/resource/core.py:101
msgid "cannot create a project within a different domain than its parents." msgid "cannot create a project within a different domain than its parents."
msgstr "" msgstr ""
#: keystone/resource/core.py:104 #: keystone/resource/core.py:105
#, python-format #, python-format
msgid "cannot create a project in a branch containing a disabled project: %s" msgid "cannot create a project in a branch containing a disabled project: %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:125 keystone/token/core.py:67 #: keystone/resource/core.py:126 keystone/token/core.py:67
#: keystone/token/core.py:83 #: keystone/token/core.py:83
#, python-format #, python-format
msgid "Domain is disabled: %s" msgid "Domain is disabled: %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:143 #: keystone/resource/core.py:144
#, python-format #, python-format
msgid "Domain cannot be named %s" msgid "Domain cannot be named %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:146 #: keystone/resource/core.py:147
#, python-format #, python-format
msgid "Domain cannot have ID %s" msgid "Domain cannot have ID %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:158 #: keystone/resource/core.py:159
#, python-format #, python-format
msgid "Project is disabled: %s" msgid "Project is disabled: %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:178 #: keystone/resource/core.py:179
#, python-format #, python-format
msgid "cannot enable project %s since it has disabled parents" msgid "cannot enable project %s since it has disabled parents"
msgstr "" msgstr ""
#: keystone/resource/core.py:186 #: keystone/resource/core.py:187
#, python-format #, python-format
msgid "cannot disable project %s since its subtree contains enabled projects" msgid "cannot disable project %s since its subtree contains enabled projects"
msgstr "" msgstr ""
#: keystone/resource/core.py:198 #: keystone/resource/core.py:199
msgid "Update of `parent_id` is not allowed." msgid "Update of `parent_id` is not allowed."
msgstr "" msgstr ""
#: keystone/resource/core.py:225 #: keystone/resource/core.py:226
#, python-format #, python-format
msgid "cannot delete the project %s since it is not a leaf in the hierarchy." msgid "cannot delete the project %s since it is not a leaf in the hierarchy."
msgstr "" msgstr ""
#: keystone/resource/core.py:381 #: keystone/resource/core.py:382
msgid "Multiple domains are not supported" msgid "Multiple domains are not supported"
msgstr "" msgstr ""
#: keystone/resource/core.py:430 #: keystone/resource/core.py:431
msgid "delete the default domain" msgid "delete the default domain"
msgstr "" msgstr ""
#: keystone/resource/core.py:441 #: keystone/resource/core.py:442
msgid "cannot delete a domain that is enabled, please disable it first." msgid "cannot delete a domain that is enabled, please disable it first."
msgstr "" msgstr ""

View File

@ -10,8 +10,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Keystone\n" "Project-Id-Version: Keystone\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n"
"POT-Creation-Date: 2015-02-20 06:03+0000\n" "POT-Creation-Date: 2015-02-24 06:03+0000\n"
"PO-Revision-Date: 2015-02-20 04:02+0000\n" "PO-Revision-Date: 2015-02-24 04:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) " "Language-Team: Portuguese (Brazil) "
"(http://www.transifex.com/projects/p/keystone/language/pt_BR/)\n" "(http://www.transifex.com/projects/p/keystone/language/pt_BR/)\n"
@ -408,12 +408,12 @@ msgid ""
"On." "On."
msgstr "" msgstr ""
#: keystone/notifications.py:149 #: keystone/notifications.py:187
#, python-format #, python-format
msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" msgid "%(event)s is not a valid notification event, must be one of: %(actions)s"
msgstr "" msgstr ""
#: keystone/notifications.py:158 #: keystone/notifications.py:196
#, python-format #, python-format
msgid "Method not callable: %s" msgid "Method not callable: %s"
msgstr "" msgstr ""
@ -624,7 +624,7 @@ msgid "padded base64url text must be multiple of 4 characters"
msgstr "" msgstr ""
#: keystone/common/controller.py:288 keystone/identity/core.py:357 #: keystone/common/controller.py:288 keystone/identity/core.py:357
#: keystone/resource/core.py:760 keystone/resource/backends/ldap.py:61 #: keystone/resource/core.py:761 keystone/resource/backends/ldap.py:61
#, python-format #, python-format
msgid "Expected dict or list: %s" msgid "Expected dict or list: %s"
msgstr "Esperado dict ou list: %s" msgstr "Esperado dict ou list: %s"
@ -925,7 +925,20 @@ msgstr ""
msgid "No policy is associated with endpoint %(endpoint_id)s." msgid "No policy is associated with endpoint %(endpoint_id)s."
msgstr "" msgstr ""
#: keystone/contrib/federation/controllers.py:285 #: keystone/contrib/federation/controllers.py:273
msgid "Missing entity ID from environment"
msgstr ""
#: keystone/contrib/federation/controllers.py:281
msgid "Request must have an origin query parameter"
msgstr ""
#: keystone/contrib/federation/controllers.py:291
#, python-format
msgid "%(host)s is not a trusted dashboard host"
msgstr ""
#: keystone/contrib/federation/controllers.py:332
msgid "Use a project scoped token when attempting to create a SAML assertion" msgid "Use a project scoped token when attempting to create a SAML assertion"
msgstr "" msgstr ""
@ -991,48 +1004,48 @@ msgstr "ID de usuário não confere"
msgid "Could not find role" msgid "Could not find role"
msgstr "Não é possível encontrar role" msgstr "Não é possível encontrar role"
#: keystone/contrib/oauth1/controllers.py:238 #: keystone/contrib/oauth1/controllers.py:244
msgid "Invalid signature" msgid "Invalid signature"
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:287 #: keystone/contrib/oauth1/controllers.py:293
#: keystone/contrib/oauth1/controllers.py:363 #: keystone/contrib/oauth1/controllers.py:369
msgid "Request token is expired" msgid "Request token is expired"
msgstr "Token de requisição expirou" msgstr "Token de requisição expirou"
#: keystone/contrib/oauth1/controllers.py:301 #: keystone/contrib/oauth1/controllers.py:307
msgid "There should not be any non-oauth parameters" msgid "There should not be any non-oauth parameters"
msgstr "Não deve haver nenhum parâmetro não oauth" msgstr "Não deve haver nenhum parâmetro não oauth"
#: keystone/contrib/oauth1/controllers.py:305 #: keystone/contrib/oauth1/controllers.py:311
msgid "provided consumer key does not match stored consumer key" msgid "provided consumer key does not match stored consumer key"
msgstr "" msgstr ""
"Chave de consumidor fornecida não confere com a chave de consumidor " "Chave de consumidor fornecida não confere com a chave de consumidor "
"armazenada" "armazenada"
#: keystone/contrib/oauth1/controllers.py:309 #: keystone/contrib/oauth1/controllers.py:315
msgid "provided verifier does not match stored verifier" msgid "provided verifier does not match stored verifier"
msgstr "Verificador fornecido não confere com o verificador armazenado" msgstr "Verificador fornecido não confere com o verificador armazenado"
#: keystone/contrib/oauth1/controllers.py:313 #: keystone/contrib/oauth1/controllers.py:319
msgid "provided request key does not match stored request key" msgid "provided request key does not match stored request key"
msgstr "" msgstr ""
"Chave de requisição do provedor não confere com a chave de requisição " "Chave de requisição do provedor não confere com a chave de requisição "
"armazenada" "armazenada"
#: keystone/contrib/oauth1/controllers.py:317 #: keystone/contrib/oauth1/controllers.py:323
msgid "Request Token does not have an authorizing user id" msgid "Request Token does not have an authorizing user id"
msgstr "Token de Requisição não possui um ID de usuário autorizado" msgstr "Token de Requisição não possui um ID de usuário autorizado"
#: keystone/contrib/oauth1/controllers.py:352 #: keystone/contrib/oauth1/controllers.py:358
msgid "Cannot authorize a request token with a token issued via delegation." msgid "Cannot authorize a request token with a token issued via delegation."
msgstr "" msgstr ""
#: keystone/contrib/oauth1/controllers.py:382 #: keystone/contrib/oauth1/controllers.py:388
msgid "authorizing user does not have role required" msgid "authorizing user does not have role required"
msgstr "Usuário autorizado não possui o role necessário" msgstr "Usuário autorizado não possui o role necessário"
#: keystone/contrib/oauth1/controllers.py:395 #: keystone/contrib/oauth1/controllers.py:401
msgid "User is not a member of the requested project" msgid "User is not a member of the requested project"
msgstr "Usuário não é um membro do projeto requisitado" msgstr "Usuário não é um membro do projeto requisitado"
@ -1099,7 +1112,7 @@ msgstr ""
msgid "User '%(user_id)s' not found in group '%(group_id)s'" msgid "User '%(user_id)s' not found in group '%(group_id)s'"
msgstr "" msgstr ""
#: keystone/identity/backends/ldap.py:338 #: keystone/identity/backends/ldap.py:339
#, python-format #, python-format
msgid "User %(user_id)s is already a member of group %(group_id)s" msgid "User %(user_id)s is already a member of group %(group_id)s"
msgstr "Usuário %(user_id)s já é membro do grupo %(group_id)s" msgstr "Usuário %(user_id)s já é membro do grupo %(group_id)s"
@ -1184,69 +1197,69 @@ msgid ""
"time." "time."
msgstr "" msgstr ""
#: keystone/resource/core.py:82 #: keystone/resource/core.py:83
#, python-format #, python-format
msgid "max hierarchy depth reached for %s branch." msgid "max hierarchy depth reached for %s branch."
msgstr "" msgstr ""
#: keystone/resource/core.py:100 #: keystone/resource/core.py:101
msgid "cannot create a project within a different domain than its parents." msgid "cannot create a project within a different domain than its parents."
msgstr "" msgstr ""
#: keystone/resource/core.py:104 #: keystone/resource/core.py:105
#, python-format #, python-format
msgid "cannot create a project in a branch containing a disabled project: %s" msgid "cannot create a project in a branch containing a disabled project: %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:125 keystone/token/core.py:67 #: keystone/resource/core.py:126 keystone/token/core.py:67
#: keystone/token/core.py:83 #: keystone/token/core.py:83
#, python-format #, python-format
msgid "Domain is disabled: %s" msgid "Domain is disabled: %s"
msgstr "O domínio está desativado: %s" msgstr "O domínio está desativado: %s"
#: keystone/resource/core.py:143 #: keystone/resource/core.py:144
#, python-format #, python-format
msgid "Domain cannot be named %s" msgid "Domain cannot be named %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:146 #: keystone/resource/core.py:147
#, python-format #, python-format
msgid "Domain cannot have ID %s" msgid "Domain cannot have ID %s"
msgstr "" msgstr ""
#: keystone/resource/core.py:158 #: keystone/resource/core.py:159
#, python-format #, python-format
msgid "Project is disabled: %s" msgid "Project is disabled: %s"
msgstr "O projeto está desativado: %s" msgstr "O projeto está desativado: %s"
#: keystone/resource/core.py:178 #: keystone/resource/core.py:179
#, python-format #, python-format
msgid "cannot enable project %s since it has disabled parents" msgid "cannot enable project %s since it has disabled parents"
msgstr "" msgstr ""
#: keystone/resource/core.py:186 #: keystone/resource/core.py:187
#, python-format #, python-format
msgid "cannot disable project %s since its subtree contains enabled projects" msgid "cannot disable project %s since its subtree contains enabled projects"
msgstr "" msgstr ""
#: keystone/resource/core.py:198 #: keystone/resource/core.py:199
msgid "Update of `parent_id` is not allowed." msgid "Update of `parent_id` is not allowed."
msgstr "" msgstr ""
#: keystone/resource/core.py:225 #: keystone/resource/core.py:226
#, python-format #, python-format
msgid "cannot delete the project %s since it is not a leaf in the hierarchy." msgid "cannot delete the project %s since it is not a leaf in the hierarchy."
msgstr "" msgstr ""
#: keystone/resource/core.py:381 #: keystone/resource/core.py:382
msgid "Multiple domains are not supported" msgid "Multiple domains are not supported"
msgstr "" msgstr ""
#: keystone/resource/core.py:430 #: keystone/resource/core.py:431
msgid "delete the default domain" msgid "delete the default domain"
msgstr "" msgstr ""
#: keystone/resource/core.py:441 #: keystone/resource/core.py:442
msgid "cannot delete a domain that is enabled, please disable it first." msgid "cannot delete a domain that is enabled, please disable it first."
msgstr "" msgstr ""