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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "Please select a file." : "請選擇一個檔案",
  5. "File is too big" : "檔案太大",
  6. "Invalid file provided" : "提供的檔案無效",
  7. "No image or file provided" : "未提供圖片或檔案",
  8. "Unknown filetype" : "未知的檔案類型",
  9. "Invalid image" : "無效的圖片",
  10. "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員",
  11. "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次",
  12. "No crop data provided" : "未設定剪裁",
  13. "No valid crop data provided" : "未提供有效的剪裁設定",
  14. "Crop is not square" : "剪裁設定不是正方形",
  15. "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效",
  16. "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期",
  17. "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確",
  18. "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。",
  19. "%s password reset" : "%s 密碼重設",
  20. "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員",
  21. "Preparing update" : "準備更新",
  22. "[%d / %d]: %s" : "[%d / %d]: %s",
  23. "Repair warning: " : "修復警告:",
  24. "Repair error: " : "修復錯誤",
  25. "Please use the command line updater because automatic updating is disabled in the config.php." : "請使用命令列更新工具,因為自動更新在 config.php 中被停用了",
  26. "[%d / %d]: Checking table %s" : "[%d / %d]: 檢查資料表 %s",
  27. "Turned on maintenance mode" : "已啓用維護模式",
  28. "Turned off maintenance mode" : "已停用維護模式",
  29. "Maintenance mode is kept active" : "維護模式維持在開啟狀態",
  30. "Updating database schema" : "更新資料庫格式",
  31. "Updated database" : "已更新資料庫",
  32. "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
  33. "Checked database schema update" : "已檢查資料庫格式更新",
  34. "Checking updates of apps" : "檢查 app 更新",
  35. "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
  36. "Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新",
  37. "Updated \"%s\" to %s" : "已更新 %s 到 %s",
  38. "Set log level to debug" : "設定紀錄變成除錯層級",
  39. "Reset log level" : "重設記錄層級",
  40. "Starting code integrity check" : "開始檢查程式碼完整性",
  41. "Finished code integrity check" : "完成程式碼完整性檢查",
  42. "%s (3rdparty)" : "%s (第3方)",
  43. "%s (incompatible)" : "%s (不相容的)",
  44. "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
  45. "Already up to date" : "已經是最新版",
  46. "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">執行程式碼完整性檢查時發生問題。更多資訊…</a>",
  47. "Settings" : "設定",
  48. "Connection to server lost" : "伺服器連線中斷",
  49. "Problem loading page, reloading in 5 seconds" : "載入頁面出錯,5 秒後重新整理",
  50. "Saving..." : "儲存中...",
  51. "Dismiss" : "知道了",
  52. "Password" : "密碼",
  53. "Cancel" : "取消",
  54. "seconds ago" : "幾秒前",
  55. "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "重設密碼的連結已經 email 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。",
  56. "I know what I'm doing" : "我知道我在幹嘛",
  57. "Password can not be changed. Please contact your administrator." : "無法變更密碼,請聯絡您的系統管理員",
  58. "No" : "否",
  59. "Yes" : "是",
  60. "Choose" : "選擇",
  61. "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}",
  62. "Ok" : "好",
  63. "Error loading message template: {error}" : "載入訊息樣板出錯: {error}",
  64. "read-only" : "唯讀",
  65. "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"],
  66. "One file conflict" : "一個檔案衝突",
  67. "New Files" : "新檔案",
  68. "Already existing files" : "已經存在的檔案",
  69. "Which files do you want to keep?" : "您要保留哪一個檔案?",
  70. "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
  71. "Continue" : "繼續",
  72. "(all selected)" : "(已全選)",
  73. "({count} selected)" : "(已選 {count} 項)",
  74. "Error loading file exists template" : "載入檔案存在樣板出錯",
  75. "Very weak password" : "密碼強度非常弱",
  76. "Weak password" : "密碼強度弱",
  77. "So-so password" : "密碼強度普通",
  78. "Good password" : "密碼強度佳",
  79. "Strong password" : "密碼強度極佳",
  80. "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題",
  81. "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器並未正確設定來解析 \"{url}\" ,請查看我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a>以瞭解更多",
  82. "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
  83. "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 檔案並未生效,我們強烈建議您設定您的網頁伺服器,拒絕資料目錄的公開存取,或者將您的資料目錄移出網頁伺服器根目錄。",
  84. "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 標頭配置與 \"{expected}\"不一樣,這是一個潛在安全性或者隱私上的風險,因此我們建議您調整此設定",
  85. "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "您正在藉由 HTTP 訪問此網站,如我們的<a href=\"{docUrl}\">安全性提示</a>所述,我們強烈建議設定您的伺服器須要求使用 HTTPS",
  86. "Shared" : "已分享",
  87. "Shared with {recipients}" : "與 {recipients} 分享",
  88. "Error" : "錯誤",
  89. "Error while sharing" : "分享時發生錯誤",
  90. "Error while unsharing" : "取消分享時發生錯誤",
  91. "Error setting expiration date" : "設定到期日發生錯誤",
  92. "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效",
  93. "Set expiration date" : "指定到期日",
  94. "Expiration" : "過期",
  95. "Expiration date" : "到期日",
  96. "Choose a password for the public link" : "為公開連結選一個密碼",
  97. "Copied!" : "已複製",
  98. "Not supported!" : "不支援!",
  99. "Press ⌘-C to copy." : "按下 ⌘-C 來複製",
  100. "Press Ctrl-C to copy." : "按下 Ctrl-C 來複製",
  101. "Resharing is not allowed" : "不允許重新分享",
  102. "Share link" : "分享連結",
  103. "Link" : "連結",
  104. "Password protect" : "密碼保護",
  105. "Allow upload and editing" : "允許上傳及編輯",
  106. "Email link to person" : "將連結 email 給別人",
  107. "Send" : "寄出",
  108. "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
  109. "Shared with you by {owner}" : "{owner} 已經和您分享",
  110. "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 分享了連結",
  111. "group" : "群組",
  112. "remote" : "遠端",
  113. "Unshare" : "取消分享",
  114. "can reshare" : "允許轉分享",
  115. "can edit" : "可編輯",
  116. "access control" : "存取控制",
  117. "Could not unshare" : "無法取消分享",
  118. "Share details could not be loaded for this item." : "無法載入分享細節",
  119. "No users or groups found for {search}" : "沒有群組或使用者符合 {search}",
  120. "No users found for {search}" : "沒有使用者符合 {search}",
  121. "An error occurred. Please try again" : "發生錯誤,請再試一次",
  122. "{sharee} (group)" : "{sharee} (群組)",
  123. "{sharee} (remote)" : "{sharee} (遠端)",
  124. "Share" : "分享",
  125. "Error removing share" : "移除分享時發生錯誤",
  126. "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
  127. "restricted" : "受限",
  128. "invisible" : "不可見",
  129. "({scope})" : "({scope})",
  130. "Delete" : "刪除",
  131. "Rename" : "重新命名",
  132. "Collaborative tags" : "標籤",
  133. "The object type is not specified." : "未指定物件類型",
  134. "Enter new" : "輸入新的",
  135. "Add" : "增加",
  136. "Edit tags" : "編輯標籤",
  137. "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}",
  138. "No tags selected for deletion." : "沒有選擇要刪除的標籤",
  139. "unknown text" : "未知的文字",
  140. "Hello world!" : "哈囉 世界!",
  141. "sunny" : "晴朗的",
  142. "Hello {name}, the weather is {weather}" : "哈囉 {name}, 天氣是 {weather}",
  143. "Hello {name}" : "哈囉 {name}",
  144. "new" : "新",
  145. "_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
  146. "The update is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
  147. "Update to {version}" : "更新到 {version}",
  148. "An error occurred." : "發生錯誤",
  149. "Please reload the page." : "請重新整理頁面",
  150. "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多",
  151. "Continue to Nextcloud" : "繼續前往 Nextcloud",
  152. "The update was successful. Redirecting you to Nextcloud now." : "更新成功,即將重導向至 Nextcloud",
  153. "Searching other places" : "搜尋其他位置",
  154. "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"],
  155. "Personal" : "個人",
  156. "Users" : "使用者",
  157. "Apps" : "應用程式",
  158. "Admin" : "管理",
  159. "Help" : "說明",
  160. "Access forbidden" : "存取被拒",
  161. "File not found" : "找不到檔案",
  162. "The specified document has not been found on the server." : "該文件不存在於伺服器上",
  163. "You can click here to return to %s." : "點這裡以回到 %s",
  164. "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n",
  165. "The share will expire on %s." : "這個分享將會於 %s 過期",
  166. "Cheers!" : "太棒了!",
  167. "Internal Server Error" : "內部伺服器錯誤",
  168. "The server encountered an internal error and was unable to complete your request." : "伺服器遭遇內部錯誤,無法完成您的要求",
  169. "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "如果這個錯誤重複出現,請聯絡系統管理員,並附上以下的錯誤細節",
  170. "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節",
  171. "Technical details" : "技術細節",
  172. "Remote Address: %s" : "遠端位置:%s",
  173. "Request ID: %s" : "請求編號:%s",
  174. "Type: %s" : "類型:%s",
  175. "Code: %s" : "代碼:%s",
  176. "Message: %s" : "訊息:%s",
  177. "File: %s" : "檔案:%s",
  178. "Line: %s" : "行數:%s",
  179. "Trace" : "追蹤",
  180. "Security warning" : "安全性警告",
  181. "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的資料目錄看起來可以被 Internet 公開存取,因為 .htaccess 設定並未生效。",
  182. "Create an <strong>admin account</strong>" : "建立一個<strong>管理者帳號</strong>",
  183. "Username" : "使用者名稱",
  184. "Storage & database" : "儲存空間和資料庫",
  185. "Data folder" : "資料儲存位置",
  186. "Configure the database" : "設定資料庫",
  187. "Only %s is available." : "剩下 %s 可使用",
  188. "Install and activate additional PHP modules to choose other database types." : "安裝並啟用相關 PHP 模組來使用其他種資料庫",
  189. "For more details check out the documentation." : "更多細節詳見說明文件",
  190. "Database user" : "資料庫使用者",
  191. "Database password" : "資料庫密碼",
  192. "Database name" : "資料庫名稱",
  193. "Database tablespace" : "資料庫 tablespace",
  194. "Database host" : "資料庫主機",
  195. "Performance warning" : "效能警告",
  196. "SQLite will be used as database." : "將使用 SQLite 為資料庫",
  197. "For larger installations we recommend to choose a different database backend." : "在大型安裝中建議使用其他種資料庫",
  198. "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite",
  199. "Finish setup" : "完成設定",
  200. "Finishing …" : "即將完成…",
  201. "Need help?" : "需要幫助?",
  202. "See the documentation" : "閱讀說明文件",
  203. "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。",
  204. "Log out" : "登出",
  205. "Search" : "搜尋",
  206. "Server side authentication failed!" : "伺服器端認證失敗!",
  207. "Please contact your administrator." : "請聯絡系統管理員",
  208. "An internal error occurred." : "發生內部錯誤",
  209. "Please try again or contact your administrator." : "請重試或聯絡系統管理員",
  210. "Username or email" : "用戶名或 email",
  211. "Wrong password. Reset it?" : "密碼錯誤,重設密碼?",
  212. "Wrong password." : "密碼錯誤",
  213. "Log in" : "登入",
  214. "Stay logged in" : "保持登入狀態",
  215. "Alternative Logins" : "其他登入方法",
  216. "Use the following link to reset your password: {link}" : "請至以下連結重設您的密碼: {link}",
  217. "New password" : "新密碼",
  218. "New Password" : "新密碼",
  219. "Reset password" : "重設密碼",
  220. "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "嗨,<br><br>%s 與你分享了<strong>%s</strong>。<br><a href=\"%s\">檢視</a><br><br>",
  221. "This Nextcloud instance is currently in single user mode." : "這個 Nextcloud 伺服器目前運作於單一使用者模式",
  222. "This means only administrators can use the instance." : "這表示只有系統管理員能夠使用",
  223. "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員",
  224. "Thank you for your patience." : "感謝您的耐心",
  225. "Two-factor authentication" : "二階段認證",
  226. "Cancel log in" : "取消登入",
  227. "Use backup code" : "使用備用認證碼",
  228. "Error while validating your second factor" : "驗證二階段因子發生錯誤",
  229. "You are accessing the server from an untrusted domain." : "你正在從一個未信任的網域存取伺服器",
  230. "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php。",
  231. "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域",
  232. "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域",
  233. "App update required" : "需要更新應用程式",
  234. "%s will be updated to version %s" : "%s 將會更新至版本 %s",
  235. "These apps will be updated:" : "將會更新這些應用程式",
  236. "These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式",
  237. "The theme %s has been disabled." : "主題 %s 已經被停用",
  238. "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 目錄及資料目錄",
  239. "Start update" : "開始升級",
  240. "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
  241. "Detailed logs" : "詳細記錄檔",
  242. "Update needed" : "需要更新",
  243. "Please use the command line updater because you have a big instance." : "請使用命令列更新工具,因為您的服務規模較大",
  244. "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
  245. "This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理",
  246. "Error loading tags" : "載入標籤出錯",
  247. "Tag already exists" : "標籤已經存在",
  248. "Error deleting tag(s)" : "刪除標籤出錯",
  249. "Error tagging" : "貼標籤發生錯誤",
  250. "Error untagging" : "移除標籤失敗",
  251. "Error favoriting" : "加入最愛時出錯",
  252. "Error unfavoriting" : "從最愛移除出錯",
  253. "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s",
  254. "Sunday" : "週日",
  255. "Monday" : "週一",
  256. "Tuesday" : "週二",
  257. "Wednesday" : "週三",
  258. "Thursday" : "週四",
  259. "Friday" : "週五",
  260. "Saturday" : "週六",
  261. "Sun." : "日",
  262. "Mon." : "一",
  263. "Tue." : "二",
  264. "Wed." : "三",
  265. "Thu." : "四",
  266. "Fri." : "五",
  267. "Sat." : "六",
  268. "Su" : "日",
  269. "Mo" : "一",
  270. "Tu" : "二",
  271. "We" : "三",
  272. "Th" : "四",
  273. "Fr" : "五",
  274. "Sa" : "六",
  275. "January" : "一月",
  276. "February" : "二月",
  277. "March" : "三月",
  278. "April" : "四月",
  279. "May" : "五月",
  280. "June" : "六月",
  281. "July" : "七月",
  282. "August" : "八月",
  283. "September" : "九月",
  284. "October" : "十月",
  285. "November" : "十一月",
  286. "December" : "十二月",
  287. "Jan." : "一月",
  288. "Feb." : "二月",
  289. "Mar." : "三月",
  290. "Apr." : "四月",
  291. "May." : "五月",
  292. "Jun." : "六月",
  293. "Jul." : "七月",
  294. "Aug." : "八月",
  295. "Sep." : "九月",
  296. "Oct." : "十月",
  297. "Nov." : "十一月",
  298. "Dec." : "十二月",
  299. "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。<br/>如果不確定該怎麼做,請聯絡您的系統管理員。<br/>您確定要繼續嗎?",
  300. "Allow editing" : "允許編輯",
  301. "Hide file listing" : "隱藏檔案列表",
  302. "Sending ..." : "正在傳送…",
  303. "Email sent" : "Email 已寄出",
  304. "Send link via email" : "透過 email 寄送連結",
  305. "notify by email" : "以 email 通知",
  306. "can share" : "可分享",
  307. "create" : "建立",
  308. "change" : "更動",
  309. "delete" : "刪除",
  310. "{sharee} (at {server})" : "{sharee} (在 {server})",
  311. "Share with users…" : "分享給其他使用者…",
  312. "Share with users, groups or remote users…" : "分享給其他使用者、群組或遠端使用者…",
  313. "Share with users or groups…" : "分享給群組或使用者…",
  314. "Share with users or remote users…" : "分享給使用者或遠端使用者…",
  315. "Warning" : "警告",
  316. "Error while sending notification" : "發送通知錯誤",
  317. "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
  318. "Updating to {version}" : "正在更新到 {version}",
  319. "The update was successful. There were warnings." : "更新成功,有警告訊息",
  320. "No search results in other folders" : "在其他資料夾中沒有找到",
  321. "Two-step verification" : "二階段驗證",
  322. "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "您的帳號已啟用進階安全機制,請使用第二階段來認證",
  323. "Cancel login" : "取消登入",
  324. "Please authenticate using the selected factor." : "請以選擇的二階段方式認證",
  325. "An error occured while verifying the token" : "驗證 token 時發生錯誤"
  326. },
  327. "nplurals=1; plural=0;");