0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-20 21:20:14 +00:00
nextcloud_server/apps/oauth2/l10n/ast.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
1.6 KiB
JavaScript
Raw Permalink Normal View History

2017-08-21 00:08:13 +00:00
OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "El veceru nun tien autorización pa conectase. Informa al alministrador de l'aplicación.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "La URL de redireición tien de ser una URL completa, por exemplu: https://dominiu.com/camin",
2018-02-17 01:12:04 +00:00
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Permite l'autenticación compatible con OAuth2 dende otres aplicaciones web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'aplicación OAuth2 permite a l'alministración configurar el fluxu de trabayu d'autenticación integráu pa que tamién permita l'autenticación compatible con OAuth2 dende otres aplicaciones web.",
2017-08-21 00:08:13 +00:00
"OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que los servicios esternos soliciten l'accesu a «{instanceName}».",
2018-11-17 01:12:47 +00:00
"Name" : "Nome",
"Redirection URI" : "URI de redireición",
"Client Identifier" : "Identificador del veceru",
"Secret key" : "Clave del secretu",
"Delete client" : "Desaniciar el veceru",
"Add client" : "Amestar el veceru",
2020-09-01 02:16:09 +00:00
"Add" : "Amestar",
"Show client secret" : "Amosar el secretu del veceru",
"Hide client secret" : "Anubrir el secretu del veceru",
"Delete" : "Desaniciar"
2017-08-21 00:08:13 +00:00
},
"nplurals=2; plural=(n != 1);");