zh_CN.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. { "translations": {
  2. "Comments" : "评论",
  3. "Unknown user" : "未知用户",
  4. "New comment …" : "新评论 ...",
  5. "Delete comment" : "删除评论",
  6. "Post" : "发布",
  7. "Cancel" : "取消",
  8. "Edit comment" : "编辑评论",
  9. "[Deleted user]" : "[已删除用户]",
  10. "No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
  11. "More comments …" : "更多评论 ...",
  12. "Save" : "保存",
  13. "Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}",
  14. "Error occurred while retrieving comment with id {id}" : "检索 id 为 {id} 的评论出错",
  15. "Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
  16. "Error occurred while posting comment" : "发布评论出错",
  17. "_%n unread comment_::_%n unread comments_" : ["%n 未读评论"],
  18. "Comment" : "评论",
  19. "You commented" : "您的评论",
  20. "%1$s commented" : "%1$s 已评论",
  21. "{author} commented" : "{author} 评论了",
  22. "You commented on %1$s" : "您在 %1$s 的评论",
  23. "You commented on {file}" : "您对 {file} 的评论",
  24. "%1$s commented on %2$s" : "%1$s 评论了 %2$s",
  25. "{author} commented on {file}" : "{author} 对 {file} 的评论",
  26. "<strong>Comments</strong> for files" : "文件的<strong>评论</strong>",
  27. "A (now) deleted user mentioned you in a comment on “%s”" : "一个(已)被删除的用户在 “%s” 的评论中提到了您",
  28. "A (now) deleted user mentioned you in a comment on “{file}”" : "一个(已)被删除的用户在 “{file}” 的评论中提到了您",
  29. "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
  31. "Type in a new comment..." : "添加新评论...",
  32. "No other comments available" : "没有其他评论",
  33. "More comments..." : "更多评论...",
  34. "{count} unread comments" : "{count} 条未读评论",
  35. "You commented on %2$s" : "您评论了 %2$s"
  36. },"pluralForm" :"nplurals=1; plural=0;"
  37. }