aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-08-30 00:12:07 +0000
committerNextcloud bot <bot@nextcloud.com>2018-08-30 00:12:07 +0000
commit4da9a15b32f6dfe862f7d481e018f978f50bf55c (patch)
tree885237195aca930ec4353eed28b274a5471ebccd /apps/oauth2
parent3a62890a13dc8a482fa977f715fc2a23e14ce5ad (diff)
downloadnextcloud-server-4da9a15b32f6dfe862f7d481e018f978f50bf55c.tar.gz
nextcloud-server-4da9a15b32f6dfe862f7d481e018f978f50bf55c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/es.js2
-rw-r--r--apps/oauth2/l10n/es.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js
index 959d6a2a348..7844062a667 100644
--- a/apps/oauth2/l10n/es.js
+++ b/apps/oauth2/l10n/es.js
@@ -3,6 +3,8 @@ OC.L10N.register(
{
"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",
"OAuth 2.0" : "OAuth 2.0",
+ "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.",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"Name" : "Nombre",
"Client Identifier" : "Identificador de cliente",
diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json
index 4e99f148302..ec4807f2a6c 100644
--- a/apps/oauth2/l10n/es.json
+++ b/apps/oauth2/l10n/es.json
@@ -1,6 +1,8 @@
{ "translations": {
"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",
"OAuth 2.0" : "OAuth 2.0",
+ "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.",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"Name" : "Nombre",
"Client Identifier" : "Identificador de cliente",