nextcloud/apps/files/l10n/zh_TW.php

55 lines
2.8 KiB
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "無錯誤,檔案上傳成功",
"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" => "只有部分檔案被上傳",
"No file was uploaded" => "無已上傳檔案",
"Missing a temporary folder" => "遺失暫存資料夾",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "寫入硬碟失敗",
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" => "取代",
"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}",
2012-09-01 04:04:00 +04:00
"generating ZIP-file, it may take some time." => "產生壓縮檔, 它可能需要一段時間.",
"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" => "關閉",
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." => "上傳取消",
"File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中. 離開此頁面將會取消上傳.",
2012-11-28 03:11:21 +04:00
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "無效的資料夾名稱. \"Shared\" 名稱已被 Owncloud 所保留使用",
"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" => "檔案處理",
2012-05-09 14:41:01 +04:00
"Maximum upload size" => "最大上傳容量",
2012-06-06 02:29:28 +04:00
"max. possible: " => "最大允許: ",
"Needed for multi-file and folder downloads." => "針對多檔案和目錄下載是必填的",
"Enable ZIP-download" => "啟用 Zip 下載",
"0 is unlimited" => "0代表沒有限制",
"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" => "資料夾",
"Upload" => "上傳",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "取消上傳",
2012-05-09 14:41:01 +04:00
"Nothing in here. Upload something!" => "沒有任何東西。請上傳內容!",
"Download" => "下載",
"Upload too large" => "上傳過大",
2012-06-06 02:29:28 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "你試圖上傳的檔案已超過伺服器的最大容量限制。 ",
"Files are being scanned, please wait." => "正在掃描檔案,請稍等。",
"Current scanning" => "目前掃描"
2012-05-09 14:41:01 +04:00
);