nextcloud/apps/files/l10n/zh_TW.php

72 lines
4.0 KiB
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2013-01-20 03:06:40 +04:00
"Upload" => "上傳",
2013-01-11 03:06:14 +04:00
"Could not move %s - File with this name already exists" => "無法移動 %s - 同名的檔案已經存在",
"Could not move %s" => "無法移動 %s",
"Unable to rename file" => "無法重新命名檔案",
"No file was uploaded. Unknown error" => "沒有檔案被上傳。未知的錯誤。",
2012-05-09 14:41:01 +04:00
"There is no error, the file uploaded with success" => "無錯誤,檔案上傳成功",
2013-01-10 03:05:53 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:",
2013-01-11 03:06:14 +04:00
"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" => "只有檔案的一部分被上傳",
2012-05-09 14:41:01 +04:00
"No file was uploaded" => "無已上傳檔案",
"Missing a temporary folder" => "遺失暫存資料夾",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "寫入硬碟失敗",
2013-01-10 03:05:53 +04:00
"Not enough space available" => "沒有足夠的可用空間",
"Invalid directory." => "無效的資料夾。",
2012-05-09 14:41:01 +04:00
"Files" => "檔案",
2012-11-03 03:02:24 +04:00
"Unshare" => "取消共享",
2012-07-30 04:05:41 +04:00
"Delete" => "刪除",
2012-11-03 03:02:24 +04:00
"Rename" => "重新命名",
2012-11-28 03:11:21 +04:00
"{new_name} already exists" => "{new_name} 已經存在",
2012-09-01 04:04:00 +04:00
"replace" => "取代",
2013-01-10 03:05:53 +04:00
"suggest name" => "建議檔名",
2012-09-01 04:04:00 +04:00
"cancel" => "取消",
2012-11-28 03:11:21 +04:00
"replaced {new_name}" => "已取代 {new_name}",
"undo" => "復原",
"replaced {new_name} with {old_name}" => "使用 {new_name} 取代 {old_name}",
2013-01-11 03:06:14 +04:00
"unshared {files}" => "已取消分享 {files}",
2013-01-10 03:05:53 +04:00
"deleted {files}" => "已刪除 {files}",
"'.' is an invalid file name." => "'.' 是不合法的檔名。",
"File name cannot be empty." => "檔名不能為空。",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 '\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 。",
2013-01-24 03:07:38 +04:00
"Your download is being prepared. This might take some time if the files are big." => "正在準備您的下載,若您的檔案較大,將會需要更多時間。",
2012-09-01 04:04:00 +04:00
"Unable to upload your file as it is a directory or has 0 bytes" => "無法上傳您的檔案因為它可能是一個目錄或檔案大小為0",
"Upload Error" => "上傳發生錯誤",
2012-11-14 03:03:38 +04:00
"Close" => "關閉",
2013-01-10 03:05:53 +04:00
"Pending" => "等候中",
2012-11-28 03:11:21 +04:00
"1 file uploading" => "1 個檔案正在上傳",
"{count} files uploading" => "{count} 個檔案正在上傳",
2012-09-01 04:04:00 +04:00
"Upload cancelled." => "上傳取消",
2013-01-11 03:06:14 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中。離開此頁面將會取消上傳。",
"URL cannot be empty." => "URL 不能為空白.",
2013-01-10 03:05:53 +04:00
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "無效的資料夾名稱,'Shared' 的使用被 Owncloud 保留",
"{count} files scanned" => "{count} 個檔案已掃描",
2012-11-28 03:11:21 +04:00
"error while scanning" => "掃描時發生錯誤",
2012-09-26 15:22:37 +04:00
"Name" => "名稱",
2012-06-06 02:29:28 +04:00
"Size" => "大小",
"Modified" => "修改",
2012-11-28 03:11:21 +04:00
"1 folder" => "1 個資料夾",
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
"{count} files" => "{count} 個檔案",
2012-06-06 02:29:28 +04:00
"File handling" => "檔案處理",
2013-01-11 03:06:14 +04:00
"Maximum upload size" => "最大上傳檔案大小",
"max. possible: " => "最大允許:",
"Needed for multi-file and folder downloads." => "針對多檔案和目錄下載是必填的。",
2012-06-06 02:29:28 +04:00
"Enable ZIP-download" => "啟用 Zip 下載",
"0 is unlimited" => "0代表沒有限制",
2013-01-11 03:06:14 +04:00
"Maximum input size for ZIP files" => "針對 ZIP 檔案最大輸入大小",
2012-11-03 03:02:24 +04:00
"Save" => "儲存",
2012-05-09 14:41:01 +04:00
"New" => "新增",
"Text file" => "文字檔",
"Folder" => "資料夾",
2013-01-10 03:05:53 +04:00
"From link" => "從連結",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "取消上傳",
2013-01-11 03:06:14 +04:00
"Nothing in here. Upload something!" => "沒有任何東西。請上傳內容!",
2012-05-09 14:41:01 +04:00
"Download" => "下載",
"Upload too large" => "上傳過大",
2013-01-11 03:06:14 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案已超過伺服器的最大檔案大小限制。 ",
2012-06-06 02:29:28 +04:00
"Files are being scanned, please wait." => "正在掃描檔案,請稍等。",
"Current scanning" => "目前掃描"
2012-05-09 14:41:01 +04:00
);