From 0951398af88455f28359d032f916474e3d8d2893 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 14 Apr 2023 02:19:43 +0000 Subject: [PATCH] =?UTF-8?q?Fix(l10n):=20=F0=9F=94=A0=20Update=20translatio?= =?UTF-8?q?ns=20from=20Transifex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nextcloud bot --- apps/admin_audit/l10n/es_CL.js | 7 +++++++ apps/admin_audit/l10n/es_CL.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 apps/admin_audit/l10n/es_CL.js create mode 100644 apps/admin_audit/l10n/es_CL.json diff --git a/apps/admin_audit/l10n/es_CL.js b/apps/admin_audit/l10n/es_CL.js new file mode 100644 index 0000000000000..f39d29b3ea78f --- /dev/null +++ b/apps/admin_audit/l10n/es_CL.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditoría / Registro", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, como el registro de accesos a archivos o acciones confidenciales." +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/admin_audit/l10n/es_CL.json b/apps/admin_audit/l10n/es_CL.json new file mode 100644 index 0000000000000..4fb9f38c21f7d --- /dev/null +++ b/apps/admin_audit/l10n/es_CL.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Auditoría / Registro", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, como el registro de accesos a archivos o acciones confidenciales." +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file