nextcloud/apps/comments/l10n/zh_CN.js

34 lines
1.8 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2017-01-09 11:24:58 +03:00
"Comments" : "评论",
"New comment …" : "新评论 ...",
2016-02-25 09:58:06 +03:00
"Delete comment" : "删除评论",
"Post" : "发布",
2016-02-17 09:56:11 +03:00
"Cancel" : "取消",
2016-02-25 09:58:06 +03:00
"Edit comment" : "编辑评论",
2017-01-24 04:07:14 +03:00
"[Deleted user]" : "[已删除用户]",
2017-01-09 11:24:58 +03:00
"No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
"More comments …" : "更多评论 ...",
2016-02-25 09:58:06 +03:00
"Save" : "保存",
"Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}",
"Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
2017-01-09 11:24:58 +03:00
"Error occurred while posting comment" : "发布评论出错",
2017-02-16 04:07:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n 未读评论"],
2016-05-10 10:30:51 +03:00
"Comment" : "评论",
2016-06-17 09:00:01 +03:00
"You commented" : "您的评论",
2016-05-10 10:30:51 +03:00
"%1$s commented" : "%1$s 已评论",
2017-02-16 04:07:44 +03:00
"{author} commented" : "{author} 评论了",
"You commented on %1$s" : "您在 %1$s 的评论",
2017-01-24 04:07:14 +03:00
"You commented on {file}" : "您对 {file} 的评论",
2017-01-09 11:24:58 +03:00
"%1$s commented on %2$s" : "%1$s 评论了 %2$s",
2017-01-24 04:07:14 +03:00
"{author} commented on {file}" : "{author} 对 {file} 的评论",
2017-02-16 04:07:44 +03:00
"<strong>Comments</strong> for files" : "文件的<strong>评论</strong>",
2017-01-24 04:07:14 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
2018-01-04 12:48:31 +03:00
"Unknown user" : "未知用户",
2017-11-28 04:09:52 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "一个(已)被删除的用户在 “%s” 的评论中提到了您",
"A (now) deleted user mentioned you in a comment on “{file}”" : "一个(已)被删除的用户在 “{file}” 的评论中提到了您"
2016-02-17 09:56:11 +03:00
},
"nplurals=1; plural=0;");