zh_CN.json 1.8 KB

12345678910111213141516171819202122232425262728293031
  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. "New comment …" : "新评论 ...",
  17. "Post" : "发布",
  18. "Cancel" : "取消",
  19. "[Deleted user]" : "[已删除用户]",
  20. "No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
  21. "More comments …" : "更多评论 ...",
  22. "Save" : "保存",
  23. "Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}",
  24. "Error occurred while retrieving comment with ID {id}" : "取回 ID {id} 的评论时发生错误",
  25. "Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
  26. "Error occurred while posting comment" : "发布评论出错",
  27. "_%n unread comment_::_%n unread comments_" : ["%n 未读评论"],
  28. "_1 new comment_::_{unread} new comments_" : ["{unread} 新评论"],
  29. "Comment" : "评论"
  30. },"pluralForm" :"nplurals=1; plural=0;"
  31. }