aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/es_AR.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2025-08-09 00:12:21 +0000
committerNextcloud bot <bot@nextcloud.com>2025-08-09 00:12:21 +0000
commitb8c6eb82ca05eb6ecaafd574eae8a1341584dc78 (patch)
tree4dbc200f711df87272f2fcc80b8f9493351f4382 /apps/files_external/l10n/es_AR.js
parenteaae5e16d8303f5ac0f940cd93c712a4bf080ecc (diff)
downloadnextcloud-server-master.tar.gz
nextcloud-server-master.zip
fix(l10n): Update translations from TransifexHEADmaster
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/es_AR.js')
-rw-r--r--apps/files_external/l10n/es_AR.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/es_AR.js b/apps/files_external/l10n/es_AR.js
index 937bdfff4ef..485e2a8b9d6 100644
--- a/apps/files_external/l10n/es_AR.js
+++ b/apps/files_external/l10n/es_AR.js
@@ -2,8 +2,6 @@ OC.L10N.register(
"files_external",
{
"Grant access" : "Conceder acceso",
- "Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
- "Please provide a valid app key and secret." : "Favor de proporcionar una llave de aplicación y secreto válidos.",
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
"Generate keys" : "Generar llaves",
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
@@ -22,9 +20,6 @@ OC.L10N.register(
"Secret key" : "Llave secreta",
"Builtin" : "Integrado",
"None" : "Ninguno",
- "OAuth1" : "OAuth1",
- "App key" : "Llave de la aplicación",
- "App secret" : "Secreto de la aplicación",
"OAuth2" : "OAuth2",
"Client ID" : "ID del cliente",
"Client secret" : "Secreto del cliente",
@@ -94,6 +89,11 @@ OC.L10N.register(
"Configuration" : "Configuración",
"Available for" : "Disponible para",
"Add storage" : "Agregar almacenamiento",
- "Advanced settings" : "Configuraciones avanzadas"
+ "Advanced settings" : "Configuraciones avanzadas",
+ "Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
+ "Please provide a valid app key and secret." : "Favor de proporcionar una llave de aplicación y secreto válidos.",
+ "OAuth1" : "OAuth1",
+ "App key" : "Llave de la aplicación",
+ "App secret" : "Secreto de la aplicación"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");