summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/zh_CN.js
blob: edfd32a9926a896d85809e96fbdfa4518a420d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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" : "取消",
    "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;");