From 1ad431f12a119f4ee578ce0c190316e7d9696f73 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 7 Aug 2024 01:49:27 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/es_MX.js | 1 + l10n/es_MX.json | 1 + 2 files changed, 2 insertions(+) diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 276c6b04..3567cd25 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -5,6 +5,7 @@ OC.L10N.register( "Retry" : "Reintentar", "An error occurred. Please try again." : "Se presentó un error. Por favor vuelve a intentarlo.", "Your browser does not support WebAuthn." : "Su navegador no soporta WebAuthn.", + "Active" : "Activo", "Remove" : "Eliminar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index b534c2b2..97a2fef3 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -3,6 +3,7 @@ "Retry" : "Reintentar", "An error occurred. Please try again." : "Se presentó un error. Por favor vuelve a intentarlo.", "Your browser does not support WebAuthn." : "Su navegador no soporta WebAuthn.", + "Active" : "Activo", "Remove" : "Eliminar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file