nextcloud/apps/oauth2/l10n/es.json

18 lines
1.5 KiB
JSON
Raw Normal View History

2017-06-08 20:08:24 -04:00
{ "translations": {
2018-12-07 20:11:24 -05:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "Tu cliente no está autorizado a conectarse. Por favor, informa de tu cliente al administrador.",
2018-07-10 04:21:14 -04:00
"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://tudominio.com/ruta",
2018-06-27 06:06:12 -04:00
"OAuth 2.0" : "OAuth 2.0",
2018-08-29 20:12:07 -04:00
"Allows OAuth2 compatible authentication from other web applications." : "Permite 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 app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.",
2017-06-08 20:08:24 -04:00
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
2018-11-25 20:11:21 -05:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}",
2018-11-16 20:12:47 -05:00
"Name" : "Nombre",
2018-06-27 06:06:12 -04:00
"Redirection URI" : "URI de redirección",
2018-11-16 20:12:47 -05:00
"Client Identifier" : "Identificador de cliente",
2018-06-27 06:06:12 -04:00
"Secret" : "Secreto",
2018-11-16 20:12:47 -05:00
"Add client" : "Añadir cliente",
2018-11-19 20:12:39 -05:00
"Add" : "Añadir",
2018-11-25 20:11:21 -05:00
"Show client secret" : "Mostrar secreto del cliente",
2019-03-20 21:13:49 -04:00
"Delete" : "Eliminar"
2017-06-08 20:08:24 -04:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}