Skip to content

Commit c0b4a97

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent dd4c523 commit c0b4a97

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

l10n/pt_BR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ OC.L10N.register(
113113
"Send ID token hint on logout" : "Enviar dica de token de ID no logout",
114114
"Should the ID token be included as the id_token_hint GET parameter in the OpenID logout URL? Users are redirected to this URL after logging out of Nextcloud. Enabling this setting exposes the OIDC ID token to the user agent, which may not be necessary depending on the OIDC provider." : "O token de ID deve ser incluído como o parâmetro GET id_token_hint no URL de logout do OpenID? Os usuários são redirecionados para este URL depois de fazer logout do Nextcloud. A ativação desta configuração expõe o token de ID do OIDC ao agente do usuário, o que pode não ser necessário, dependendo do provedor do OIDC.",
115115
"Enrich login ID token with userinfo" : "Complementar o token de login com informações do usuário",
116-
"Fetch additional information not found in the login ID token from the userinfo endpoint. This setting is overwritten if the global enrich_login_id_token_with_userinfo option is enabled." : "Obter informações adicionais não encontradas no token de ID de login a partir do endpoint userinfo. Esta configuração é substituída se a opção global enrich_login_id_token_with_userinfo estiver ativada.",
116+
"Fetch additional information not found in the login ID token from the userinfo endpoint. This setting is overwritten if the global enrich_login_id_token_with_userinfo option is enabled." : "Obter informações adicionais não encontradas no token de ID de login a partir do ponto final userinfo. Esta configuração é substituída se a opção global enrich_login_id_token_with_userinfo estiver ativada.",
117117
"Only groups matching the whitelist regex will be created, updated and deleted by the group claim. For example: {regex} allows all groups which ID starts with {substr}" : "Somente os grupos que corresponderem à expressão regular da lista branca serão criados, atualizados e excluídos pela reivindicação de grupo. Por exemplo: {regex} permite todos os grupos cujo ID começa com {substr}",
118118
"This will create and update the users groups depending on the groups claim in the ID token. The Format of the groups claim value should be {sample1}, {sample2} or {sample3}" : "Isso criará e atualizará os grupos de usuários, dependendo da reivindicação de grupos no token de ID. O formato do valor da reivindicação de grupos deve ser {sample1}, {sample2} ou {sample3}",
119119
"Back to %s" : "Voltar para %s",

l10n/pt_BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"Send ID token hint on logout" : "Enviar dica de token de ID no logout",
112112
"Should the ID token be included as the id_token_hint GET parameter in the OpenID logout URL? Users are redirected to this URL after logging out of Nextcloud. Enabling this setting exposes the OIDC ID token to the user agent, which may not be necessary depending on the OIDC provider." : "O token de ID deve ser incluído como o parâmetro GET id_token_hint no URL de logout do OpenID? Os usuários são redirecionados para este URL depois de fazer logout do Nextcloud. A ativação desta configuração expõe o token de ID do OIDC ao agente do usuário, o que pode não ser necessário, dependendo do provedor do OIDC.",
113113
"Enrich login ID token with userinfo" : "Complementar o token de login com informações do usuário",
114-
"Fetch additional information not found in the login ID token from the userinfo endpoint. This setting is overwritten if the global enrich_login_id_token_with_userinfo option is enabled." : "Obter informações adicionais não encontradas no token de ID de login a partir do endpoint userinfo. Esta configuração é substituída se a opção global enrich_login_id_token_with_userinfo estiver ativada.",
114+
"Fetch additional information not found in the login ID token from the userinfo endpoint. This setting is overwritten if the global enrich_login_id_token_with_userinfo option is enabled." : "Obter informações adicionais não encontradas no token de ID de login a partir do ponto final userinfo. Esta configuração é substituída se a opção global enrich_login_id_token_with_userinfo estiver ativada.",
115115
"Only groups matching the whitelist regex will be created, updated and deleted by the group claim. For example: {regex} allows all groups which ID starts with {substr}" : "Somente os grupos que corresponderem à expressão regular da lista branca serão criados, atualizados e excluídos pela reivindicação de grupo. Por exemplo: {regex} permite todos os grupos cujo ID começa com {substr}",
116116
"This will create and update the users groups depending on the groups claim in the ID token. The Format of the groups claim value should be {sample1}, {sample2} or {sample3}" : "Isso criará e atualizará os grupos de usuários, dependendo da reivindicação de grupos no token de ID. O formato do valor da reivindicação de grupos deve ser {sample1}, {sample2} ou {sample3}",
117117
"Back to %s" : "Voltar para %s",

l10n/pt_PT.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ OC.L10N.register(
33
{
44
"Error" : "Erro",
55
"Access forbidden" : "Acesso proibido",
6+
"Invalid authority issuer" : "Emissor de autoridade inválido",
7+
"The received token is expired." : "O token recebido está expirado",
8+
"You must access Nextcloud with HTTPS to use OpenID Connect." : "Você deve acessar o Nextcloud com HTTPS para usar o OpenID Connect.",
9+
"Failed to contact the OIDC provider token endpoint" : "Falha ao entrar em contato com o endpoint de token do provedor OIDC.",
10+
"User conflict" : "Conflito de usuários",
11+
"Are you sure you want to delete the provider \"{providerName}\"?" : "Tem certeza de que deseja excluir o provedor \"{providerName}\"?",
612
"Client ID" : "Id. de Cliente",
713
"Update" : "Atualizar",
814
"Remove" : "Remover",

l10n/pt_PT.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{ "translations": {
22
"Error" : "Erro",
33
"Access forbidden" : "Acesso proibido",
4+
"Invalid authority issuer" : "Emissor de autoridade inválido",
5+
"The received token is expired." : "O token recebido está expirado",
6+
"You must access Nextcloud with HTTPS to use OpenID Connect." : "Você deve acessar o Nextcloud com HTTPS para usar o OpenID Connect.",
7+
"Failed to contact the OIDC provider token endpoint" : "Falha ao entrar em contato com o endpoint de token do provedor OIDC.",
8+
"User conflict" : "Conflito de usuários",
9+
"Are you sure you want to delete the provider \"{providerName}\"?" : "Tem certeza de que deseja excluir o provedor \"{providerName}\"?",
410
"Client ID" : "Id. de Cliente",
511
"Update" : "Atualizar",
612
"Remove" : "Remover",

0 commit comments

Comments
 (0)