zh_HK.js 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Added to favorites" : "已加到我的最愛",
  5. "Removed from favorites" : "已從最愛中移除",
  6. "You added {file} to your favorites" : "你已添加 {file} 至最愛",
  7. "You removed {file} from your favorites" : "你已移除 {file} 從最愛",
  8. "Favorites" : "最愛",
  9. "File changes" : "檔案更動",
  10. "Created by {user}" : "由 {user} 建立",
  11. "Changed by {user}" : "由 {user} 改動",
  12. "Deleted by {user}" : "由 {user} 刪除",
  13. "Restored by {user}" : "由 {user} 還原",
  14. "Renamed by {user}" : "由 {user} 重新命名",
  15. "Moved by {user}" : "由 {user} 移動",
  16. "\"remote account\"" : "「遠端帳戶」",
  17. "You created {file}" : "您建立了 {file}",
  18. "You created an encrypted file in {file}" : "您在 {file} 建立了一個加密的檔案",
  19. "{user} created {file}" : "{user} 建立了 {file}",
  20. "{user} created an encrypted file in {file}" : "{user} 在 {file} 建立了一個加密的檔案",
  21. "{file} was created in a public folder" : "{file} 已建立於共享資料夾",
  22. "You changed {file}" : "您變更了 {file}",
  23. "You changed an encrypted file in {file}" : "您在 {file} 修改了一個加密的檔案",
  24. "{user} changed {file}" : "{user} 變更了 {file}",
  25. "{user} changed an encrypted file in {file}" : "{user} 在 {file} 修改了一個加密的檔案",
  26. "You deleted {file}" : "您刪除了 {file}",
  27. "You deleted an encrypted file in {file}" : "您在 {file} 刪除了一個加密的檔案",
  28. "{user} deleted {file}" : "{user} 刪除了 {file}",
  29. "{user} deleted an encrypted file in {file}" : "{user} 在 {file} 刪除了一個加密的檔案",
  30. "You restored {file}" : "您還原了 {file}",
  31. "{user} restored {file}" : "{user} 還原了 {file}",
  32. "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "您將 {oldfile}(隱藏)重命名為 {newfile}(隱藏)",
  33. "You renamed {oldfile} (hidden) to {newfile}" : "您將 {oldfile}(隱藏)重命名為 {newfile}",
  34. "You renamed {oldfile} to {newfile} (hidden)" : "您將 {oldfile} 重命名為 {newfile}(隱藏)",
  35. "You renamed {oldfile} to {newfile}" : "您將 {oldfile} 重命名為 {newfile}",
  36. "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} 將 {oldfile}(隱藏)重命名為 {newfile}(隱藏)",
  37. "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} 將 {oldfile}(隱藏)重命名為 {newfile}",
  38. "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} 將 {oldfile} 重命名為 {newfile}(隱藏)",
  39. "{user} renamed {oldfile} to {newfile}" : "{user} 將 {oldfile} 重命名為 {newfile}",
  40. "You moved {oldfile} to {newfile}" : "您將 {oldfile} 移到 {newfile}",
  41. "{user} moved {oldfile} to {newfile}" : "{user} 將 {oldfile} 移到 {newfile}",
  42. "A file has been added to or removed from your <strong>favorites</strong>" : "已將檔案添加到<strong>我的最愛</strong>收藏夾中或從其中刪除",
  43. "Files" : "檔案",
  44. "A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>",
  45. "A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>",
  46. "Failed to authorize" : "無法授權",
  47. "Invalid folder path" : "無效的資料夾路徑",
  48. "Folder not found" : "找不到資料夾",
  49. "Upload (max. %s)" : "上傳(上限 %s)",
  50. "Accept" : "接受",
  51. "Reject" : "拒絕",
  52. "Incoming ownership transfer from {user}" : "來自 {user} 的擁有權轉移",
  53. "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "您想要接收 \"{path}\" 嗎?\n\n註:所有權轉移的流程最多需要一小時",
  54. "Ownership transfer denied" : "擁有權轉移被拒絕",
  55. "Your ownership transfer of {path} was denied by {user}." : "您 \"{path}\" 的擁有權轉移被 {user} 拒絕",
  56. "Ownership transfer failed" : "擁有權轉讓失敗",
  57. "Your ownership transfer of {path} to {user} failed." : "您將 \"{path}\" 的擁有權轉移給 {user} 失敗",
  58. "The ownership transfer of {path} from {user} failed." : "來自 {user} 的 \"{path}\" 擁有權轉移失敗",
  59. "Ownership transfer done" : "擁有權轉移完成",
  60. "Your ownership transfer of {path} to {user} has completed." : "您將 \"{path}\" 的所有權轉移給 {user} 已經完成",
  61. "The ownership transfer of {path} from {user} has completed." : "來自 {user} 的 \"{path}\" 所有權轉移已經完成",
  62. "in %s" : "在 %s",
  63. "Transferred from %1$s on %2$s" : "於 %2$s 從 %1$s 轉移",
  64. "Files compatibility" : "檔案兼容性",
  65. "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允許限製檔案名稱以確保檔案可以與所有客戶端同步。默認情況下,允許 POSIX(例如 Linux 或 macOS)上有效的所有檔案名稱。",
  66. "Enforce Windows compatibility" : "實施 Windows 兼容性",
  67. "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "這將阻止在 Windows 系統上無效的檔案名,例如使用保留名稱或特殊字元。但這不會強制區分大小寫的兼容性。",
  68. "File Management" : "檔案管理",
  69. "Current directory path" : "目前目錄途徑",
  70. "Home" : "主目錄",
  71. "Target folder does not exist any more" : "目標資料夾已經不存在了",
  72. "Reload current directory" : "重新加載目前目錄",
  73. "Go to the \"{dir}\" directory" : "前往「{dir}」目錄",
  74. "Drag and drop files here to upload" : "將檔案拖拽到此處即可上傳",
  75. "Your have used your space quota and cannot upload files anymore" : "您已用完您的空間配額,無法再上傳檔案",
  76. "You don’t have permission to upload or create files here" : "您無權限上傳或建立檔案",
  77. "Favorite" : "我的最愛",
  78. "\"{displayName}\" action executed successfully" : "成功執行 “{displayName}” 操作",
  79. "\"{displayName}\" action failed" : "“{displayName}” 操作失敗",
  80. "Toggle selection for file \"{displayName}\"" : "切換對檔案 \"{displayName}\" 的選擇",
  81. "Toggle selection for folder \"{displayName}\"" : "切換對資料夾 \"{displayName}\" 的選擇",
  82. "File is loading" : "正在加載檔案",
  83. "Folder is loading" : "正在加載資料夾",
  84. "Rename file" : "重新命名檔案",
  85. "Filename" : "檔案名稱",
  86. "Folder name" : "資料夾名稱",
  87. "This node is unavailable" : "此節點不可用",
  88. "Another entry with the same name already exists." : "另一個同名的條目已經存在。",
  89. "Invalid filename." : "檔案名稱無效。",
  90. "Renamed \"{oldName}\" to \"{newName}\"" : "已將「{oldName}」重新命名為「{newName}」",
  91. "Pending" : "待定的",
  92. "Clear filter" : "清空過濾器",
  93. "Modified" : "修改時間",
  94. "Type" : "類型",
  95. "Active filters" : "有效的過濾器",
  96. "Remove filter" : "移除過濾",
  97. "Total rows summary" : "總列摘要",
  98. "Name" : "名稱",
  99. "Size" : "大小",
  100. "Toggle selection for all files and folders" : "切換所有檔案和資料夾的選擇",
  101. "Actions" : "操作",
  102. "(selected)" : "(已選擇)",
  103. "\"{displayName}\" failed on some elements " : "“{displayName}” 在某些元素上失敗",
  104. "\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作",
  105. "{count} selected" : "已選擇 {count} 項",
  106. "List of files and folders." : "檔案與資料夾清單。",
  107. "Column headers with buttons are sortable." : "具有按鈕的縱列標題可排序。",
  108. "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。",
  109. "File not found" : "找不到檔案",
  110. "Storage information" : "儲存資訊",
  111. "Storage quota" : "儲存配額",
  112. "{usedQuotaByte} used" : "已使用 {usedQuotaByte} ",
  113. "{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
  114. "{relative}% used" : "已使用 {relative}%",
  115. "Could not refresh storage stats" : "無法更新儲存統計數據",
  116. "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  117. "Create" : "創建",
  118. "New folder" : "新資料夾",
  119. "Create new folder" : "新增資料夾",
  120. "This name is already in use." : "這個用戶名稱已經有人使用了。",
  121. "Fill template fields" : "填寫模板欄位",
  122. "Submitting fields…" : "正在遞交欄位 …",
  123. "Submit" : "遞交",
  124. "Transfer ownership of a file or folder" : "轉移檔案或資料夾的擁有權",
  125. "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾",
  126. "Change" : "更改",
  127. "New owner" : "新的擁有者",
  128. "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾",
  129. "Transfer" : "轉移",
  130. "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}",
  131. "Invalid path selected" : "所選的路徑無效",
  132. "Unknown error" : "錯誤不詳",
  133. "Ownership transfer request sent" : "已送出擁有權轉移的請求",
  134. "Cannot transfer ownership of a file or folder you do not own" : "無法轉移您未擁有的檔案或是資料夾所有權",
  135. "Select file or folder to link to" : "選擇要連結的檔案或資料夾",
  136. "Choose {file}" : "選擇 {file}",
  137. "New" : "新",
  138. "Loading current folder" : "目前資料夾加載中",
  139. "Retry" : "重試",
  140. "No files in here" : "沒有任何檔案",
  141. "Upload some content or sync with your devices!" : "在您的裝置同步或上傳一些內容!",
  142. "Go back" : "返回",
  143. "Share" : "分享",
  144. "Shared by link" : "由連結分享",
  145. "Shared" : "已分享",
  146. "Switch to list view" : "切換到列表檢視",
  147. "Switch to grid view" : "切換到網格檢視",
  148. "Upload was cancelled by user" : "用戶已取消上傳",
  149. "Not enough free space" : "空間不足",
  150. "Operation is blocked by access control" : "操作已被存取控制封鎖",
  151. "Error during upload: {message}" : "上傳時發生錯誤:{message}",
  152. "Error during upload, status code {status}" : "上傳期間發生錯誤,狀態代碼 {status}",
  153. "Unknown error during upload" : "上傳時發生未知的錯誤",
  154. "Filter filenames…" : "過濾檔案名 ...",
  155. "Views" : "視圖",
  156. "Files settings" : "檔案設定",
  157. "File cannot be accessed" : "檔案無法存取",
  158. "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到該檔案,或是您沒有檢視該檔案的權限。請要求寄件者分享。",
  159. "Your files" : "您的檔案",
  160. "Open in files" : "在「檔案」應用程式中打開",
  161. "Sort favorites first" : "先排序最愛",
  162. "Sort folders before files" : "將資料夾在檔案之前排序",
  163. "Show hidden files" : "顯示隱藏檔",
  164. "Crop image previews" : "圖片裁剪預覽",
  165. "Enable the grid view" : "啟用網格檢視",
  166. "Enable folder tree" : "啟用資料夾樹狀結構",
  167. "Additional settings" : "其他設定",
  168. "WebDAV" : "WebDAV",
  169. "WebDAV URL" : "WebDAV URL",
  170. "Copy to clipboard" : "複製到剪貼板",
  171. "Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。",
  172. "If you have enabled 2FA, you must create and use a new app password by clicking here." : "如果您啟用了 2FA,則必須通過單擊此處創建和使用新的應用程式密碼。",
  173. "Clipboard is not available" : "剪貼板不可用",
  174. "WebDAV URL copied to clipboard" : "WebDAV 連結已複製到剪貼板",
  175. "Owner" : "擁有者",
  176. "Remove from favorites" : "從最愛中移除",
  177. "Add to favorites" : "加到我的最愛",
  178. "Tags" : "標籤",
  179. "You" : "您",
  180. "Shared multiple times with different people" : "與不同的人多次分享",
  181. "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態",
  182. "Error while loading the file data" : "載入檔案資料失敗",
  183. "Pick a template for {name}" : "為 {name} 選擇一個模板",
  184. "Create a new file with the selected template" : "使用所選模板創建一個新檔案",
  185. "Creating file" : "創建檔案中",
  186. "Blank" : "空白",
  187. "Unable to create new file from template" : "無法從模板創建新檔案",
  188. "Deletion cancelled" : "刪除已取消",
  189. "Delete permanently" : "永久刪除",
  190. "Delete and unshare" : "刪除並取消分享",
  191. "Leave this share" : "保留該共用",
  192. "Leave these shares" : "保留這些分享",
  193. "Disconnect storage" : "解除連結儲存空間",
  194. "Disconnect storages" : "解除連結儲存空間",
  195. "Delete file" : "刪除檔案",
  196. "Delete files" : "刪除檔案",
  197. "Delete folder" : "刪除資料夾",
  198. "Delete folders" : "刪除資料夾",
  199. "Delete" : "刪除",
  200. "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["您即將永久刪除 {count} 個項目"],
  201. "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["您即將刪除 {count} 個項目"],
  202. "Confirm deletion" : "確認刪除",
  203. "Cancel" : "取消",
  204. "Edit file locally" : "在近端編輯檔案",
  205. "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "檔案現在應該在您的裝置上打開。如果沒有,請檢查您是否已安裝桌面應用程式。",
  206. "Retry and close" : "重試和關閉",
  207. "Edit online" : "在線編輯",
  208. "Failed to redirect to client" : "無法重定向到客戶端",
  209. "Edit locally" : "在近端編輯",
  210. "Moving \"{source}\" to \"{destination}\" …" : "正在移動「{source}」至「{destination}」…",
  211. "Copying \"{source}\" to \"{destination}\" …" : "正在複製「{source}」至「{destination}」…",
  212. "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中",
  213. "(copy)" : "(複本)",
  214. "(copy %n)" : "(複本 %n)",
  215. "Move cancelled" : "移動已取消",
  216. "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾",
  217. "The files are locked" : "檔案已被上鎖",
  218. "The file does not exist anymore" : "檔案已不存在",
  219. "Choose destination" : "選擇目標地",
  220. "Copy to {target}" : "複製到 {target}",
  221. "Copy" : "複製",
  222. "Move to {target}" : "移動到 {target}",
  223. "Move" : "移動",
  224. "Move or copy operation failed" : "移動或複製操作失敗",
  225. "Move or copy" : "移動或複製",
  226. "Cancelled move or copy of \"{filename}\"." : "已取消移動或複製 \"{filename}\"。",
  227. "Cancelled move or copy operation" : "已取消移動或複製操作",
  228. "Open folder {displayName}" : "打開資料夾 {displayName}",
  229. "Open in Files" : "在「檔案」應用程式中打開",
  230. "Rename" : "重新命名",
  231. "Open details" : "開啟細節",
  232. "View in folder" : "在資料夾中檢視",
  233. "Today" : "今日",
  234. "Last 7 days" : "過去7日",
  235. "Last 30 days" : "過去30日",
  236. "This year ({year})" : "今年 ({year})",
  237. "Last year ({year})" : "去年 ({year})",
  238. "Documents" : "文件",
  239. "Spreadsheets" : "試算表",
  240. "Presentations" : "簡報",
  241. "PDFs" : "PDF",
  242. "Folders" : "資料夾",
  243. "Audio" : "音頻",
  244. "Photos and images" : "照片與圖像",
  245. "Videos" : "影片",
  246. "New folder creation cancelled" : "已取消建立新資料夾",
  247. "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"",
  248. "Unable to initialize the templates directory" : "無法初始化模板目錄",
  249. "Create templates folder" : "創建模板資料夾",
  250. "Templates" : "模板",
  251. "New template folder" : "新範本資料夾",
  252. "In folder" : "在資料夾中",
  253. "Search in folder: {folder}" : "搜尋資料夾: {folder}",
  254. "One of the dropped files could not be processed" : "無法處理其中一個投放的檔案",
  255. "Your browser does not support the Filesystem API. Directories will not be uploaded" : "您的瀏覽器不支援檔案系統 API。將不會上傳目錄",
  256. "No files to upload" : "沒有要上傳的檔案",
  257. "Unable to create the directory {directory}" : "無法建立目錄 {directory}",
  258. "Some files could not be uploaded" : "無法上傳某些檔案",
  259. "Files uploaded successfully" : "成功上傳檔案",
  260. "No files to process" : "沒有要處理的檔案",
  261. "Some files could not be copied" : "無法複製部份檔案",
  262. "Some files could not be moved" : "有些檔案無法被移動",
  263. "Files copied successfully" : "檔案複製成功",
  264. "Files moved successfully" : "檔案移動成功",
  265. "Conflicts resolution skipped" : "已略過衝突解決",
  266. "Upload cancelled" : "上傳已取消",
  267. "This operation is forbidden" : "此操作被禁止",
  268. "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員",
  269. "Storage is temporarily not available" : "儲存空間暫時無法使用",
  270. "Unexpected error: {error}" : "意外錯誤:{error}",
  271. "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"],
  272. "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"],
  273. "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
  274. "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"],
  275. "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾",
  276. "Filename must not be empty." : "檔案名稱不能為空。",
  277. "\"{char}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{char}」",
  278. "\"{segment}\" is a reserved name and not allowed for filenames." : "「{segment}」是保留名稱,不允許用在檔案名稱。",
  279. "\"{extension}\" is not an allowed filetype." : "「{extension}」是不允許的檔案類型。",
  280. "Filenames must not end with \"{extension}\"." : "檔案名稱不能以「{extension}」結尾。",
  281. "List of favorite files and folders." : "最愛檔案與資料夾的清單。",
  282. "No favorites yet" : "尚無最愛",
  283. "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡",
  284. "All files" : "所有檔案",
  285. "List of your files and folders." : "您的檔案與資料夾清單。",
  286. "All folders" : "所有資料夾",
  287. "Personal Files" : "個人檔案",
  288. "List of your files and folders that are not shared." : "未分享的檔案與資料夾清單。",
  289. "No personal files found" : "找不到個人檔案",
  290. "Files that are not shared will show up here." : "尚未分享的檔案將會顯示在此處。",
  291. "Recent" : "最新",
  292. "List of recently modified files and folders." : "最近修改的檔案和資料夾的清單。",
  293. "No recently modified files" : "近期無修改檔案",
  294. "Files and folders you recently modified will show up here." : "您最近修改的檔案和資料夾將顯示在此處。",
  295. "You do not have permission to upload or create files here" : "您無權限上傳或建立檔案",
  296. "No entries found in this folder" : "在此資料夾中沒有任何項目",
  297. "Select all" : "全選",
  298. "Upload too large" : "上傳過大",
  299. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您試圖上傳的檔案大小超過伺服器的限制",
  300. "File could not be found" : "找不到檔案",
  301. "Download" : "下載",
  302. "Show list view" : "顯示清單視圖",
  303. "Show grid view" : "顯示網格視圖",
  304. "Close" : "關閉",
  305. "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"",
  306. "This will stop your current uploads." : "這會終止目前任何的上傳。",
  307. "Upload cancelled." : "上傳已取消",
  308. "Processing files …" : "正在處理檔案…",
  309. "…" : "...",
  310. "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳",
  311. "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}",
  312. "Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在",
  313. "An unknown error has occurred" : "發生了不詳的錯誤",
  314. "File could not be uploaded" : "檔案無法上傳",
  315. "Uploading …" : "上傳中...",
  316. "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})",
  317. "Uploading … ({currentNumber}/{total})" : "上傳中 ... ({currentNumber}/{total})",
  318. "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize}({bitrate})",
  319. "Uploading that item is not supported" : "不支援上傳該項目",
  320. "Error when assembling chunks, status code {status}" : "重組檔案片段時出錯,狀態代碼 {status}",
  321. "Choose target folder" : "選擇目標資料夾",
  322. "Set reminder" : "設定提醒",
  323. "Open" : "開啟",
  324. "Could not load info for file \"{file}\"" : "無法讀取 \"{file}\" 的詳細資料",
  325. "Details" : "詳細資料",
  326. "Please select tag(s) to add to the selection" : "請選擇要添加到所選項目中的標籤",
  327. "Apply tag(s) to selection" : "將標籤應用於所選項目",
  328. "Select directory \"{dirName}\"" : "選擇目錄「{dirName}」",
  329. "Select file \"{fileName}\"" : "選擇檔案「{fileName}」",
  330. "Unable to determine date" : "無法確定日期",
  331. "Could not move \"{file}\", target exists" : "無法移動「{file}」,目標已經存在",
  332. "Could not move \"{file}\"" : "無法移動 \"{file}\"",
  333. "copy" : "複製",
  334. "Could not copy \"{file}\", target exists" : "無法複製\"{file}\",目標已存在",
  335. "Could not copy \"{file}\"" : "無法複製\"{file}\"",
  336. "Copied {origin} inside {destination}" : "已複製 {origin} 至 {destination}",
  337. "Copied {origin} and {nbfiles} other files inside {destination}" : "已複製 {origin} 和其他 {nbfiles} 個檔案至 {destination}",
  338. "{newName} already exists" : "{newName} 已經存在",
  339. "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在",
  340. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱",
  341. "Could not rename \"{fileName}\"" : "無法重新命名「{fileName}」",
  342. "Could not create file \"{file}\"" : "無法建立檔案 \"{file}\"",
  343. "Could not create file \"{file}\" because it already exists" : "無法建立檔案「{file}」,因為此檔案已存在",
  344. "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾 \"{dir}\",因為此資料夾已存在",
  345. "Could not fetch file details \"{file}\"" : "不能取得檔案細節\"{file}\"",
  346. "Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯",
  347. "No search results in other folders for {tag}{filter}{endtag}" : "在其它資料夾中沒有找到 {tag}{filter}{endtag}",
  348. "Enter more than two characters to search in other folders" : "輸入兩個字元以上以便在其它資料夾搜尋",
  349. "_%n folder_::_%n folders_" : ["%n 個資料夾"],
  350. "_%n file_::_%n files_" : ["%n 個檔案"],
  351. "{dirs} and {files}" : "{dirs} 和 {files}",
  352. "_including %n hidden_::_including %n hidden_" : ["包括 %n 個隱藏檔"],
  353. "_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"],
  354. "New file/folder menu" : "新檔案/資料夾選項單",
  355. "Select file range" : "選擇多個檔案",
  356. "{used}%" : "{used}%",
  357. "{used} used" : "已使用 {used}",
  358. "\"{name}\" is an invalid file name." : "\"{name}\" 是無效的檔案名稱。",
  359. "File name cannot be empty." : "檔名不能為空",
  360. "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
  361. "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
  362. "Storage of {owner} is full, files cannot be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  363. "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "群組資料夾 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
  364. "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "外部儲存空間 \"{mountPoint}\" 已滿,已無法再更新或同步檔案!",
  365. "Your storage is full, files cannot be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  366. "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} 的儲存空間將近已滿({usedSpacePercent}%)。",
  367. "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "群組資料夾 \"{mountPoint}\" 將近已滿({usedSpacePercent}%)。",
  368. "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部儲存空間 \"{mountPoint}\" 將近已滿({usedSpacePercent}%)。",
  369. "Your storage is almost full ({usedSpacePercent}%)." : "您的儲存空間將近已滿({usedSpacePercent}%)。",
  370. "_matches \"{filter}\"_::_match \"{filter}\"_" : ["符合「{filter}」"],
  371. "Direct link was copied (only works for users who have access to this file/folder)" : "已複製直接連結(僅適用於有權訪問此檔案/資料夾的用戶)",
  372. "Path" : "路徑",
  373. "_%n byte_::_%n bytes_" : ["%n 位元組"],
  374. "Favorited" : "已加入最愛",
  375. "Copy direct link (only works for users who have access to this file/folder)" : "複製直接連結(只對能存取的用戶有用)",
  376. "Upload file" : "上傳檔案",
  377. "Not favorited" : "未加入至最愛",
  378. "An error occurred while trying to update the tags" : "更新標籤時發生錯誤",
  379. "\"remote user\"" : "「遠端用戶」",
  380. "{newName} already exists." : "{newName} 已經存在。",
  381. "\"{segment}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{segment}」",
  382. "\"{segment}\" is a forbidden file or folder name." : "「{segment}」是禁止使用的檔案或資料夾名稱。",
  383. "\"{segment}\" is not an allowed filetype." : "「{segment}」是不允許的檔案類型。",
  384. "Filenames must not end with \"{segment}\"." : "檔案名稱不能以「{segment}」結尾。",
  385. "Name cannot be empty" : "名稱不能空白",
  386. "Another entry with the same name already exists" : "另一個同名的條目已經存在",
  387. "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在",
  388. "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在這資料夾「{dir}」已經被使用。請選擇其他名稱。",
  389. "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」",
  390. "Storage informations" : "儲存資訊",
  391. "Choose file" : "選擇檔案",
  392. "Go to the previous folder" : "前往上一個資料夾",
  393. "Open the files app settings" : "開啟 Files 應用程式設定",
  394. "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它",
  395. "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "該檔案現在應該在近端打開。如果檔案無法在近端打開,請確保您的系統上安裝了桌面客戶端。",
  396. "Retry local edit" : "重試近端編輯",
  397. "The files is locked" : "檔案已被上鎖",
  398. "Create new templates folder" : "創建新範本資料夾",
  399. "List of favorites files and folders." : "最愛檔案與資料夾的清單。",
  400. "Toggle %1$s sublist" : "切換 %1$s 子列表",
  401. "Text file" : "文字檔",
  402. "New text file.txt" : "新文字檔.txt",
  403. "Direct link was copied (only works for people who have access to this file/folder)" : "已複製直接連結(僅適用於有權訪問此檔案/資料夾的人仕)",
  404. "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(只對能存取的人仕有用)",
  405. "Favored" : "已加入最愛",
  406. "Favor" : "加入最愛",
  407. "Not favored" : "未加入最愛"
  408. },
  409. "nplurals=1; plural=0;");