zh_CN.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. { "translations": {
  2. "Comments" : "评论",
  3. "You commented" : "您的评论",
  4. "%1$s commented" : "%1$s 已评论",
  5. "{author} commented" : "{author} 评论了",
  6. "You commented on %1$s" : "您在 %1$s 的评论",
  7. "You commented on {file}" : "您对 {file} 的评论",
  8. "%1$s commented on %2$s" : "%1$s 评论了 %2$s",
  9. "{author} commented on {file}" : "{author} 对 {file} 的评论",
  10. "<strong>Comments</strong> for files" : "文件的<strong>评论</strong>",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "用户在“ {file}”中的评论中提到了您,此评论已被删除",
  12. "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
  13. "Files app plugin to add comments to files" : "文件应用插件可向文件添加评论",
  14. "Edit comment" : "编辑评论",
  15. "Delete comment" : "删除评论",
  16. "Cancel edit" : "取消编辑",
  17. "Post comment" : "发表评论",
  18. "No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
  19. "No more messages" : "没有更多消息",
  20. "Retry" : "重试",
  21. "Unable to load the comments list" : "无法加载评论列表",
  22. "_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"],
  23. "_1 new comment_::_{unread} new comments_" : ["{unread} 条新评论"],
  24. "Comment" : "评论",
  25. "An error occurred while trying to edit the comment" : "编辑评论时出错",
  26. "Comment deleted" : "评论已删除",
  27. "An error occurred while trying to delete the comment" : "删除评论时出错",
  28. "An error occurred while trying to create the comment" : "创建评论时出错",
  29. "New comment …" : "新评论 ...",
  30. "Post" : "发布",
  31. "Cancel" : "取消",
  32. "[Deleted user]" : "[已删除的用户]",
  33. "More comments …" : "更多评论 ...",
  34. "Save" : "保存",
  35. "Allowed characters {count} of {max}" : "当前字数: {count},最多允许:{max}",
  36. "Error occurred while retrieving comment with ID {id}" : "检索 ID 为 {id} 的评论时发生错误",
  37. "Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
  38. "Error occurred while posting comment" : "发表评论时发生错误"
  39. },"pluralForm" :"nplurals=1; plural=0;"
  40. }