zh_TW.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "無錯誤,檔案上傳成功",
  3. "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上傳的檔案超過了 php.ini 中的 upload_max_filesize 設定",
  4. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上傳黨案的超過 HTML 表單中指定 MAX_FILE_SIZE 限制",
  5. "The uploaded file was only partially uploaded" => "只有部分檔案被上傳",
  6. "No file was uploaded" => "無已上傳檔案",
  7. "Missing a temporary folder" => "遺失暫存資料夾",
  8. "Failed to write to disk" => "寫入硬碟失敗",
  9. "Files" => "檔案",
  10. "Size" => "大小",
  11. "Modified" => "修改",
  12. "File handling" => "檔案處理",
  13. "Maximum upload size" => "最大上傳容量",
  14. "max. possible: " => "最大允許: ",
  15. "Needed for multi-file and folder downloads." => "針對多檔案和目錄下載是必填的",
  16. "Enable ZIP-download" => "啟用 Zip 下載",
  17. "0 is unlimited" => "0代表沒有限制",
  18. "Maximum input size for ZIP files" => "針對ZIP檔案最大輸入大小",
  19. "New" => "新增",
  20. "Text file" => "文字檔",
  21. "Folder" => "資料夾",
  22. "From url" => "由 url ",
  23. "Upload" => "上傳",
  24. "Cancel upload" => "取消上傳",
  25. "Nothing in here. Upload something!" => "沒有任何東西。請上傳內容!",
  26. "Name" => "名稱",
  27. "Share" => "分享",
  28. "Download" => "下載",
  29. "Delete" => "刪除",
  30. "Upload too large" => "上傳過大",
  31. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "你試圖上傳的檔案已超過伺服器的最大容量限制。 ",
  32. "Files are being scanned, please wait." => "正在掃描檔案,請稍等。",
  33. "Current scanning" => "目前掃描"
  34. );