diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-05 02:28:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-05 02:28:12 +0000 |
commit | f997b8a2a3f248bd5128bb4df4910d3dc1c09599 (patch) | |
tree | 7fe7d1dffe2fd925237f3e66533856912343556a /apps/admin_audit | |
parent | e127375dd45cb5327b00cdbc4892ddedbbf510de (diff) | |
download | nextcloud-server-f997b8a2a3f248bd5128bb4df4910d3dc1c09599.tar.gz nextcloud-server-f997b8a2a3f248bd5128bb4df4910d3dc1c09599.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/eo.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/eo.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/eo.js b/apps/admin_audit/l10n/eo.js new file mode 100644 index 00000000000..3ab916b0b54 --- /dev/null +++ b/apps/admin_audit/l10n/eo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Ekzamenado / Protokolado", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Provizi protokolado-kapablojn por Nextcloud, kiel ekzemple protokolado de aliroj al dosieroj aŭ aliaj delikataj agoj." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/eo.json b/apps/admin_audit/l10n/eo.json new file mode 100644 index 00000000000..eef1c6821c5 --- /dev/null +++ b/apps/admin_audit/l10n/eo.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Ekzamenado / Protokolado", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Provizi protokolado-kapablojn por Nextcloud, kiel ekzemple protokolado de aliroj al dosieroj aŭ aliaj delikataj agoj." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |