Localizable.strings 104 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "_itunes_" = "iTunes";
  23. "_cancel_" = "取消";
  24. "_tap_to_cancel_" = "輕點可取消";
  25. "_cancel_request_" = "您想要取消嗎?";
  26. "_upload_file_" = "上傳檔案";
  27. "_download_file_" = "下載檔案";
  28. "_loading_" = "正在載入";
  29. "_loading_with_points_" = "正在載入…";
  30. "_loading_num_" = "正在載入檔案 %i";
  31. "_loading_autoupload_" = "正在自動上傳";
  32. "_uploading_" = "正在上傳";
  33. "_synchronization_" = "同步";
  34. "_delete_" = "刪除";
  35. "_delete_file_n_" = "刪除檔案 %i / %i";
  36. "_rename_" = "重新命名";
  37. "_rename_file_" = "重新命名檔案";
  38. "_rename_folder_" = "重新命名資料夾";
  39. "_move_" = "移動";
  40. "_move_file_n_" = "移動檔案 %i / %i";
  41. "_creating_sharing_" = "正在建立分享";
  42. "_updating_sharing_" = "正在更新分享";
  43. "_removing_sharing_" = "正在移除分享";
  44. "_add_" = "新增";
  45. "_login_" = "登入";
  46. "_save_" = "儲存";
  47. "_warning_" = "警告";
  48. "_error_" = "錯誤";
  49. "_no_" = "否";
  50. "_yes_" = "是";
  51. "_select_" = "選取";
  52. "_deselect_" = "取消選取";
  53. "_select_all_" = "全選";
  54. "_upload_" = "上傳";
  55. "_home_" = "檔案";
  56. "_files_" = "檔案";
  57. "_home_dir_" = "家目錄";
  58. "_file_to_upload_" = "要上傳的檔案";
  59. "_destination_" = "目的地";
  60. "_ok_" = "確定";
  61. "_beta_version_" = "測試版本";
  62. "_function_in_testing_" = "功能尚在測試中,請傳送您遇到的任何問題相關資訊。";
  63. "_done_" = "完成";
  64. "_clear_" = "清除";
  65. "_passcode_too_short_" = "通行碼太短,至少需要 4 個字元";
  66. "_selected_" = "已選取";
  67. "_scan_fingerprint_" = "掃描指紋以認證身份";
  68. "_no_active_account_" = "沒有找到任何帳號";
  69. "_info_" = "資訊";
  70. "_warning_" = "警告";
  71. "_email_" = "電子郵件";
  72. "_save_exit_" = "您想離開且不要儲存嗎?";
  73. "_video_" = "影片";
  74. "_overwrite_" = "覆寫";
  75. "_transfers_in_queue_" = "正在傳輸中,請稍候…";
  76. "_too_errors_upload_" = "太多錯誤,請確認問題修正";
  77. "_create_" = "Create";
  78. "_create_folder_" = "建立資料夾";
  79. "_create_folder_e2ee_" = "建立加密資料夾";
  80. "_create_folder_on_" = "建立資料夾於";
  81. "_close_" = "關閉";
  82. "_postpone_" = "延後";
  83. "_remove_" = "移除";
  84. "_file_not_found_" = "找不到檔案";
  85. "_continue_" = "繼續";
  86. "_continue_editing_" = "繼續編輯";
  87. "_continue_request_" = "請問您想要繼續嗎?";
  88. "_auto_upload_folder_" = "自動上傳";
  89. "_gallery_" = "圖庫";
  90. "_photo_" = "照片";
  91. "_audio_" = "音訊";
  92. "_unknown_" = "未知";
  93. "_additional_view_options_" = "Additional view options";
  94. "_next_" = "下一個";
  95. "_success_" = "成功";
  96. "_initialization_" = "初始化";
  97. "_experimental_" = "實驗性";
  98. "_select_dir_media_tab_" = "選取作為「媒體」資料夾";
  99. "_error_creation_file_" = "喔不!無法建立檔案";
  100. "_save_path_" = "儲存路徑";
  101. "_save_settings_" = "儲存設定";
  102. "_mode_filename_" = "檔案名稱模式";
  103. "_warning_owncloud_" = "您正連線至 ownCloud 伺服器。這個動作未經測試且不受支援,使用風險自負。若要升級至 Nextcloud,請參閱 https://nextcloud.com/migration";
  104. "_warning_unsupported_" = "您正使用不受支援的 Nextcloud 版本。為了您資料的安全,我們強烈建議更新至最新的 Nextcloud 穩定版";
  105. "_restore_" = "復原";
  106. "_camera_roll_" = "相機膠卷";
  107. "_tap_here_to_change_" = "輕點此處以變更";
  108. "_no_albums_" = "無相簿";
  109. "_denied_album_" = "此應用程式無法取用「照片」,您可以在「隱私權」相關設定內啟用取用權";
  110. "_denied_camera_" = "此應用程式無法取用「相機」,您可以在「隱私權」相關設定內啟用取用權";
  111. "_start_" = "開始";
  112. "_force_start_" = "強制開始";
  113. "_purchase_" = "購買";
  114. "_account_not_available_" = "帳號 %@ 的 %@ 不存在,請新增它才能讀取檔案 %@";
  115. "_the_account_" = "帳號";
  116. "_does_not_exist_" = "不存在";
  117. "_error_parameter_schema_" = "參數錯誤,無法繼續";
  118. "_comments_" = "留言";
  119. "_sharing_" = "分享";
  120. "_details_" = "詳細資訊";
  121. "_sub_details_" = "訂閱方案詳細資訊";
  122. "_subscriptions_" = "訂閱方案";
  123. "_dark_mode_" = "深色模式";
  124. "_dark_mode_detect_" = "偵測 iOS 深色模式";
  125. "_screen_" = "螢幕顯示";
  126. "_wipe_account_" = "已從伺服器抹除帳號";
  127. "_appconfig_view_title_" = "正在進行帳號設定…";
  128. "_no_permission_add_file_" = "您無權新增檔案";
  129. "_no_permission_delete_file_" = "您無權刪除檔案";
  130. "_no_permission_modify_file_" = "您無權修改檔案";
  131. "_no_permission_favorite_file_" = "You don't have permission to add the file to your favorites";
  132. "_request_upload_new_ver_" = "檔案已修改,您想要上傳新的版本嗎?";
  133. "_add_folder_info_" = "新增資料夾資訊";
  134. "_back_" = "返回";
  135. "_search_" = "搜尋";
  136. "_of_" = "的";
  137. "_internal_modify_" = "使用內部編輯器編輯";
  138. "_database_corrupt_" = "啊啊!出了一點問題,請輸入您的憑證;不過別擔心,您的檔案仍然安全";
  139. "_livephoto_save_" = "儲存原況照片到相簿";
  140. "_livephoto_save_error_" = "儲存原況照片時發生錯誤";
  141. "_file_conflict_num_" = "檔案衝突";
  142. "_file_conflicts_num_" = "檔案衝突";
  143. "_file_conflict_desc_" = "請問您想要保留哪個檔案?\n如果您兩個版本都想要,重複的檔案副本名稱會加上一個數字。";
  144. "_file_conflict_new_" = "新增檔案";
  145. "_file_conflict_exists_" = "已經存在的檔案";
  146. "_file_not_rewite_doc_" = "無法覆寫文件,只能建立新文件";
  147. "_move_or_copy_" = "移動或複製";
  148. "_copy_" = "複製";
  149. "_now_" = "現在";
  150. "_wait_" = "請稍候…";
  151. "_attention_" = "注意";
  152. "_recent_" = "最近";
  153. "_view_in_folder_" = "在資料夾中檢視";
  154. "_leave_share_" = "離開此分享";
  155. "_premium_" = "Premium";
  156. "_professional_" = "Professional";
  157. "_current_" = "目前";
  158. "_buy_" = "購買";
  159. "_disabled_" = "已停用";
  160. "_standard_" = "Standard";
  161. "_maximum_" = "Maximum";
  162. "_error_occurred_" = "An error occurred, please try again";
  163. "_retry_" = "Retry";
  164. "_images_" = "Images";
  165. /* MARK: Files lock */
  166. "_lock_" = "鎖定";
  167. "_unlock_" = "解鎖";
  168. "_lock_file_" = "鎖定檔案";
  169. "_unlock_file_" = "解鎖檔案";
  170. "_lock_selected_files_" = "鎖定檔案";
  171. "_unlock_selected_files_" = "解鎖檔案";
  172. "_locked_by_" = "由 %@ 鎖定";
  173. "_file_locked_no_override_" = "此檔案已被鎖定。無法覆寫。";
  174. "_lock_no_permissions_selected_" = "Not allowed for some selected files or folders";
  175. /* Remove a file from a list, don't delete it entirely */
  176. "_remove_file_" = "移除檔案";
  177. /* Delete file and put it into the trash */
  178. "_delete_file_" = "刪除檔案";
  179. "_delete_folder_" = "刪除資料夾";
  180. "_delete_photo_" = "刪除照片";
  181. "_delete_video_" = "刪除影片";
  182. "_automatic_Download_Image_" = "使用完整解析度影像";
  183. "_automatic_Download_Image_footer_" = "檢視影像時,若本機上沒有,則一律下載完整解析度影像";
  184. "_size_" = "大小";
  185. "_file_size_" = "已匯出的檔案大小";
  186. "_dimension_" = "尺寸";
  187. "_duration_" = "時間";
  188. "_model_" = "型號";
  189. "_set_user_status_" = "設定使用者狀態";
  190. "_open_settings_" = "開啟設定";
  191. "_rename_ext_title_" = "變更檔案類型?";
  192. "_rename_ext_message_" = "若將此檔案從 .%@ 變更為 %@,檔案行為可能會有所不同";
  193. "_use_" = "使用";
  194. "_keep_" = "保留";
  195. "_account_request_" = "請求帳號";
  196. "_settings_account_request_" = "初始啟動時請求帳號";
  197. "_print_" = "列印";
  198. "_alias_" = "別名";
  199. "_alias_placeholder_" = "Write the alias";
  200. "_alias_footer_" = "為您的帳號取一個描述性的名稱,例如家庭、辦公室、學校…";
  201. "_chunk_size_mb_" = "區塊大小,單位為 MB";
  202. "_chunk_footer_title_" = "區塊檔案上傳(0 為停用)\n重要:區塊上傳僅在應用程式狀態為「作用中」時才能運作。";
  203. "_privacy_legal_" = "隱私權與法律政策";
  204. "_source_code_" = "取得原始程式碼";
  205. "_account_select_" = "選取帳號";
  206. "_account_select_to_add_" = "選取要新增的帳號";
  207. "_host_insert_" = "輸入主機名稱,例如︰";
  208. "_certificate_not_found_" = "在文件目錄中找不到檔案 %@。";
  209. "_copy_failed_" = "複製失敗";
  210. "_certificate_installed_" = "憑證已安裝";
  211. "_remove_local_account_" = "移除本機帳號";
  212. "_want_delete_account_" = "您想要移除本機帳號 %@ 嗎";
  213. "_prevent_http_redirection_"= "不允許 HTTP 重新導向";
  214. "_pdf_vertical_" = "PDF 縱向顯示";
  215. "_pdf_horizontal_" = "PDF 橫向顯示";
  216. "_single_file_conflict_title_" = "檔案衝突";
  217. "_multi_file_conflict_title_" = "%@ 檔案衝突";
  218. "_replace_action_title_" = "取代";
  219. "_keep_both_action_title_" = "兩者皆保留";
  220. "_cancel_keep_existing_action_title_" = "取消並保留既有檔案";
  221. "_replace_all_action_title_" = "全部取代";
  222. "_keep_both_for_all_action_title_" = "全部兩者皆保留";
  223. "_more_action_title_" = "更多詳細資訊";
  224. "_wait_file_preparation_" = "請稍候,正準備上傳檔案";
  225. "_wait_file_encryption_" = "請稍候,正在加密檔案";
  226. "_passcode_counter_fail_" = "嘗試失敗,請稍候";
  227. "_seconds_" = "秒";
  228. /* Background of the file listing view */
  229. "_use_as_background_" = "用它作為背景圖片";
  230. /* Background of the file listing view */
  231. "_background_" = "背景圖片";
  232. "_dark_mode_" = "深色模式";
  233. "_default_color_" = "使用預設顏色";
  234. "_as_default_color_" = "當成預設顏色";
  235. // MARK: User Status
  236. /* User status */
  237. "_online_" = "線上";
  238. /* User status */
  239. "_away_" = "離開";
  240. /* User status */
  241. "_dnd_" = "請勿打擾";
  242. /* User status */
  243. "_dnd_description_" = "將所有通知靜音";
  244. /* User status */
  245. "_invisible_" = "隱藏";
  246. /* User status */
  247. "_invisible_description_" = "顯示為離線";
  248. /* User status */
  249. "_status_message_" = "狀態訊息";
  250. "_status_message_placehorder_" = "您目前的狀態是什麼?";
  251. "_online_status_" = "線上狀態";
  252. "_clear_status_message_" = "清除狀態訊息";
  253. "_set_status_message_" = "設定狀態訊息";
  254. "_clear_status_message_after_" = "多久後清除狀態訊息";
  255. /* User status */
  256. "_select_option_" = "選取選項";
  257. "_dont_clear_" = "不要清除";
  258. "_30_minutes_" = "30分鐘";
  259. "_an_hour_" = "1小時";
  260. "_1_hour_" = "1小時";
  261. "_4_hours_" = "4小時";
  262. "day" = "今天";
  263. "_this_week_" = "本週";
  264. "_days_" = "天";
  265. "_hours_" = "小時";
  266. "_minutes_" = "分鐘";
  267. "_network_available_" = "網路可使用";
  268. "_network_not_available_" = "網路無法使用";
  269. "_file_too_big_" = "檔案太大,無法加密/解密";
  270. "_file_too_big_max_100_" = "檔案太大(最大 100 kb)";
  271. "_...loading..._" = "正在載入…";
  272. "_download_plist_" = " ";
  273. "_no_reuploadfile_" = "找不到也無法重新傳送檔案。刪除上傳的檔案,並重新載入檔案即可上傳。";
  274. "_file_already_exists_" = "無法完成操作,已存在相同名稱的檔案";
  275. "_read_file_error_" = "無法讀取檔案";
  276. "_write_file_error_" = "無法寫入檔案";
  277. "_files_lock_error_" = "變更此檔案的鎖定時發生錯誤";
  278. "_more_" = "更多";
  279. "_notifications_" = "通知";
  280. "_logout_" = "登出";
  281. "_quota_space_unlimited_" = "無限制";
  282. "_quota_space_unknown_" = "未知";
  283. "_quota_using_" = "您已使用 %@,總共 %@";
  284. "_acknowledgements_" = "致謝";
  285. "_settings_" = "設定";
  286. "_passcode_" = "密碼";
  287. "_enter_password_" = "請輸入密碼…";
  288. "_lock_" = "鎖定";
  289. "_lock_active_" = "鎖定:開啟";
  290. "_lock_not_active_" = "鎖定:關閉";
  291. "_lock_protection_no_screen_" = "初始啟動時不詢問";
  292. "_lock_protection_no_screen_footer_" = "使用「初始啟動時不詢問」為加密選項。";
  293. "_enable_touch_face_id_" = "啟用 Touch/Face ID";
  294. "_url_" = "URL";
  295. "_username_" = "使用者名稱";
  296. "_change_credentials_" = "變更您的憑證";
  297. "_wifi_only_" = "僅使用 Wi-Fi 連線";
  298. "_settings_autoupload_" = "自動上傳";
  299. "_app_version_" = "應用程式版本";
  300. "_app_in_use_" = "使用中的應用程式";
  301. "_contact_by_email_" = "寄電子郵件聯絡我們";
  302. "_clear_cache_" = "清除快取";
  303. "_clear_cache_footer_" = "清除應用程式中下載的檔案與離線檔案";
  304. "_exit_" = "重設應用程式";
  305. "_exit_footer_" = "從應用程式中刪除所有帳號與本機資料";
  306. "_funct_not_enabled_" = "功能尚未啟用";
  307. "_passcode_activate_" = "密碼鎖定開啟";
  308. "_disabling_passcode_" = "移除密碼鎖定";
  309. "_want_exit_" = "請注意!即將重設回初始狀態。要繼續嗎?";
  310. "_proceed_" = "繼續";
  311. "_delete_cache_" = "刪除快取";
  312. "_want_delete_cache_" = "您想要刪除快取嗎(這也會移除正在進行的傳輸)?";
  313. "_want_delete_thumbnails_" = "您也想刪除所有的縮圖嗎?";
  314. "_mail_deleted_" = "電子郵件已刪除";
  315. "_mail_saved_" = "電子郵件已儲存";
  316. "_mail_sent_" = "電子郵件已傳送";
  317. "_mail_failure_" = "無法傳送電子郵件:%@";
  318. "_information_req_" = "資訊請求";
  319. "_write_in_english_" = "請用英文寫給我們";
  320. "_credentials_" = "憑證";
  321. "_manage_account_" = "管理帳號";
  322. "_change_password_" = "修改密碼";
  323. "_add_account_" = "新增帳號";
  324. "_delete_account_" = "移除帳號";
  325. "_delete_active_account_" = "移除作用中帳號";
  326. "_want_delete_" = "您真的想刪除嗎?";
  327. "_want_leave_share_" = "You will leave the following shares: ";
  328. "_no_delete_" = "不,不要刪除";
  329. "_yes_delete_" = "是,就要刪除";
  330. "_remove_cache_" = "正在刪除快取,請稍候…";
  331. "_optimizations_" = "最佳化";
  332. "_synchronizations_" = "同步資料夾";
  333. "_version_server_" = "伺服器版本";
  334. "_help_" = "輔助說明";
  335. "_change_simply_passcode_" = "變更密碼類型";
  336. "_quota_" = "容量限制";
  337. "_available_" = "可用";
  338. "_not_available_" = "不可用";
  339. "_accounts_" = "帳號";
  340. "_information_" = "資訊";
  341. "_personal_information_" = "個人資訊";
  342. "_user_full_name_" = "全名";
  343. "_user_address_" = "地址";
  344. "_user_phone_" = "電話號碼";
  345. "_user_email_" = "電子郵件";
  346. "_user_web_" = "網站";
  347. "_user_twitter_" = "Twitter";
  348. "_user_job_" = "工作";
  349. "_user_businesssize_" = "企業規模";
  350. "_user_businesstype_" = "企業類型";
  351. "_user_city_" = "城市";
  352. "_user_country_" = "國家";
  353. "_user_company_" = "公司";
  354. "_user_role_" = "職位";
  355. "_user_zip_" = "郵遞區號";
  356. "_user_owner_" = "擁有者";
  357. "_user_employee_" = "員工";
  358. "_user_contractor_" = "承包商";
  359. "_user_editprofile_" = "編輯個人檔案";
  360. "_select_offline_warning_" = "讓多個檔案與資料夾可供離線使用可能需要一段時間,並且會消耗大量記憶體。";
  361. "_advanced_" = "進階";
  362. "_permissions_" = "取用權";
  363. "_disable_files_app_" = "停用檔案應用程式的整合";
  364. "_disable_files_app_footer_" = "不允許透過 iOS 檔案應用程式取用檔案";
  365. "_trial_" = "試用";
  366. "_trial_expired_day_" = "天的剩餘時間";
  367. "_time_remaining_" = "剩餘 %@";
  368. "_disableLocalCacheAfterUpload_footer_" = "上傳檔案後,不要保留在本機快取中";
  369. "_disableLocalCacheAfterUpload_" = "停用本機快取";
  370. "_autoupload_" = "自動上傳照片/影片";
  371. "_autoupload_select_folder_" = "選取「自動上傳」用的資料夾";
  372. "_autoupload_error_select_folder_" = "選取用於「自動上傳」的有效資料夾";
  373. "_autoupload_background_" = "在背景中自動上傳";
  374. "_autoupload_photos_" = "自動上傳照片";
  375. "_autoupload_videos_" = "自動上傳影片";
  376. "_autoupload_favorites_" = "Auto upload favorites only";
  377. "_autoupload_description_" = "新的照片/影片將自動上傳到您的 Nextcloud";
  378. "_autoupload_description_background_" = "此選項需要使用 GPS,在位置發生顯著變化時會觸發相機膠卷中新照片/影片的偵測";
  379. "_autoupload_background_title_" = "限制";
  380. "_autoupload_background_msg_" = "由於 iOS 的限制,除非啟動 GPS 服務,否則尚無法執行背景作業。一旦行動數據網路有所變化,系統就會短暫喚醒,並檢查是否有新照片上傳到雲端。";
  381. "_autoupload_change_location_" = "變更資料夾";
  382. "_autoupload_location_now_" = "資料夾";
  383. "_autoupload_location_default_" = "回復預設的資料夾";
  384. "_autoupload_change_location_footer_" = "變更「自動上傳相機照片」使用的資料夾(如果選項有啟用)";
  385. "_autoupload_not_select_home_" = "選取資料夾";
  386. "_autoupload_save_album_" = "複製照片或影片到照片相簿";
  387. "_autoupload_fullphotos_" = "上傳整個相機膠卷";
  388. "_autoupload_fullphotos_footer_" = "上傳前請先調整上面的選項";
  389. "_autoupload_create_subfolder_" = "使用子資料夾";
  390. "_autoupload_create_subfolder_footer_" = "按年、月或日儲存在子資料夾中";
  391. "_autoupload_subfolder_granularity_" = "子資料夾細膩程度";
  392. "_filenamemask_" = "更改檔案名稱遮罩";
  393. "_filenamemask_footer_" = "By default, when a file is uploaded, it automatically gets the following format: yy-mm-dd hh-mm-ss plus a 4-digit counter. If you do not like this format, you can change it here except for the final 4-digit counter, which cannot be omitted.";
  394. "_autoupload_current_folder_" = "目前選取的資料夾";
  395. "_help_tutorial_" = "教學";
  396. "_help_intro_" = "Nextcloud 介紹";
  397. "_help_activity_verbose_" = "詳細的活動狀態訂閱";
  398. "_help_activity_mail_" = "用電子郵件傳送活動狀態";
  399. "_help_activity_clear_" = "清除活動狀態";
  400. "_show_hidden_files_" = "顯示隱藏的檔案";
  401. "_format_compatibility_" = "最大相容";
  402. "_format_compatibility_footer_" = "「最大相容」在可能的情況下,會將照片存成 JPEG。";
  403. "_terms_" = "服務條款";
  404. "_privacy_" = "隱私";
  405. "_privacy_policy_" = "隱私權政策";
  406. "_privacy_footer_" = "Nextcloud iOS 使用當機分析的服務。您的個人資訊不會隨著報告傳送。若您想停用它,請將「停用當機回報程式」設定變更為開啟";
  407. "_crashservice_title_" = "停用當機回報程式";
  408. "_crashservice_alert_" = "此選項需要重新啟動應用程式才會生效";
  409. "_upload_mov_livephoto_" = "原況照片";
  410. "_upload_mov_livephoto_footer_" = "可能的話,「原況照片」會將選擇的照片存成「原況照片」格式。";
  411. "_view_capabilities_" = "檢視提供的功能";
  412. "_capabilities_" = "提供的功能";
  413. "_no_capabilities_found_" = "找不到提供的功能";
  414. "_capabilities_footer_" = "Display the packages used by the app if they are installed and available on the server.";
  415. "_diagnostics_" = "診斷";
  416. "_view_log_" = "檢視記錄檔";
  417. "_clear_log_" = "清除記錄檔";
  418. "_set_log_level_" = "Set Log level";
  419. "_log_file_clear_alert_" = "Log file cleared \n successfully!";
  420. "_connect_server_anyway_" = "您依然想連線到伺服器嗎?";
  421. "_server_is_trusted_" = "您認為此伺服器可信嗎?";
  422. "_connection_error_" = "連線錯誤";
  423. "_serverstatus_error_" = "連線到伺服器失敗,請確認您的伺服器位置或是網路狀態";
  424. "_add_your_nextcloud_" = "新增您的 Nextcloud 帳號";
  425. "_login_url_" = "伺服器位址 https:// …";
  426. "_login_bottom_label_" = "目前還沒有伺服器?\n請選擇一個提供者。";
  427. "_error_multidomain_" = "不允許的位址,僅以下網域有效:";
  428. "_account_already_exists_" = "帳號 %@ 已經存在";
  429. "_traditional_login_" = "還原成舊的登入方式";
  430. "_web_login_" = "還原成網頁登入方式";
  431. "_login_url_error_" = "URL 錯誤,請確認您伺服器的 URL";
  432. "_webflow_not_available_" = "無法使用網頁登入,使用舊的登入方式";
  433. "_favorites_" = "喜愛";
  434. "_favorite_short_" = "Favorite";
  435. "_unfavorite_" = "取消喜愛";
  436. "_no_files_uploaded_" = "沒有上傳檔案";
  437. "_tutorial_favorite_view_" = "您標記為喜愛的檔案與資料夾將會在此顯示";
  438. "_tutorial_offline_view_" = "此處複製的檔案將可離線使用。\n\n它們會與您的雲端同步。";
  439. "_tutorial_groupfolders_view_" = "尚無群組資料夾";
  440. "_tutorial_local_view_" = "您可以從雲端找解開壓縮的檔案。\n\n請連接 iTunes 分享這些檔案。";
  441. "_more_" = "更多";
  442. "_favorite_no_files_" = "尚無喜愛";
  443. "_pull_down_" = "下拉以重新整理";
  444. "_no_photo_load_" = "沒有照片或影片";
  445. "_tutorial_autoupload_view_" = "您可以從「設定」開啟自動上傳";
  446. "_no_date_information_" = "無日期資訊";
  447. "_no_camera_information_" = "無相機資訊";
  448. "_no_lens_information_" = "無鏡頭資訊";
  449. "_today_" = "今天";
  450. "_yesterday_" = "昨天";
  451. "_time_" = "時間:%@\n\n%@";
  452. "_location_not_enabled_" = "未啟用定位服務";
  453. "_location_not_enabled_msg_" = "請到「設定」開啟「定位服務」";
  454. "_access_photo_not_enabled_" = "「照片」取用權並未啟用";
  455. "_access_photo_not_enabled_msg_" = "請到「設定」開啟「照片」取用權";
  456. "_access_background_app_refresh_denied_" = "\"Background App Refresh\" is denied. Please enable it in \"Settings\" otherwise, new photos or videos will not be detected when the application is in the background";
  457. "_access_photo_location_not_enabled_" = "「照片」取用權與「定位服務」並未啟用";
  458. "_access_photo_location_not_enabled_msg_" = "請到「設定」開啟「照片」取用權與「定位服務」";
  459. "_tutorial_photo_view_" = "尚未上傳照片或影片";
  460. "_error_createsubfolders_upload_" = "建立子資料夾時發生錯誤";
  461. "_activate_autoupload_" = "啟用自動上傳";
  462. "_remove_photo_CameraRoll_" = "從相機膠卷移除";
  463. "_remove_photo_CameraRoll_desc_" = "上傳後「從相機膠卷移除」將會顯示確認訊息,以從相機膠卷中刪除上傳的照片或影片。已刪除的照片或影片仍會在 iOS 照片垃圾桶中保留30天。";
  464. "_never_" = "永不";
  465. "_less_a_minute_" = "不到1分鐘前";
  466. "_a_minute_ago_" = "1分鐘前";
  467. "_minutes_ago_" = "%d分鐘前";
  468. "_an_hour_ago_" = "1小時前";
  469. "_hours_ago_" = "%d小時前";
  470. "_a_day_ago_" = "1天前";
  471. "_days_ago_" = "%d天前";
  472. "_over_30_days_" = "超過30天";
  473. "_connection_internet_offline_" = "網際網路連線似乎已離線,或是需要 Wi-Fi";
  474. "_insert_password_" = "請輸入密碼";
  475. "_update_in_progress_" = "版本升級,請稍候…";
  476. "_forbidden_characters_" = "禁止使用的字元:%@";
  477. "_cannot_send_mail_error_" = "未設置帳號,或輸入了錯誤的電子郵件地址";
  478. "_open_url_error_" = "無法開啟此動作的 URL";
  479. "_photo_camera_" = "照片";
  480. "_media_" = "媒體";
  481. "_unzip_in_progress_" = "正在本機儲存空間解開檔案…";
  482. "_file_unpacked_" = "檔案在本機儲存空間解開";
  483. "_file_saved_local_" = "檔案儲存在本機儲存空間。";
  484. "_file_not_present_" = "錯誤:檔案不存在,請重新載入。";
  485. "_order_by_" = "排序方式";
  486. "_name_" = "Name";
  487. "_date_" = "日期";
  488. "_size_" = "大小";
  489. "_order_by_name_a_z_" = "按照名稱排序(從 A 到 Z)";
  490. "_sorted_by_name_a_z_" = "已按照名稱排序(從 A 到 Z)";
  491. "_order_by_name_z_a_" = "按照名稱排序(從 Z 到 A)";
  492. "_sorted_by_name_z_a_" = "已按照名稱排序(從 Z 到 A)";
  493. "_order_by_date_more_recent_" = "按照最新排序";
  494. "_sorted_by_date_more_recent_" = "已按照最新排序";
  495. "_order_by_date_less_recent_" = "按照最舊排序";
  496. "_sorted_by_date_less_recent_" = "已按照最舊排序";
  497. "_order_by_size_smallest_" = "按照最小排序";
  498. "_sorted_by_size_smallest_" = "已按照最小排序";
  499. "_order_by_size_largest_" = "按照最大排序";
  500. "_sorted_by_size_largest_" = "已按照最大排序";
  501. "_delete_selected_files_" = "刪除檔案";
  502. "_move_selected_files_" = "移動檔案";
  503. "_move_or_copy_selected_files_" = "移動或複製檔案";
  504. "_download_selected_files_" = "下載檔案";
  505. "_download_selected_files_folders_" = "下載檔案與資料夾";
  506. "_error_operation_canc_" = "錯誤:操作已取消。";
  507. "_only_lock_passcode_" = "僅在啟動鎖定密碼時可用。請到「設定」中啟用。";
  508. "_go_to_app_settings_" = "前往應用程式設定";
  509. "_passcode_protection_" = "密碼保護";
  510. "_remove_favorites_" = "從喜愛移除";
  511. "_remove_offline_" = "從離線瀏覽移除";
  512. "_add_favorites_" = "新增至喜愛";
  513. "_add_offline_" = "新增至離線瀏覽";
  514. "_remove_passcode_" = "移除密碼保護";
  515. "_protect_passcode_" = "以密碼保護";
  516. "_share_" = "分享";
  517. "_reload_" = "重新載入";
  518. "_open_in_" = "開啟於…";
  519. "_open_" = "開啟…";
  520. "_remove_local_file_" = "從快取移除";
  521. "_add_local_" = "新增至本機儲存空間";
  522. "_comm_erro_pull_down_" = "注意:與伺服器通訊發生錯誤。下拉以重新整理。";
  523. "_file_not_downloaded_" = "檔案未下載";
  524. "_file_not_uploaded_" = "檔案未上傳";
  525. "_folders_" = "資料夾";
  526. "_folder_" = "資料夾";
  527. "_files_" = "檔案";
  528. "_file_" = "檔案";
  529. "_folder_blocked_" = "資料夾已封鎖";
  530. "_downloading_progress_" = "正在開始下載檔案…";
  531. "_no_file_pull_down_" = "上傳檔案或下拉重新整理";
  532. "_browse_images_" = "瀏覽影像";
  533. "_synchronized_folder_" = "保持資料夾同步";
  534. "_remove_synchronized_folder_" = "關閉同步";
  535. "_synchronized_confirm_" = "啟用同步後,所有在資料夾內的檔案將會被同步到伺服器,要繼續嗎?";
  536. "_offline_folder_confirm_" = "啟用離線瀏覽資料夾之後,所有在該資料夾的檔案將會與伺服器同步,要繼續嗎?";
  537. "_file_not_found_reload_" = "找不到檔案,下拉以重新整理";
  538. "_title_section_download_" = "下載";
  539. "_download_" = "Download";
  540. "_title_section_upload_" = "上傳";
  541. "_group_alphabetic_yes_" = "✓ 按字母順序分組";
  542. "_group_alphabetic_no_" = "按字母順序分組";
  543. "_group_typefile_yes_" = "✓ 按檔案類型分組";
  544. "_group_typefile_no_" = "按檔案類型分組";
  545. "_group_date_yes_" = "✓ 按日期分組";
  546. "_group_date_no_" = "按日期分組";
  547. "_element_" = "元素";
  548. "_elements_" = "元素";
  549. "_tite_footer_upload_wwan_" = " 需要 Wi-Fi 網路,%lu %@ 待上傳";
  550. "_tite_footer_upload_" = "%lu %@ 待上傳";
  551. "_tite_footer_download_wwan_" = " 需要 Wi-Fi 網路,%lu %@ 待下載";
  552. "_tite_footer_download_" = "%lu %@ 待下載";
  553. "_limited_dimension_" = "已達最大的大小";
  554. "_save_selected_files_" = "儲存至圖庫";
  555. "_file_not_saved_cameraroll_" = "錯誤:檔案並未儲存至相簿";
  556. "_file_saved_cameraroll_" = "檔案已儲存在相簿";
  557. "_directory_on_top_yes_" = "✓ 資料夾置頂";
  558. "_directory_on_top_no_" = "資料夾置頂";
  559. "_show_description_" = "Show description";
  560. "_no_description_available_" = "No description available for this folder";
  561. "_folder_automatic_upload_" = "「自動上傳」資料夾";
  562. "_search_no_record_found_" = "沒有結果";
  563. "_search_in_progress_" = "正在搜尋…";
  564. "_search_instruction_" = "搜尋檔案(至少2個字元)";
  565. "_files_no_files_" = "此處無檔案";
  566. "_files_no_folders_" = "此處無資料夾";
  567. "_request_in_progress_" = "正在向伺服器傳送請求…";
  568. "_personal_files_only_" = "Personal files only";
  569. "audio" = "音訊";
  570. "compress" = "壓縮";
  571. "directory" = "資料夾";
  572. "document" = "文件";
  573. "image" = "影像";
  574. "template" = "範本";
  575. "unknow" = "未知";
  576. "video" = "影片";
  577. "_file_del_only_local_" = "檔案不在伺服器上";
  578. "_copy_file_" = "複製";
  579. "_paste_file_" = "貼上";
  580. "_open_quicklook_" = "在 Quick Look 中開啟";
  581. "_search_this_folder_" = "在此資料夾搜尋";
  582. "_search_all_folders_" = "在所有資料夾搜尋";
  583. "_search_sub_folder_" = "搜尋此處與子資料夾";
  584. "_theming_is_light_" = "伺服器佈景主題太鮮豔,不適用";
  585. "_cancel_all_task_" = "取消所有傳輸作業";
  586. "_status_wait_download_" = "正在等待下載";
  587. "_status_in_download_" = "下載中";
  588. "_status_downloading_" = "正在下載";
  589. "_status_wait_upload_" = "正在等待上傳";
  590. "_status_wait_create_folder_" = "Waiting to create the folder";
  591. "_status_wait_delete_" = "Waiting to delete";
  592. "_status_wait_rename_" = "Waiting to rename";
  593. "_status_wait_favorite_" = "Waiting to change favorite";
  594. "_status_wait_copy_" = "Waiting to copy";
  595. "_status_wait_move_" = "Waiting to move";
  596. "_status_in_upload_" = "上傳中";
  597. "_status_uploading_" = "正在上傳";
  598. "_status_upload_error_" = "錯誤,正在等待上傳";
  599. "_select_media_folder_" = "選取「媒體」資料夾";
  600. "_media_viewimage_show_" = "僅顯示影像";
  601. "_media_viewvideo_show_" = "僅顯示影片";
  602. "_media_show_all_" = "兩者皆顯示";
  603. "_media_view_options_" = "View options";
  604. "_media_by_created_date_" = "按照建立日期排序";
  605. "_media_by_upload_date_" = "按照上傳日期排序";
  606. "_media_by_modified_date_" = "按照修改日期排序";
  607. "_insert_password_pfd_" = "受保護的 PDF 檔。請輸入密碼";
  608. "_password_pdf_error_" = "錯誤的密碼";
  609. "_error_download_photobrowser_" = "錯誤:無法下載照片";
  610. "_good_morning_" = "早安";
  611. "_good_day_" = "日安";
  612. "_good_afternoon_" = "午安";
  613. "_good_evening_" = "晚安";
  614. "_good_night_" = "晚安";
  615. "_servers_" = "Servers";
  616. "_select_server_" = "Please select a server...";
  617. // MARK: Share
  618. "_share_link_" = "分享連結";
  619. "_share_link_button_" = "傳連結給…";
  620. "_share_link_name_" = "連結名稱";
  621. "_password_" = "密碼";
  622. "_share_password_" = "受密碼保護的連結";
  623. "_share_expirationdate_" = "為連結設定到期日";
  624. "_date_" = "日期";
  625. "_share_title_" = "分享";
  626. "_add_sharee_" = "新增使用者或群組";
  627. "_add_sharee_footer_" = "您可以透過新增使用者或群組來分享此資源。若要移除分享,請移除所有使用者與群組";
  628. "_find_sharee_title_" = "搜尋";
  629. "_find_sharee_" = "搜尋使用者或群組…";
  630. "_find_sharee_footer_" = "請輸入要搜尋的使用者或群組名稱的一部分(至少 2 個字元),然後按「換行」,選取要允許取用分享的使用者,然後按「完成」確認";
  631. "_user_is_group_" = "(群組)";
  632. "_direct_sharee_title_" = "分享";
  633. "_direct_sharee_footer_" = "若您知道他的名稱,請輸入該名稱,然後選取分享類型,並按「完成」確認";
  634. "_direct_sharee_" = "請輸入使用者名稱…";
  635. "_user_sharee_footer_" = "輕點可變更權限";
  636. "_share_type_title_" = "分享的類型";
  637. "_share_type_user_" = "使用者";
  638. "_share_type_group_" = "群組";
  639. "_share_type_remote_" = "遠端";
  640. "_enforce_password_protection_" = "強制密碼保護";
  641. "_password_obligatory_" = "強制啟用密碼保護,必須設定密碼";
  642. "_shared_with_you_by_" = "與您分享的對象";
  643. "_shareLinksearch_placeholder_" = "請輸入名稱並按「搜尋」";
  644. "_shareLinksearch_mail_placeholder_" = "請輸入姓名或電子郵件,然後按「搜尋」";
  645. "_new_comment_" = "新增留言…";
  646. "_edit_comment_" = "編輯留言";
  647. "_delete_comment_" = "刪除留言";
  648. "_share_allow_editing_" = "允許編輯";
  649. "_share_read_only_" = "僅供檢視";
  650. "_share_editing_" = "編輯";
  651. "_share_allow_upload_" = "允許上傳與編輯";
  652. "_share_file_drop_" = "檔案投遞(僅供上傳)";
  653. "_share_secure_file_drop_" = "安全檔案投遞(僅供上傳)";
  654. "_share_hide_download_" = "隱藏下載";
  655. "_share_password_protect_" = "密碼保護";
  656. "_share_expiration_date_" = "設定到期日";
  657. "_share_note_recipient_" = "給收件人的備註";
  658. "_share_delete_sharelink_" = "刪除連結";
  659. "_share_add_sharelink_" = "新增其他連結";
  660. "_share_can_reshare_" = "允許轉發分享";
  661. "_share_can_create_" = "允許建立";
  662. "_share_can_change_" = "允許編輯";
  663. "_share_can_delete_" = "允許刪除";
  664. "_share_can_download_" = "允許下載";
  665. "_share_unshare_" = "取消分享";
  666. "_share_internal_link_" = "內部連結";
  667. "_share_internal_link_des_" = "僅對可取用此資料夾的使用者有效";
  668. "_share_reshare_disabled_" = "您無權轉發分享此檔案/資料夾";
  669. "_share_reshare_restricted_" = "注意:您受限的取用權僅可轉發分享此檔案/資料夾";
  670. "_no_transfer_" = "尚無傳輸";
  671. "_no_transfer_sub_" = "此處將顯示從此裝置上傳與下載的內容";
  672. "_no_activity_" = "尚無活動狀態";
  673. "_no_activity_footer_" = "無更多活動狀態可載入";
  674. "_transfers_" = "傳輸";
  675. "_activity_" = "活動狀態";
  676. "_activity_file_not_present_" = "檔案不再存在";
  677. "_trash_file_not_found_" = "檔案似乎不在垃圾桶中;請前往垃圾桶,更新後再重試";
  678. "_list_shares_" = "分享";
  679. "_list_shares_no_files_" = "尚無分享";
  680. "_tutorial_list_shares_view_" = "您分享的檔案與資料夾將會顯示在這裡";
  681. "_create_synchronization_" = "建立同步";
  682. "_offline_" = "離線";
  683. "_local_storage_" = "本機儲存空間";
  684. "_local_storage_no_record_" = "尚無檔案";
  685. "_upload_photos_videos_" = "上傳照片或影片";
  686. "_upload_file_" = "上傳檔案";
  687. "_upload_file_text_" = "建立文字檔案";
  688. "_create_nextcloudtext_document_" = "建立文字文件";
  689. "_save_document_picker_" = "儲存到這裡";
  690. "_destination_folder_" = "目標資料夾";
  691. "_use_folder_auto_upload_" = "使用「自動上傳」資料夾作為目標位置";
  692. "_rename_filename_" = "重新命名";
  693. "_filename_" = "檔案名稱";
  694. "_enter_filename_" = "請輸入檔案名稱…";
  695. "_default_preview_filename_footer_" = "Example preview of filename: IMG_0001.JPG";
  696. "_filename_header_" = "Enter filename";
  697. "_preview_filename_" = "檔名的範例預覽。您可以使用遮罩 %@ 來表示日期/時間";
  698. "_add_filenametype_" = "指定檔名的類型";
  699. "_filenametype_photo_video_" = "照片/影片";
  700. "_maintain_original_filename_" = "維持原始檔名";
  701. "_modify_photo_" = "修改照片";
  702. "_notifications_" = "通知";
  703. "_no_notification_" = "尚無通知";
  704. "_autoupload_filename_title_" = "自動上傳檔名";
  705. "_untitled_" = "Untitled";
  706. "_text_upload_title_" = "上傳純文字檔案";
  707. "_e2e_settings_title_" = "加密";
  708. "_e2e_settings_" = "端對端加密";
  709. "_e2e_settings_start_" = "開始端對端加密";
  710. "_e2e_settings_not_available_" = "端對端加密不可用";
  711. "_e2e_settings_activated_" = "端對端加密已啟用";
  712. "_e2e_server_disabled_" = "伺服器上的端對端加密應用程式已停用";
  713. "_e2e_settings_view_passphrase_" = "透過 12 個單字組合來產生很安全的密碼,讓只有您可以檢視與使用加密後的檔案。請將單字寫在紙上,並妥善保管在安全的地方。";
  714. "_e2e_settings_read_passphrase_" = "讀取通行密語";
  715. "_e2e_settings_lock_not_active_" = "未啟用鎖定,請返回「設定」並啟用";
  716. "_e2e_settings_the_passphrase_is_" = "通行密語為:";
  717. "_e2e_passphrase_request_title_" = "請求通行密語";
  718. "_e2e_passphrase_request_message_" = "輸入 12 個單字";
  719. "_e2e_settings_remove_" = "移除本機加密";
  720. "_e2e_settings_remove_message_" = "確認移除加密以及通行密語。";
  721. "_e2e_set_folder_encrypted_" = "加密";
  722. "_e2e_remove_folder_encrypted_" = "解密";
  723. "_e2e_goto_settings_for_enable_" = "這是個加密目錄,請前往「設定」啟用端對端加密";
  724. "_e2e_error_" = "端對端加密有嚴重內部錯誤";
  725. "_e2e_in_upload_" = "正在上傳,請等待所有檔案傳輸完成";
  726. "_scans_document_" = "掃描文件";
  727. "_scanned_images_" = "掃描的影像";
  728. "_scan_document_pdf_page_" = "頁";
  729. "_scan_label_document_zone_" = "向下拖曳影像以建立文件";
  730. "_filter_document_" = "文件";
  731. "_filter_original_" = "原始";
  732. "_filter_bn_" = "黑白";
  733. "_filter_grayscale_" = "灰階";
  734. "_quality_image_title_" = "預覽影像品質";
  735. "_quality_high_" = "高品質的檔案較大";
  736. "_quality_medium_" = "中品質的檔案大小一般";
  737. "_quality_low_" = "低品質的檔案較小";
  738. "_file_type_" = "檔案類型";
  739. "_pdf_password_" = "PDF 密碼";
  740. "_file_creation_" = "檔案建立";
  741. "_delete_all_scanned_images_" = "刪除所有掃描影像";
  742. "_text_recognition_" = "文字辨識";
  743. /* The title on the navigation bar of the Scanning screen. */
  744. "wescan.scanning.title" = "正在掃描";
  745. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  746. "wescan.edit.button.next" = "下一個";
  747. /* The title on the navigation bar of the Edit screen. */
  748. "wescan.edit.title" = "編輯掃描";
  749. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  750. "wescan.review.button.done" = "完成";
  751. /* The title on the navigation bar of the Review screen. */
  752. "wescan.review.title" = "檢閱";
  753. "_trash_view_" = "刪除的檔案";
  754. "_trash_restore_all_" = "還原所有檔案";
  755. "_trash_delete_all_" = "清空垃圾桶";
  756. "_trash_delete_permanently_" = "永久刪除";
  757. "_trash_delete_all_description_" = "您想要清空垃圾桶嗎?";
  758. "_trash_no_trash_" = "未刪除檔案";
  759. "_trash_no_trash_description_" = "您可以在這裡還原刪除的檔案";
  760. "_trash_restore_selected_" = "還原選取的檔案";
  761. "_trash_delete_selected_" = "刪除選取的檔案";
  762. "_recover_" = "Recover";
  763. "_confirm_delete_selected_" = "Are you sure you want to delete the selected items?";
  764. "_manage_file_offline_" = "管理離線檔案";
  765. "_set_available_offline_" = "設定為離線時仍可使用";
  766. "_remove_available_offline_" = "從離線仍可使用移除";
  767. "_create_new_document_" = "建立新文件";
  768. "_create_new_spreadsheet_" = "建立新試算表";
  769. "_create_new_presentation_" = "建立新簡報";
  770. "_go_online_" = "上線以檢視文件";
  771. "_intro_1_title_" = "保障您的資料安全,且由您掌控";
  772. "_intro_2_title_" = "安全協作與檔案交換";
  773. "_intro_3_title_" = "易於使用的網路郵件、行事曆、聯絡人";
  774. "_intro_4_title_" = "螢幕分享、線上會議、網路研討會";
  775. "_log_in_" = "登入";
  776. "_sign_up_" = "向提供者註冊";
  777. "_host_your_own_server" = "架設您自己的伺服器";
  778. "_unauthorized_" = "未授權";
  779. "_bad_username_password_" = "錯誤的使用者名稱或密碼";
  780. "_cancelled_by_user" = "傳輸已取消";
  781. "_error_folder_destiny_is_the_same_" = "無法將資料夾移動到自身之內";
  782. "_error_not_permission_" = "您無權完成這項操作";
  783. "_error_path_" = "無法開啟這個檔案或資料夾。請確認是否確實存在";
  784. "_file_upload_not_exitst_" = "您要上傳的檔案不存在";
  785. "_forbidden_characters_from_server_" = "名稱中至少有一個無效字元";
  786. "_error_not_modified_" = "未修改資源";
  787. "_not_connected_internet_" = "伺服器連線錯誤";
  788. "_not_possible_connect_to_server_" = "現在無法連線到伺服器";
  789. "_not_possible_create_folder_" = "無法建立資料夾";
  790. "_server_down_" = "無法與伺服器建立連線";
  791. "_time_out_" = "逾時,請再試一次";
  792. "_unknow_response_server_" = "來自伺服器的未預期回應";
  793. "_user_authentication_required_" = "需要使用者認證";
  794. "_file_directory_locked_" = "檔案或目錄已鎖定";
  795. "_ssl_certificate_untrusted_" = "此伺服器的憑證無效";
  796. "_ssl_certificate_changed_" = "此伺服器的憑證似乎已有變更";
  797. "_internal_server_" = "內部伺服器錯誤";
  798. "_file_already_exists_" = "無法完成操作,已存在相同名稱的檔案";
  799. "_file_folder_not_exists_" = "指定路徑找不到來源檔案";
  800. "_folder_contents_nochanged_" = "資料夾內容並未變更";
  801. "_images_invalid_converted_" = "影像無效,且無法被轉換為縮圖";
  802. "_method_not_expected_" = "未預期的請求方法";
  803. "_reauthenticate_user_" = "存取逾時,請再次登入";
  804. "_server_error_retry_" = "伺服器暫時無法使用";
  805. "_too_many_files_" = "此操作包含太多檔案";
  806. "_too_many_request_" = "傳送太多請求,導致達到速率限制";
  807. "_user_over_quota_" = "已達儲存容量限制";
  808. "_ssl_connection_error_" = "SSL 連線錯誤,請重試";
  809. "_bad_request_" = "不良的請求";
  810. "_webdav_locked_" = "WebDAV 已鎖定:嘗試存取鎖定的資源";
  811. "_error_user_not_available_" = "該使用者不再可用";
  812. "_server_response_error_" = "伺服器回應內容錯誤";
  813. "_no_nextcloud_found_" = "找不到 Nextcloud 伺服器";
  814. "_error_decompressing_" = "解壓縮出錯。未知的壓縮方法,或檔案毀損";
  815. "_error_json_decoding_" = "解碼中介資料時遭遇嚴重內部錯誤(由於格式不正確,無法讀取資料。)";
  816. "_error_check_remote_user_" = "伺服器回應錯誤,需要重新輸入密碼";
  817. "_request_entity_too_large_" = "檔案太大";
  818. "_not_possible_download_" = "無法下載檔案";
  819. "_not_possible_upload_" = "無法上傳檔案";
  820. "_error_files_upload_" = "上傳檔案時發生錯誤";
  821. "_method_not_allowed_" = "不支援請求的方法";
  822. "_invalid_url_" = "無效的伺服器 URL";
  823. "_invalid_literal_" = "無效的搜尋字串";
  824. "_invalid_date_format_" = "無效的日期格式";
  825. "_invalid_data_format_" = "無效的資料格式";
  826. "_error_decode_xml_" = "無效的回應,XML 解碼錯誤";
  827. "_internal_generic_error_" = "內部錯誤";
  828. "_editor_unknown_" = "無法開啟檔案︰編輯器不明";
  829. "_err_file_not_found_" = "找不到檔案,已移除";
  830. "_err_e2ee_app_version_" = "應用程式版本的端對端加密與伺服器不相容,請更新您的伺服器";
  831. "_err_permission_microphone_" = "請在「設定」中允許取用麥克風";
  832. "_err_permission_photolibrary_" = "請在「設定」中允許取用照片";
  833. "_err_permission_locationmanager_" = "請在「設定」中「永遠」允許「定位服務」";
  834. "_qrcode_not_authorized_" = "這個應用程式未取得後相機的取用授權";
  835. "_qrcode_not_supported_" = "目前裝置不支援 QR Code";
  836. "_create_voice_memo_" = "建立語音備忘錄";
  837. "_voice_memo_start_" = "輕點可開始";
  838. "_voice_memo_stop_" = "輕點可停止";
  839. "_voice_memo_filename_" = "語音備忘錄";
  840. "_voice_memo_title_" = "上傳語音備忘錄";
  841. "Enter Passcode" = "請輸入通行碼";
  842. "Enter a new passcode" = "請輸入新的通行碼";
  843. "Confirm new passcode" = "請確認新的通行碼";
  844. "Passcodes didn't match. Try again." = "通行碼不符。請再試一次。";
  845. "Delete" = "刪除";
  846. "Cancel" = "取消";
  847. "_certificate_details_" = "憑證伺服器詳細資訊";
  848. "_certificate_pn_details_" = "憑證推播通知詳細資訊";
  849. "_certificate_view_" = "憑證伺服器";
  850. "_certificate_pn_view_" = "憑證推播通知";
  851. "_save_as_scan_" = "另存為掃描";
  852. "_modify_" = "修改";
  853. "_overwrite_original_" = "覆寫原本的";
  854. "_save_as_copy_" = "另存為副本";
  855. "_discard_changes_" = "關閉並忽略變更";
  856. "_message_disable_overwrite_livephoto_" = "此影像為原況照片,無法覆寫";
  857. "_discard_changes_info_" = "您的變更將會丟棄。";
  858. "_delete_files_desc_" = "刪除檔案以釋放空間";
  859. "_delete_old_files_" = "刪除所有超過多久以前的快取:";
  860. "_never_" = "永不";
  861. "_1_year_" = "1年";
  862. "_6_months_" = "6個月";
  863. "_3_months_" = "3個月";
  864. "_1_month_" = "1個月";
  865. "_1_week_" = "1週";
  866. "_1_day_" = "1天";
  867. "_monthly_" = "每月";
  868. "_yearly_" = "每年";
  869. "_weekly_" = "每週";
  870. "_daily_" = "每天";
  871. "_day_" = "日";
  872. "_used_space_" = "已使用空間";
  873. "_open_in_onlyoffice_" = "在 ONLYOFFICE 中開啟";
  874. "_open_in_collabora_" = "在 Collabora Online 中開啟";
  875. "_login_address_detail_" = "當您在瀏覽器中開啟時,該連結會指向您的 %@ 網頁介面。";
  876. "_go_to_page_" = "前往頁面";
  877. "_page_" = "頁";
  878. "_this_document_has_%@_pages_" = "此文件有 %@ 頁";
  879. "_invalid_page_" = "無效頁面";
  880. "_the_entered_page_number_does_not_exist_" = "輸入的頁碼不存在";
  881. "_error_something_wrong_" = "出了點問題";
  882. "_resolution_" = "解析度";
  883. "_try_download_full_resolution_" = "下載完整解析度影像";
  884. "_full_resolution_image_info_" = "這可能會揭露更多照片的相關資訊。";
  885. "_copied_path_" = "已複製路徑";
  886. "_copy_path_" = "複製路徑";
  887. "_certificates_" = "憑證";
  888. "_privacy_screen_" = "應用程式不使用時顯示啟動畫面";
  889. "_saving_" = "正在儲存…";
  890. "_video_not_streamed_" = "伺服器不允許視訊串流,您要下載影片嗎?";
  891. "_video_not_streamed_e2ee_" = "伺服器因檔案加密而不允許視訊串流,您要下載影片嗎?";
  892. "_scan_" = "掃描";
  893. "_in_" = "於";
  894. "_enter_passphrase_" = "請輸入通行密語(12個單字)";
  895. "_show_more_results_" = "顯示更多結果";
  896. "_waiting_for_" = "等待:";
  897. "_waiting_" = "Waiting …";
  898. "_reachable_wifi_" = "可透過 Wi-Fi 或網路線連接的網路";
  899. "_password_not_present_" = "請重新輸入您的憑證。";
  900. "_copy_passphrase_" = "複製通行密語";
  901. "_ok_copy_passphrase_" = "確定並複製通行密語";
  902. "_select_color_" = "選取顏色";
  903. "_change_color_" = "變更顏色";
  904. "_description_dashboardwidget_" = "儀表板隨時可輕鬆取用,前所未有的簡單。";
  905. "_description_fileswidget_" = "檢視您最近的檔案、工具列皆可大幅加速您的操作。";
  906. "_description_toolbarwidget_" = "工具列可大幅加速您的操作。";
  907. "_no_data_available_" = "未提供資料";
  908. "_widget_available_nc25_" = "小工具僅從 Nextcloud 25 開始提供";
  909. "_keep_running_" = "維持應用程式運作以提供更好的使用者體驗";
  910. "_recent_activity_" = "最近活動狀態";
  911. "_title_lockscreenwidget_" = "狀態";
  912. "_description_lockscreenwidget_" = "追蹤可用空間與最近活動狀態";
  913. "_no_items_" = "無項目";
  914. "_check_back_later_" = "稍後再回來檢查";
  915. "_exporting_video_" = "正在匯出影片…輕點可取消。";
  916. "_apps_nextcloud_detect_" = "偵測到 %@ 個應用程式";
  917. "_add_existing_account_" = "偵測到其他 %@ 個應用程式,您想要新增既有帳號嗎?";
  918. "_status_in_progress_" = "正在進行狀態讀取…";
  919. "_status_e2ee_on_server_" = "端對端加密已經在伺服器上設定好了,但尚未在此裝置上啟用";
  920. "_status_e2ee_not_setup_" = "伺服器上尚未設定端對端加密";
  921. "_status_e2ee_configured_" = "端對端加密組態設定正確";
  922. "_e2ee_set_as_offline_" = "Not allowed for encrypted files or folders";
  923. "_change_upload_filename_" = "您想要用其他名稱儲存檔案嗎?";
  924. "_save_file_as_" = "將檔案另存為 %@";
  925. "_password_ascii_" = "密碼不能包含特殊字元";
  926. "_calendar_contacts_" = "行事曆與聯絡人";
  927. "_mobile_config_" = "下載個人設定描述檔";
  928. "_calendar_contacts_footer_warning_" = "Configuration profile can only be downloaded if Safari is set as default browser";
  929. "_calendar_contacts_footer_" = "下載後,您需要進入「設定」應用程式進行安裝。若設定描述檔在下載後8分鐘內未安裝,則會自動刪除";
  930. "_preview_" = "預覽";
  931. "_crop_" = "裁剪";
  932. "_modify_image_desc_" = "輕點影像可以修改";
  933. "_message_disable_livephoto_" = "此影像為原況照片,變更它會失去原況效果";
  934. "_enable_livephoto_" = "啟用原況照片";
  935. "_disable_livephoto_" = "停用原況照片";
  936. "_undo_modify_" = "取消修改";
  937. "_unauthorizedFilesPasscode_" = "啟動通行碼後無法使用檔案";
  938. "_disableFilesApp_" = "由於檔案已停用而無法使用";
  939. "_reset_application_done_" = "重設應用程式,完成。";
  940. "_rename_already_exists_" = "同名的檔案已經存在";
  941. "_created_" = "已建立";
  942. "_recipients_" = "收件者";
  943. "_are_sure_" = "您確定嗎?";
  944. "_creation_" = "建立";
  945. "_modified_" = "已修改";
  946. "_group_folders_" = "群組資料夾";
  947. "_play_from_files_" = "透過檔案播放影片";
  948. "_play_from_url_" = "透過 URL 播放影片";
  949. "_valid_video_url_" = "輸入有效的 URL";
  950. "_deletion_progess_" = "正在刪除";
  951. "_copying_progess_" = "正在複製";
  952. "_moving_progess_" = "正在移動";
  953. "_chunk_enough_memory_" = "似乎沒有足夠的空間可傳送檔案";
  954. "_chunk_create_folder_" = "檔案無法傳送,請檢查伺服器紀錄檔";
  955. "_chunk_files_null_" = "無法建立用來傳送的檔案";
  956. "_chunk_file_null_" = "無法傳送檔案";
  957. "_chunk_move_" = "傳送的檔案無法重組,請檢查伺服器紀錄檔";
  958. "_download_image_" = "下載影像";
  959. "_download_video_" = "下載影片";
  960. "_reset_wrong_passcode_" = "重設應用程式";
  961. "_reset_wrong_passcode_desc_" = "在嘗試輸入代碼失敗 %d 次後,使用「重設應用程式」刪除所有帳號與本機資料。";
  962. "_deviceOwnerAuthentication_" = "由於多次嘗試失敗,生物辨識感應器已暫時停用。請輸入裝置通行碼以重新啟用感應器。";
  963. "_virus_detect_" = "Virus detected. Upload cannot be completed!";
  964. "_zoom_" = "Zoom";
  965. "_zoom_in_" = "Zoom in";
  966. "_zoom_out_" = "Zoom out";
  967. "_select_photos_" = "Select photos";
  968. "_selected_photo_" = "selected photo";
  969. "_selected_photos_" = "selected photos";
  970. "_delete_selected_photos_" = "Delete selected photos";
  971. "_media_square_" = "Square grid";
  972. "_media_ratio_" = "Aspect ratio grid";
  973. "_autoupload_notice_" = "To ensure the proper functioning of the application, it is necessary to enable Background App Refresh. Otherwise, new photos or videos will not be detected when the application is in the background.\n\nAdditionally, please note that the application will not be able to detect new photos and videos if it is manually terminated. When the app is in the background, data transfer may be slower, and new photos and/or videos will generally be detected every 10 minutes, depending on the device’s battery level.\n\nTo verify that the app is functioning correctly, you can use the log file available in Advanced settings.";
  974. "_display_" = "Display";
  975. "_appearance_" = "Appearance";
  976. "_light_" = "Light";
  977. "_dark_" = "Dark";
  978. "_use_system_style_" = "Use system style";
  979. "_account_settings_" = "Account settings";
  980. "_users_" = "Users";
  981. "_users_footer_" = "Every time the app is reactivated, the account will be requested.";
  982. "_additional_view_options_" = "Additional view options";
  983. "_while_charging_" = "While charging";
  984. "_additional_options_" = "Additional options";
  985. "_keep_screen_awake_" = "Keep screen awake\nwhile transferring files";
  986. "_error_not_found_" = "The requested resource could not be found";
  987. "_error_conflict_" = "The request could not be completed due to a conflict with the current state of the resource";
  988. "_error_precondition_" = "The server does not meet one of the preconditions that the requester";
  989. // Video
  990. "_select_trace_" = "選取影音軌";
  991. "_video_processing_" = "影片處理";
  992. "_video_being_processed_" = "正在處理影片…";
  993. "_downloading_" = "正在下載";
  994. "_download_error_" = "下載錯誤";
  995. "_subtitle_" = "字幕";
  996. "_dts_to_ac3_" = "不支援 DTS,需要轉換成 Dolby Digital";
  997. "_reuired_conversion_" = "這部影片需要很長時間才能完成轉換。";
  998. "_stay_app_foreground_" = "請將應用程式維持在前景…";
  999. "_conversion_available_" = "轉換會一直在選單上顯示";
  1000. "_video_format_not_recognized_" = "這部影片需要經過處理才能播放,您現在要處理嗎?";
  1001. "_video_must_download_" = "這部影片需要下載並處理過才能播放,您現在要下載嗎?";
  1002. "_conversion_max_compatibility_" = "最大相容性,轉換可能需要更長的時間";
  1003. "_video_tap_for_close_" = "輕輕按壓可關閉處理";
  1004. "_subtitle_not_found_" = "找不到字幕";
  1005. "_disable_" = "停用";
  1006. "_subtitle_not_dowloaded_" = "有字幕未下載到本機";
  1007. "_user_" = "使用者";
  1008. "_add_subtitle_" = "新增外部字幕";
  1009. "_add_audio_" = "新增外部音訊";
  1010. "_server_maintenance_mode_" = "Server is currently in maintenance mode";
  1011. "_upload_foreground_msg_" = "請勿關閉 %@ 以完成傳輸…";
  1012. "_upload_background_msg_" = "Files upload in progress …";
  1013. "_create_folder_error_" = "An error has occurred while creating the folder:\n%@.\n\nPlease resolve the issue as soon as possible.\n\nAll uploads are suspended until the problem is resolved.\n";
  1014. "_rename_file_error_" = "An error has occurred while renaming the file:\n%@.";
  1015. "_creating_dir_progress_" = "Creating directories in progress … keep the application active";
  1016. "_creating_db_photo_progress" = "Creating photo archive in progress … keep the application active";
  1017. "_account_unauthorized_" = "Warning, %@, you are not authorized, your account has been deleted, if you have changed your password, re-authenticate.";
  1018. "_folder_offline_desc_" = "Even without an internet connection, you can organize your folders, create files. Once you're back online, your pending actions will automatically sync.";
  1019. "_offline_not_allowed_" = "This operation is not allowed in offline mode";
  1020. // Tip
  1021. "_tip_pdf_thumbnails_" = "從螢幕右邊緣向左滑動可顯示縮圖。";
  1022. "_tip_accountrequest_" = "輕點此處可變更帳號或新增帳號";
  1023. "_tip_addcopyimage_" = "長按可貼上複製的影像";
  1024. "_tip_open_mediadetail_" = "向上滑動可檢視詳細資訊";
  1025. // MARK: Accessibility
  1026. // Accessibility, floating panel top element
  1027. "_cart_controller_" = "卡片控制器";
  1028. "_accessibility_add_upload_" = "新增與上傳";
  1029. "_dismiss_menu_" = "關閉選單";
  1030. "_show_profile_" = "顯示個人檔案";
  1031. // a11y: On/Off
  1032. "_on_" = "開啟";
  1033. // a11y: On/Off
  1034. "_off_" = "關閉";
  1035. "_grid_view_" = "顯示格狀檢視";
  1036. "_list_view_" = "顯示清單檢視";
  1037. "_list_" = "List";
  1038. "_icons_" = "Icons";
  1039. // MARK: Plan customer
  1040. "_leave_plan_title" = "看到您離開,我們感到很遺憾";
  1041. "_leave_plan_description" = "您將無法再存取:";
  1042. "_current_plan_" = "目前的方案";
  1043. "_billing_plan_" = "計費方案";
  1044. "_keep_plan_" = "維持方案";
  1045. "_leave_plan_" = "離開方案";
  1046. "_change_plan_" = "變更方案";
  1047. "_manage_plan_" = "管理方案";
  1048. "_purchase_plan_" = "購買方案";
  1049. "_restore_plan_" = "還原已購買的方案";
  1050. "_purchase_plan_description_" = "購買已還原";
  1051. "_choose_plan_" = "您要選擇一個方案才能購買。";
  1052. "_already_plan_" = "已購買選取的方案。";
  1053. "_change_billing_" = "變更計費方式";
  1054. "_payment_method_" = "付款方式";
  1055. // MARK: Mantis library
  1056. "Mantis.Done" = "完成";
  1057. "Mantis.Cancel" = "取消";
  1058. "Mantis.Reset" = "重設";
  1059. "Mantis.Original" = "原始";
  1060. "Mantis.Square" = "方形";
  1061. // MARK: Assistant
  1062. "_assistant_task_unknown_" = "不明";
  1063. "_assistant_task_scheduled_" = "Scheduled";
  1064. "_assistant_task_in_progress_" = "In Progress";
  1065. "_assistant_task_completed_" = "Completed";
  1066. "_assistant_task_failed_" = "Failed";
  1067. "_all_" = "All";
  1068. "_input_" = "Input";
  1069. "_output_" = "Output";
  1070. "_task_details_" = "Task details";
  1071. "_assistant_" = "助理";
  1072. "_new_task_" = "New %@ task";
  1073. "_no_tasks_" = "No tasks in here";
  1074. "_create_task_subtitle_" = "Use the + button to create one";
  1075. "_no_types_" = "No provider found";
  1076. "_no_types_subtitle_" = "AI Providers need to be installed to use the Assistant";
  1077. // MARK: Client certificate
  1078. "_no_client_cert_found_" = "The server is requesting a client certificate";
  1079. "_no_client_cert_found_desc_" = "Do you want to install a TLS client certificate? \n Note that only .p12 archives created through OpenSSL with the -legacy flag can work on Apple devices.";
  1080. "_client_cert_enter_password_" = "Enter the password for the chosen certificate";
  1081. "_client_cert_wrong_password_" = "Sorry, you entered an invalid password";
  1082. // MARK: Login poll
  1083. "_poll_desc_" = "Please complete the log in process in your browser";
  1084. // MARK: File name validator
  1085. "_file_name_validator_error_ends_with_space_period_" = "Name must not contain spaces at the beginning or end.";
  1086. "_file_name_validator_error_reserved_name_" = "\"%@\" is a forbidden name.";
  1087. "_file_name_validator_error_forbidden_file_extension_" = "\".%@\" is a forbidden file extension.";
  1088. "_file_name_validator_error_invalid_character_" = "Name contains an invalid character: \"%@\".";
  1089. "_file_name_validator_error_space_" = "Name must not contain spaces at the beginning or end.";
  1090. "_file_name_new_extension_" = "Changing the extension might cause this file to open in a different application.";
  1091. "_please_rename_file_" = "Please rename the file or folder.";
  1092. "hidden_file_name_warning" = "Name will result in a hidden file.";