zh_CN.js 2.3 KB

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