diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-14 02:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-14 02:19:52 +0000 |
commit | 7ab85aee0dc5a71ffd665d9b339278264b49e2b5 (patch) | |
tree | 7f96ee8dec0a30db85495279213285f550229243 | |
parent | 6b6c00a30492911657b3ed1592b9222167d903b5 (diff) | |
download | nextcloud-server-7ab85aee0dc5a71ffd665d9b339278264b49e2b5.tar.gz nextcloud-server-7ab85aee0dc5a71ffd665d9b339278264b49e2b5.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | apps/admin_audit/l10n/es_CL.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/es_CL.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/es_CL.js b/apps/admin_audit/l10n/es_CL.js new file mode 100644 index 00000000000..f39d29b3ea7 --- /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 00000000000..4fb9f38c21f --- /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 |