You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.js 956B

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "添加新评论...",
  5. "Delete comment" : "删除评论",
  6. "Post" : "发布",
  7. "Cancel" : "取消",
  8. "Edit comment" : "编辑评论",
  9. "[Deleted user]" : "[Deleted user]",
  10. "Comments" : "评论",
  11. "No other comments available" : "没有其他评论",
  12. "More comments..." : "更多评论...",
  13. "Save" : "保存",
  14. "Allowed characters {count} of {max}" : "当前字数: {count},最大允许:{max}",
  15. "{count} unread comments" : "{count} 条未读评论",
  16. "Comment" : "评论",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "文件的<strong>评论</strong><em>(始终在数据流中列出)</em>",
  18. "You commented" : "您的评论",
  19. "%1$s commented" : "%1$s 已评论",
  20. "You commented on %2$s" : "你评论了 %2$s",
  21. "%1$s commented on %2$s" : "%1$s 评论了 %2$s"
  22. },
  23. "nplurals=1; plural=0;");