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 1.3KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "留言",
  5. "New comment …" : "新留言…",
  6. "Delete comment" : "刪除留言",
  7. "Post" : "送出",
  8. "Cancel" : "取消",
  9. "Edit comment" : "編輯留言",
  10. "[Deleted user]" : "[已刪除的使用者]",
  11. "No comments yet, start the conversation!" : "尚無留言,開始討論 !",
  12. "More comments …" : "其他留言…",
  13. "Save" : "儲存",
  14. "Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
  15. "Error occurred while retrieving comment with id {id}" : "取得留言 {id} 發生錯誤",
  16. "Error occurred while updating comment with id {id}" : "編輯留言 {id} 發生錯誤",
  17. "Error occurred while posting comment" : "張貼留言出錯",
  18. "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"],
  19. "Comment" : "留言",
  20. "You commented" : "您已留言",
  21. "%1$s commented" : "%1$s 留言",
  22. "%1$s commented on %2$s" : "%1$s 在 %2$s 留言",
  23. "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>",
  24. "Type in a new comment..." : "輸入新留言…",
  25. "No other comments available" : "沒有其他留言",
  26. "More comments..." : "其他留言…",
  27. "{count} unread comments" : "{count} 則未讀留言",
  28. "You commented on %2$s" : "您對 %2$s 留言"
  29. },
  30. "nplurals=1; plural=0;");