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_TW.js 800B

12345678910111213141516171819202122
  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]" : "[已刪除的使用者]",
  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. "You commented" : "您留言",
  18. "%1$s commented" : "%1$s 留言",
  19. "You commented on %2$s" : "您對 %2$s 留言",
  20. "%1$s commented on %2$s" : "%1$s 對 %2$s 留言"
  21. },
  22. "nplurals=1; plural=0;");