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_HK.js 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "留言",
  5. "You commented" : "您已留言",
  6. "{author} commented" : "{author} 已留言",
  7. "You commented on %1$s" : "你對 %1$s 留了言",
  8. "You commented on {file}" : "你對 {file} 留了言",
  9. "%1$s commented on %2$s" : "%1$s 對 %2$s 留了言",
  10. "{author} commented on {file}" : "{author} 對 {file} 留了言",
  11. "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>",
  12. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "一個已被刪除的帳戶在 “{file}” 的留言中提到你",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} 在 “{file}” 的留言中提到你",
  14. "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋",
  15. "Edit comment" : "編輯留言",
  16. "Delete comment" : "刪除留言",
  17. "Cancel edit" : "取消編輯",
  18. "New comment" : "新評論",
  19. "Write a comment …" : "發表評論 ...",
  20. "Post comment" : "張貼留言",
  21. "@ for mentions, : for emoji, / for smart picker" : "“@” 表示提及,“:” 表示表情符號,“/” 表示智慧型選擇器",
  22. "Could not reload comments" : "無法重新加載評論",
  23. "No comments yet, start the conversation!" : "尚無留言,開始討論吧!",
  24. "No more messages" : "沒有更多訊息",
  25. "Retry" : "重試",
  26. "Failed to mark comments as read" : "無法將評論標記為已讀",
  27. "Unable to load the comments list" : "無法載入留言清單",
  28. "_1 new comment_::_{unread} new comments_" : ["{unread} 個新留言"],
  29. "Comment" : "留言",
  30. "An error occurred while trying to edit the comment" : "嘗試編輯此留言時錯誤",
  31. "Comment deleted" : "意見刪除",
  32. "An error occurred while trying to delete the comment" : "嘗試刪除此留言時錯誤",
  33. "An error occurred while trying to create the comment" : "嘗試建立此留言時錯誤",
  34. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “{file}” 的留言中提到你",
  35. "Write a message …" : "書寫訊息 ...",
  36. "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "“@” 表示提及,“:” 表示表情符號,“/” 表示智慧型選擇器",
  37. "_%n unread comment_::_%n unread comments_" : ["%n 個未讀留言"]
  38. },
  39. "nplurals=1; plural=0;");