zh_HK.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage is temporarily not available" : "儲存空間暫時無法使用",
  5. "Storage invalid" : "無效的儲存空間",
  6. "Unknown error" : "未知錯誤",
  7. "File could not be found" : "找不到檔案",
  8. "Move or copy" : "移動或複製",
  9. "Download" : "下載",
  10. "Delete" : "刪除",
  11. "Home" : "主目錄",
  12. "Close" : "關閉",
  13. "Favorites" : "最愛",
  14. "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"",
  15. "This will stop your current uploads." : "這會終止目前任何的上傳。",
  16. "Upload cancelled." : "上傳已取消",
  17. "Processing files …" : "正在處理檔案…",
  18. "…" : "...",
  19. "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳",
  20. "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}",
  21. "Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在",
  22. "Not enough free space" : "空間不足",
  23. "An unknown error has occurred" : "發生了未知的錯誤",
  24. "Uploading …" : "上傳中...",
  25. "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize}({bitrate})",
  26. "Uploading that item is not supported" : "不支援上傳該項目",
  27. "Target folder does not exist any more" : "目標資料夾已經不存在了",
  28. "Operation is blocked by access control" : "操作已被存取控制封鎖",
  29. "Error when assembling chunks, status code {status}" : "重組檔案片段時出錯,狀態代碼 {status}",
  30. "Actions" : "操作",
  31. "Rename" : "重新命名",
  32. "Copy" : "複製",
  33. "Choose target folder" : "選擇目標資料夾",
  34. "Open" : "開啟",
  35. "Delete file" : "刪除檔案",
  36. "Delete folder" : "刪除資料夾",
  37. "Disconnect storage" : "解除連結儲存空間",
  38. "Leave this share" : "保留該共用",
  39. "Could not load info for file \"{file}\"" : "無法讀取 \"{file}\" 的詳細資料",
  40. "Files" : "檔案",
  41. "Details" : "詳細資料",
  42. "Please select tag(s) to add to the selection" : "請選擇要添加到所選項目中的標籤",
  43. "Apply tag(s) to selection" : "將標籤應用於所選項目",
  44. "Select" : "選擇",
  45. "Pending" : "待定的",
  46. "Unable to determine date" : "無法確定日期",
  47. "This operation is forbidden" : "此操作被禁止",
  48. "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員",
  49. "Could not move \"{file}\", target exists" : "無法移動「{file}」,目標已經存在",
  50. "Could not move \"{file}\"" : "無法移動 \"{file}\"",
  51. "copy" : "複製",
  52. "Could not copy \"{file}\", target exists" : "無法複製\"{file}\",目標已存在",
  53. "Could not copy \"{file}\"" : "無法複製\"{file}\"",
  54. "Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}",
  55. "Copied {origin} and {nbfiles} other files inside {destination}" : "已複製 {origin} 和其他 {nbfiles} 個檔案至 {destination}",
  56. "{newName} already exists" : "{newName} 已經存在",
  57. "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在",
  58. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱",
  59. "Could not rename \"{fileName}\"" : "無法重新命名「{fileName}」",
  60. "Could not create file \"{file}\"" : "無法建立檔案 \"{file}\"",
  61. "Could not create file \"{file}\" because it already exists" : "無法建立檔案「{file}」,因為此檔案已存在",
  62. "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾 \"{dir}\",因為此資料夾已存在",
  63. "Could not fetch file details \"{file}\"" : "不能取得檔案細節\"{file}\"",
  64. "Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯",
  65. "No search results in other folders for {tag}{filter}{endtag}" : "在其它資料夾中沒有找到 {tag}{filter}{endtag}",
  66. "Enter more than two characters to search in other folders" : "輸入兩個字元以上以便在其它資料夾搜尋",
  67. "Name" : "名稱",
  68. "Size" : "大小",
  69. "Modified" : "修改時間",
  70. "_%n folder_::_%n folders_" : ["%n 個資料夾"],
  71. "_%n file_::_%n files_" : ["%n 個檔案"],
  72. "{dirs} and {files}" : "{dirs} 和 {files}",
  73. "_including %n hidden_::_including %n hidden_" : ["包括 %n 個隱藏檔"],
  74. "You don’t have permission to upload or create files here" : "您無權限上傳或建立檔案",
  75. "_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"],
  76. "New" : "新增",
  77. "Select file range" : "選擇多個檔案",
  78. "{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
  79. "{used} used" : "已使用 {used}",
  80. "\"{name}\" is an invalid file name." : "\"{name}\" 是無效的檔案名稱。",
  81. "File name cannot be empty." : "檔名不能為空",
  82. "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
  83. "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
  84. "Storage of {owner} is full, files cannot be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  85. "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "群組資料夾 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
  86. "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "外部儲存空間 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
  87. "Your storage is full, files cannot be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  88. "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} 的儲存空間將近已滿({usedSpacePercent}%)。",
  89. "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "群組資料夾 \"{mountPoint}\" 將近已滿({usedSpacePercent}%)。",
  90. "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部儲存空間 \"{mountPoint}\" 將近已滿({usedSpacePercent}%)。",
  91. "Your storage is almost full ({usedSpacePercent}%)." : "您的儲存空間將近已滿({usedSpacePercent}%)。",
  92. "_matches \"{filter}\"_::_match \"{filter}\"_" : ["符合「{filter}」"],
  93. "View in folder" : "在資料夾中檢視",
  94. "Copied!" : "已複製",
  95. "Copy direct link (only works for users who have access to this file/folder)" : "複製直接連結(只對能存取的用戶有用)",
  96. "Path" : "路徑",
  97. "_%n byte_::_%n bytes_" : ["%n 位元組"],
  98. "Favorited" : "已加入最愛",
  99. "Favorite" : "我的最愛",
  100. "You can only favorite a single file or folder at a time" : "您一次只能為一個檔案或資料夾加星號",
  101. "New folder" : "新資料夾",
  102. "Upload file" : "上傳檔案",
  103. "Recent" : "最新",
  104. "Not favorited" : "未加入至最愛",
  105. "Remove from favorites" : "從最愛中移除",
  106. "Add to favorites" : "加到我的最愛",
  107. "An error occurred while trying to update the tags" : "更新標籤時發生錯誤",
  108. "Added to favorites" : "已加到我的最愛",
  109. "Removed from favorites" : "已從最愛中移除",
  110. "You added {file} to your favorites" : "你已添加 {file} 至最愛",
  111. "You removed {file} from your favorites" : "你已移除 {file} 從最愛",
  112. "File changes" : "檔案更動",
  113. "Created by {user}" : "由 {user} 建立",
  114. "Changed by {user}" : "由 {user} 改動",
  115. "Deleted by {user}" : "由 {user} 刪除",
  116. "Restored by {user}" : "由 {user} 還原",
  117. "Renamed by {user}" : "由 {user} 重新命名",
  118. "Moved by {user}" : "由 {user} 移動",
  119. "\"remote user\"" : "「遠端用戶」",
  120. "You created {file}" : "您建立了 {file}",
  121. "You created an encrypted file in {file}" : "您在 {file} 建立了一個加密的檔案",
  122. "{user} created {file}" : "{user} 建立了 {file}",
  123. "{user} created an encrypted file in {file}" : "{user} 在 {file} 建立了一個加密的檔案",
  124. "{file} was created in a public folder" : "{file} 已建立於共享資料夾",
  125. "You changed {file}" : "您變更了 {file}",
  126. "You changed an encrypted file in {file}" : "您在 {file} 修改了一個加密的檔案",
  127. "{user} changed {file}" : "{user} 變更了 {file}",
  128. "{user} changed an encrypted file in {file}" : "{user} 在 {file} 修改了一個加密的檔案",
  129. "You deleted {file}" : "您刪除了 {file}",
  130. "You deleted an encrypted file in {file}" : "您在 {file} 刪除了一個加密的檔案",
  131. "{user} deleted {file}" : "{user} 刪除了 {file}",
  132. "{user} deleted an encrypted file in {file}" : "{user} 在 {file} 刪除了一個加密的檔案",
  133. "You restored {file}" : "您還原了 {file}",
  134. "{user} restored {file}" : "{user} 還原了 {file}",
  135. "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "您將 {oldfile}(隱藏)重命名為 {newfile}(隱藏)",
  136. "You renamed {oldfile} (hidden) to {newfile}" : "您將 {oldfile}(隱藏)重命名為 {newfile}",
  137. "You renamed {oldfile} to {newfile} (hidden)" : "您將 {oldfile} 重命名為 {newfile}(隱藏)",
  138. "You renamed {oldfile} to {newfile}" : "您將 {oldfile} 重命名為 {newfile}",
  139. "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} 將 {oldfile}(隱藏)重命名為 {newfile}(隱藏)",
  140. "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} 將 {oldfile}(隱藏)重命名為 {newfile}",
  141. "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} 將 {oldfile} 重命名為 {newfile}(隱藏)",
  142. "{user} renamed {oldfile} to {newfile}" : "{user} 將 {oldfile} 重命名為 {newfile}",
  143. "You moved {oldfile} to {newfile}" : "您將 {oldfile} 移到 {newfile}",
  144. "{user} moved {oldfile} to {newfile}" : "{user} 將 {oldfile} 移到 {newfile}",
  145. "A file has been added to or removed from your <strong>favorites</strong>" : "已將檔案添加到<strong>我的最愛</strong>收藏夾中或從其中刪除",
  146. "A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>",
  147. "A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>",
  148. "All files" : "所有檔案",
  149. "Unlimited" : "無限制",
  150. "Upload (max. %s)" : "上傳(上限 %s)",
  151. "Accept" : "接受",
  152. "Reject" : "拒絕",
  153. "Incoming ownership transfer from {user}" : "來自 {user} 的擁有權轉移",
  154. "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "您想要接收 \"{path}\" 嗎?\n\n註:所有權轉移的流程最多需要一小時",
  155. "Ownership transfer failed" : "擁有權轉讓失敗",
  156. "Your ownership transfer of {path} to {user} failed." : "您將 \"{path}\" 的擁有權轉移給 {user} 失敗",
  157. "The ownership transfer of {path} from {user} failed." : "來自 {user} 的 \"{path}\" 擁有權轉移失敗",
  158. "Ownership transfer done" : "擁有權轉移完成",
  159. "Your ownership transfer of {path} to {user} has completed." : "您將 \"{path}\" 的所有權轉移給 {user} 已經完成",
  160. "The ownership transfer of {path} from {user} has completed." : "來自 {user} 的 \"{path}\" 所有權轉移已經完成",
  161. "in %s" : "在 %s",
  162. "File Management" : "檔案管理",
  163. "Transfer ownership of a file or folder" : "轉移檔案或資料夾的擁有權",
  164. "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾",
  165. "Change" : "更改",
  166. "New owner" : "新的擁有者",
  167. "Search users" : "搜尋用戶",
  168. "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾",
  169. "Transfer" : "轉移",
  170. "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}",
  171. "Invalid path selected" : "所選的路徑無效",
  172. "Ownership transfer request sent" : "已送出擁有權轉移的請求",
  173. "Cannot transfer ownership of a file or folder you don't own" : "無法轉移您未擁有的檔案或是資料夾所有權。",
  174. "Tags" : "標籤",
  175. "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態",
  176. "Error while loading the file data" : "載入檔案資料失敗",
  177. "Pick a template for {name}" : "為 {name} 選擇一個模板",
  178. "Cancel" : "取消",
  179. "Create" : "創建",
  180. "Create a new file with the selected template" : "使用所選模板創建一個新檔案",
  181. "Creating file" : "創建檔案中",
  182. "Blank" : "空白",
  183. "Unable to create new file from template" : "無法從模板創建新檔案",
  184. "Set up templates folder" : "設定範本料夾",
  185. "Templates" : "模板",
  186. "Unable to initialize the templates directory" : "無法初始化模板目錄",
  187. "%s used" : "使用了 %s 的存儲空間",
  188. "%s%% of %s used" : "%s 在 %s 中使用了 %%",
  189. "%1$s of %2$s used" : "在 %2$s 中使用了 %1$s",
  190. "Settings" : "設定",
  191. "Show hidden files" : "顯示隱藏檔",
  192. "Crop image previews" : "圖片裁剪預覽",
  193. "WebDAV" : "WebDAV",
  194. "Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。",
  195. "Toggle %1$s sublist" : "切換 %1$s 子列表",
  196. "Toggle grid view" : "切換網格檢視",
  197. "No files in here" : "沒有任何檔案",
  198. "Upload some content or sync with your devices!" : "在您的裝置同步或上傳一些內容!",
  199. "No entries found in this folder" : "在此資料夾中沒有任何項目",
  200. "Select all" : "全選",
  201. "Upload too large" : "上傳過大",
  202. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您試圖上傳的檔案大小超過伺服器的限制",
  203. "No favorites yet" : "尚無最愛",
  204. "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡",
  205. "Deleted files" : "回收桶",
  206. "Shares" : "分享",
  207. "Shared with others" : "與其他人分享",
  208. "Shared with you" : "與您分享",
  209. "Shared by link" : "由連結分享",
  210. "Deleted shares" : "已刪除的分享",
  211. "Pending shares" : "等待分享",
  212. "Text file" : "文字檔",
  213. "New text file.txt" : "新文字檔.txt",
  214. "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  215. "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "群組資料夾 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
  216. "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "外部儲存空間 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
  217. "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  218. "_matches '{filter}'_::_match '{filter}'_" : ["符合「{filter}」"]
  219. },
  220. "nplurals=1; plural=0;");