diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-08 02:20:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-08 02:20:20 +0000 |
commit | 7e784afa6576db2876a86df1e9ec40bc1d1f7596 (patch) | |
tree | 91da9870c7e54f9e106ab6c30e98d77813f4ae69 /apps/admin_audit/l10n | |
parent | e02c9ec1bfc7eaabafe640dce87adb5efb013ad0 (diff) | |
download | nextcloud-server-7e784afa6576db2876a86df1e9ec40bc1d1f7596.tar.gz nextcloud-server-7e784afa6576db2876a86df1e9ec40bc1d1f7596.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/zh_TW.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/zh_TW.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/zh_TW.js b/apps/admin_audit/l10n/zh_TW.js new file mode 100644 index 00000000000..699f1af96d8 --- /dev/null +++ b/apps/admin_audit/l10n/zh_TW.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_TW.json b/apps/admin_audit/l10n/zh_TW.json new file mode 100644 index 00000000000..20e615aa666 --- /dev/null +++ b/apps/admin_audit/l10n/zh_TW.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 |