diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-10 03:30:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-10 03:30:51 -0400 |
commit | 1fb7be42e55236c2663b52f89a85b54d81ae08ba (patch) | |
tree | 5f6c2e7f6a2da1f486ef90f6aa442b8f197ac0e4 /apps/comments/l10n/zh_CN.js | |
parent | 51d7c875516fdaaa46d7d66eb574c8c814470f23 (diff) | |
download | nextcloud-server-1fb7be42e55236c2663b52f89a85b54d81ae08ba.tar.gz nextcloud-server-1fb7be42e55236c2663b52f89a85b54d81ae08ba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/zh_CN.js')
-rw-r--r-- | apps/comments/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index 79d12423208..6ae1c231ae0 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -1,20 +1,20 @@ OC.L10N.register( "comments", { - "%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" : "取消", "Edit comment" : "编辑评论", "[Deleted user]" : "[Deleted user]", + "Comments" : "评论", "No other comments available" : "没有其他评论", "More comments..." : "更多评论...", "Save" : "保存", "Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}", "{count} unread comments" : "{count} 条未读评论", - "Comment" : "评论" + "Comment" : "评论", + "%1$s commented" : "%1$s 已评论", + "%1$s commented on %2$s" : "%1$s 评论了 %2$s" }, "nplurals=1; plural=0;"); |