nextcloud/apps/comments/l10n/zh_CN.js

24 lines
956 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-02-25 09:58:06 +03:00
"Type in a new comment..." : "添加新评论...",
"Delete comment" : "删除评论",
"Post" : "发布",
2016-02-17 09:56:11 +03:00
"Cancel" : "取消",
2016-02-25 09:58:06 +03:00
"Edit comment" : "编辑评论",
"[Deleted user]" : "[Deleted user]",
2016-05-10 10:30:51 +03:00
"Comments" : "评论",
2016-02-25 09:58:06 +03:00
"No other comments available" : "没有其他评论",
"More comments..." : "更多评论...",
"Save" : "保存",
"Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}",
"{count} unread comments" : "{count} 条未读评论",
2016-05-10 10:30:51 +03:00
"Comment" : "评论",
2016-06-17 09:00:01 +03:00
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "文件的<strong>评论</strong><em>(始终在数据流中列出)</em>",
"You commented" : "您的评论",
2016-05-10 10:30:51 +03:00
"%1$s commented" : "%1$s 已评论",
2016-06-17 09:00:01 +03:00
"You commented on %2$s" : "你评论了 %2$s",
2016-05-10 10:30:51 +03:00
"%1$s commented on %2$s" : "%1$s 评论了 %2$s"
2016-02-17 09:56:11 +03:00
},
"nplurals=1; plural=0;");