diff options
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 |