Blame view
sources/apps/files/l10n/zh_TW.php
6.02 KB
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "無法移動 %s ,同名的檔案已經存在", |
|
03e52840d
|
4 |
"Could not move %s" => "無法移動 %s", |
|
31b7f2792
|
5 6 7 8 9 10 11 12 13 14 15 16 17 |
"File name cannot be empty." => "檔名不能為空", "File name must not contain \"/\". Please choose a different name." => "檔名不能包含 \"/\" ,請選其他名字", "The name %s is already used in the folder %s. Please choose a different name." => "%s 已經被使用於資料夾 %s ,請換一個名字", "Not a valid source" => "不是有效的來源", "Error while downloading %s to %s" => "下載 %s 到 %s 失敗", "Error when creating the file" => "建立檔案失敗", "Folder name cannot be empty." => "資料夾名稱不能留空", "Folder name must not contain \"/\". Please choose a different name." => "資料夾名稱不能包含 \"/\" ,請選其他名字", "Error when creating the folder" => "建立資料夾失敗", "Unable to set upload directory." => "無法設定上傳目錄", "Invalid Token" => "無效的 token", "No file was uploaded. Unknown error" => "沒有檔案被上傳,原因未知", "There is no error, the file uploaded with success" => "一切都順利,檔案上傳成功", |
|
03e52840d
|
18 19 20 |
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", "The uploaded file was only partially uploaded" => "只有檔案的一部分被上傳", |
|
31b7f2792
|
21 22 |
"No file was uploaded" => "沒有檔案被上傳", "Missing a temporary folder" => "找不到暫存資料夾", |
|
03e52840d
|
23 24 |
"Failed to write to disk" => "寫入硬碟失敗", "Not enough storage available" => "儲存空間不足", |
|
31b7f2792
|
25 26 27 |
"Upload failed. Could not get file info." => "上傳失敗,無法取得檔案資訊", "Upload failed. Could not find uploaded file" => "上傳失敗,找不到上傳的檔案", "Invalid directory." => "無效的資料夾", |
|
03e52840d
|
28 |
"Files" => "檔案", |
|
31b7f2792
|
29 30 31 32 33 34 35 36 37 38 |
"Unable to upload {filename} as it is a directory or has 0 bytes" => "因為 {filename} 是個目錄或是大小為零,所以無法上傳",
"Not enough space available" => "沒有足夠的可用空間",
"Upload cancelled." => "上傳已取消",
"Could not get result from server." => "無法從伺服器取回結果",
"File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中,離開此頁面將會取消上傳。",
"URL cannot be empty" => "URL 不能留空",
"In the home folder 'Shared' is a reserved filename" => "在家目錄中不能使用「共享」作為檔名",
"{new_name} already exists" => "{new_name} 已經存在",
"Could not create file" => "無法建立檔案",
"Could not create folder" => "無法建立資料夾",
|
|
03e52840d
|
39 40 |
"Share" => "分享", "Delete permanently" => "永久刪除", |
|
03e52840d
|
41 42 |
"Rename" => "重新命名", "Pending" => "等候中", |
|
31b7f2792
|
43 |
"Could not rename file" => "無法重新命名", |
|
03e52840d
|
44 45 |
"replaced {new_name} with {old_name}" => "使用 {new_name} 取代 {old_name}",
"undo" => "復原",
|
|
31b7f2792
|
46 47 48 49 50 51 |
"_%n folder_::_%n folders_" => array("%n 個資料夾"),
"_%n file_::_%n files_" => array("%n 個檔案"),
"{dirs} and {files}" => "{dirs} 和 {files}",
"_Uploading %n file_::_Uploading %n files_" => array("%n 個檔案正在上傳"),
"'.' is an invalid file name." => "'.' 是不合法的檔名",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元",
|
|
03e52840d
|
52 53 |
"Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
"Your storage is almost full ({usedSpacePercent}%)" => "您的儲存空間快要滿了 ({usedSpacePercent}%)",
|
|
31b7f2792
|
54 55 56 |
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "無效的檔案加密私鑰,請在個人設定中更新您的私鑰密語以存取加密的檔案。", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密已經被停用,但是您的舊檔案還是處於已加密的狀態,請前往個人設定以解密這些檔案。", |
|
03e52840d
|
57 |
"Your download is being prepared. This might take some time if the files are big." => "正在準備您的下載,若您的檔案較大,將會需要更多時間。", |
|
31b7f2792
|
58 59 |
"Error moving file" => "移動檔案失敗", "Error" => "錯誤", |
|
03e52840d
|
60 61 |
"Name" => "名稱", "Size" => "大小", |
|
31b7f2792
|
62 63 |
"Modified" => "修改時間", "%s could not be renamed" => "無法重新命名 %s", |
|
03e52840d
|
64 65 |
"Upload" => "上傳", "File handling" => "檔案處理", |
|
31b7f2792
|
66 |
"Maximum upload size" => "上傳限制", |
|
03e52840d
|
67 |
"max. possible: " => "最大允許:", |
|
31b7f2792
|
68 69 |
"Needed for multi-file and folder downloads." => "下載多檔案和目錄時,此項是必填的。", "Enable ZIP-download" => "啟用 ZIP 下載", |
|
03e52840d
|
70 |
"0 is unlimited" => "0代表沒有限制", |
|
31b7f2792
|
71 |
"Maximum input size for ZIP files" => "ZIP 壓縮前的原始大小限制", |
|
03e52840d
|
72 73 74 75 76 |
"Save" => "儲存", "New" => "新增", "Text file" => "文字檔", "Folder" => "資料夾", "From link" => "從連結", |
|
31b7f2792
|
77 |
"Deleted files" => "回收桶", |
|
03e52840d
|
78 |
"Cancel upload" => "取消上傳", |
|
31b7f2792
|
79 80 |
"You don’t have permission to upload or create files here" => "您沒有權限在這裡上傳或建立檔案", "Nothing in here. Upload something!" => "這裡還沒有東西,上傳一些吧!", |
|
03e52840d
|
81 |
"Download" => "下載", |
|
0f30ed153
|
82 |
"Unshare" => "取消分享", |
|
31b7f2792
|
83 |
"Delete" => "刪除", |
|
03e52840d
|
84 |
"Upload too large" => "上傳過大", |
|
31b7f2792
|
85 |
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案大小超過伺服器的限制。", |
|
03e52840d
|
86 |
"Files are being scanned, please wait." => "正在掃描檔案,請稍等。", |
|
31b7f2792
|
87 88 |
"Current scanning" => "正在掃描", "Upgrading filesystem cache..." => "正在升級檔案系統快取…" |
|
03e52840d
|
89 |
); |
|
31b7f2792
|
90 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |