diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-27 02:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-27 02:20:46 +0000 |
commit | baba83e1859b7e6119197704489dc9045485e295 (patch) | |
tree | 107805268de220a7f3d6506a47c8becdc6a9a3a2 /apps/admin_audit | |
parent | 7a892a310d46e3d99418f2c3cd58c1897679ce9e (diff) | |
download | nextcloud-server-baba83e1859b7e6119197704489dc9045485e295.tar.gz nextcloud-server-baba83e1859b7e6119197704489dc9045485e295.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/zh_HK.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/zh_HK.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/zh_HK.js b/apps/admin_audit/l10n/zh_HK.js new file mode 100644 index 00000000000..699f1af96d8 --- /dev/null +++ b/apps/admin_audit/l10n/zh_HK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "稽核 / 記錄", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "提供 Nextcloud 的記錄功能,例如記錄檔存取或其他敏感操作。" +}, +"nplurals=1; plural=0;"); diff --git a/apps/admin_audit/l10n/zh_HK.json b/apps/admin_audit/l10n/zh_HK.json new file mode 100644 index 00000000000..20e615aa666 --- /dev/null +++ b/apps/admin_audit/l10n/zh_HK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "稽核 / 記錄", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "提供 Nextcloud 的記錄功能,例如記錄檔存取或其他敏感操作。" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |