0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-17 17:53:16 +00:00
nextcloud_server/apps/oauth2/l10n/es_EC.js

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

21 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-11-07 01:08:57 +00:00
OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "Tu cliente no está autorizado para conectarse. Por favor, informa al administrador de tu cliente.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://yourdomain.com/path",
2018-05-23 00:15:44 +00:00
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Permite la autenticación compatible con OAuth2 desde otras aplicaciones web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 permite a los administradores configurar el flujo de autenticación integrado para permitir la autenticación compatible con OAuth2 desde otras aplicaciones web.",
2017-11-07 01:08:57 +00:00
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}.",
2018-11-17 01:12:47 +00:00
"Name" : "Nombre",
2018-06-27 10:06:12 +00:00
"Redirection URI" : "URI para redirección",
2018-11-17 01:12:47 +00:00
"Client Identifier" : "Identificador del cliente",
"Secret key" : "Llave secreta",
"Add client" : "Agregar cliente",
"Add" : "Agregar",
"Show client secret" : "Mostrar el secreto del cliente",
"Delete" : "Borrar"
2017-11-07 01:08:57 +00:00
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");