aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-07 00:20:09 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-07 00:20:09 +0000
commitfbbc10466b79caea0b9d1f718d4abdd021df241c (patch)
treef5006565ed3ce19b96a2f91646335aacf91926a7 /apps/admin_audit
parent3419edd697cbc81b814c60f820355b85b0ee2c05 (diff)
downloadnextcloud-server-fbbc10466b79caea0b9d1f718d4abdd021df241c.tar.gz
nextcloud-server-fbbc10466b79caea0b9d1f718d4abdd021df241c.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/es_MX.js2
-rw-r--r--apps/admin_audit/l10n/es_MX.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/l10n/es_MX.js b/apps/admin_audit/l10n/es_MX.js
index e7b24aed581..02a4e01c33d 100644
--- a/apps/admin_audit/l10n/es_MX.js
+++ b/apps/admin_audit/l10n/es_MX.js
@@ -2,6 +2,6 @@ OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "Auditoría / Registros",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Habilita las opciones de bitácora de Nextcloud tales como registro de acceso a archivos o de acciones delicadas."
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, tales como el registro de accesos a archivos o de acciones delicadas."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/admin_audit/l10n/es_MX.json b/apps/admin_audit/l10n/es_MX.json
index abaceb15cb4..2f483b93cf0 100644
--- a/apps/admin_audit/l10n/es_MX.json
+++ b/apps/admin_audit/l10n/es_MX.json
@@ -1,5 +1,5 @@
{ "translations": {
"Auditing / Logging" : "Auditoría / Registros",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Habilita las opciones de bitácora de Nextcloud tales como registro de acceso a archivos o de acciones delicadas."
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, tales como el registro de accesos a archivos o de acciones delicadas."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file