diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-05 00:17:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-05 00:17:37 +0000 |
commit | ddc8634695f5a3f45b97cffe5555a856dcff3d5f (patch) | |
tree | 42e55919ce4835455daa91e659dbe46dc9d83179 /apps/admin_audit | |
parent | 114ab80d4a0c08d63b0d219ce6edc9266079970e (diff) | |
download | nextcloud-server-ddc8634695f5a3f45b97cffe5555a856dcff3d5f.tar.gz nextcloud-server-ddc8634695f5a3f45b97cffe5555a856dcff3d5f.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_EC.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/es_EC.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/es_EC.js b/apps/admin_audit/l10n/es_EC.js new file mode 100644 index 00000000000..f39d29b3ea7 --- /dev/null +++ b/apps/admin_audit/l10n/es_EC.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_EC.json b/apps/admin_audit/l10n/es_EC.json new file mode 100644 index 00000000000..4fb9f38c21f --- /dev/null +++ b/apps/admin_audit/l10n/es_EC.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 |