server/apps/oauth2/l10n/pt_PT.js

19 lines
947 B
JavaScript
Raw Normal View History

2018-02-24 01:12:16 +00:00
OC.L10N.register(
"oauth2",
{
2019-01-16 01:12:34 +00:00
"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.",
2018-02-24 01:12:16 +00:00
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
2019-01-16 01:12:34 +00:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth2.0 permite que dispositivos externos peçam acesso a {instanceName}.",
2018-11-17 01:12:47 +00:00
"Name" : "Nome",
2018-06-27 10:06:12 +00:00
"Redirection URI" : "URI de redireccionamento",
2018-11-17 01:12:47 +00:00
"Client Identifier" : "Identificador de Cliente",
2018-06-27 10:06:12 +00:00
"Secret" : "Segredo",
2018-11-17 01:12:47 +00:00
"Add client" : "Adicionar cliente",
2018-11-20 01:12:39 +00:00
"Add" : "Adicionar",
2019-01-16 01:12:34 +00:00
"Show client secret" : "Mostrar segredo do cliente",
"Delete" : "Apagar",
2018-11-20 01:12:39 +00:00
"OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s."
2018-02-24 01:12:16 +00:00
},
"nplurals=2; plural=(n != 1);");