diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-29 02:19:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-29 02:19:13 +0000 |
commit | f576374fe65c8e7e6e5eea901c18b4866061f482 (patch) | |
tree | 08496576cf1b46913da5baee4efd845b31d8ef45 /apps/admin_audit | |
parent | ef382f541c42f719b8dd30a4e0e248ef1bc39c84 (diff) | |
download | nextcloud-server-f576374fe65c8e7e6e5eea901c18b4866061f482.tar.gz nextcloud-server-f576374fe65c8e7e6e5eea901c18b4866061f482.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/zh_CN.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/zh_CN.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/zh_CN.js b/apps/admin_audit/l10n/zh_CN.js new file mode 100644 index 00000000000..0d9138e0478 --- /dev/null +++ b/apps/admin_audit/l10n/zh_CN.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_CN.json b/apps/admin_audit/l10n/zh_CN.json new file mode 100644 index 00000000000..92feed5f2e4 --- /dev/null +++ b/apps/admin_audit/l10n/zh_CN.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 |