Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-27 05:20:46 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-27 05:20:46 +0300
commitbaba83e1859b7e6119197704489dc9045485e295 (patch)
tree107805268de220a7f3d6506a47c8becdc6a9a3a2 /apps/admin_audit
parent7a892a310d46e3d99418f2c3cd58c1897679ce9e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/zh_HK.js7
-rw-r--r--apps/admin_audit/l10n/zh_HK.json5
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