From 43e307f59e603350fc508a911e86843e74e87a50 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 17 Jul 2021 02:44:18 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/admin_audit/l10n/es_MX.js | 7 +++++++ apps/admin_audit/l10n/es_MX.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 apps/admin_audit/l10n/es_MX.js create mode 100644 apps/admin_audit/l10n/es_MX.json (limited to 'apps/admin_audit') diff --git a/apps/admin_audit/l10n/es_MX.js b/apps/admin_audit/l10n/es_MX.js new file mode 100644 index 00000000000..61766ce7915 --- /dev/null +++ b/apps/admin_audit/l10n/es_MX.js @@ -0,0 +1,7 @@ +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." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/es_MX.json b/apps/admin_audit/l10n/es_MX.json new file mode 100644 index 00000000000..61f0d5f38cc --- /dev/null +++ b/apps/admin_audit/l10n/es_MX.json @@ -0,0 +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." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- cgit v1.2.3