diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-25 01:58:06 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-25 01:58:06 -0500 |
commit | 32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91 (patch) | |
tree | f76817d760d9e7d1fb5d3f3b96bc961c879b107c /apps/comments/l10n/zh_CN.js | |
parent | faf65e73b778867d36f0e13dd1b0f1a4ef1f4723 (diff) | |
download | nextcloud-server-32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91.tar.gz nextcloud-server-32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/zh_CN.js')
-rw-r--r-- | apps/comments/l10n/zh_CN.js | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index d5999738f96..edfd32a9926 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -1,7 +1,21 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>评论文件</strong>", + "%1$s commented" : "%1$s 已评论", + "%1$s commented on %2$s" : "%1$s 评论了 %2$s", + "Comments" : "评论", + "Type in a new comment..." : "添加新评论...", + "Delete comment" : "删除评论", + "Post" : "发布", "Cancel" : "取消", - "Save" : "保存" + "Edit comment" : "编辑评论", + "[Deleted user]" : "[Deleted user]", + "No other comments available" : "没有其他评论", + "More comments..." : "更多评论...", + "Save" : "保存", + "Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}", + "{count} unread comments" : "{count} 条未读评论", + "Comment" : "评论" }, "nplurals=1; plural=0;"); |