diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-01-16 01:13:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-01-16 01:13:05 +0000 |
commit | 6a7624067bded3502544feebe81f00fe1e2a4263 (patch) | |
tree | f21ecdb99bb5476fedae2b086bd21817c2bd727b /apps/oauth2/l10n | |
parent | d9a29dc4b4f662c933c32c4b74502c13975de1ee (diff) | |
download | nextcloud-server-6a7624067bded3502544feebe81f00fe1e2a4263.tar.gz nextcloud-server-6a7624067bded3502544feebe81f00fe1e2a4263.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/pt_PT.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/pt_PT.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pt_PT.js b/apps/oauth2/l10n/pt_PT.js index 0d38b2f4d88..fe12a0c209f 100644 --- a/apps/oauth2/l10n/pt_PT.js +++ b/apps/oauth2/l10n/pt_PT.js @@ -1,14 +1,18 @@ OC.L10N.register( "oauth2", { + "Your client is not authorized to connect. Please inform the administrator of your client." : "O seu cliente não está autorizado a conectar-se. Por favor, informe o administrador do seu cliente.", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth2.0 permite que dispositivos externos peçam acesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redireccionamento", "Client Identifier" : "Identificador de Cliente", "Secret" : "Segredo", "Add client" : "Adicionar cliente", "Add" : "Adicionar", + "Show client secret" : "Mostrar segredo do cliente", + "Delete" : "Apagar", "OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/pt_PT.json b/apps/oauth2/l10n/pt_PT.json index 06e4ad2220d..dce1d9b8342 100644 --- a/apps/oauth2/l10n/pt_PT.json +++ b/apps/oauth2/l10n/pt_PT.json @@ -1,12 +1,16 @@ { "translations": { + "Your client is not authorized to connect. Please inform the administrator of your client." : "O seu cliente não está autorizado a conectar-se. Por favor, informe o administrador do seu cliente.", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth2.0 permite que dispositivos externos peçam acesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redireccionamento", "Client Identifier" : "Identificador de Cliente", "Secret" : "Segredo", "Add client" : "Adicionar cliente", "Add" : "Adicionar", + "Show client secret" : "Mostrar segredo do cliente", + "Delete" : "Apagar", "OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |