nextcloud/apps/oauth2/l10n/ast.js

15 lines
498 B
JavaScript

OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
"Name" : "Nome",
"Client Identifier" : "Identificador del veceru",
"Add client" : "Amestar veceru",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permite a los servicios esternos solicitar accesu a %s.",
"Redirection URI" : "URI de redireición",
"Secret" : "Secretu",
"Add" : "Amestar"
},
"nplurals=2; plural=(n != 1);");