zh_TW.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not move %s - File with this name already exists" => "無法移動 %s - 同名的檔案已經存在",
  4. "Could not move %s" => "無法移動 %s",
  5. "Unable to set upload directory." => "無法設定上傳目錄。",
  6. "Invalid Token" => "無效的 token",
  7. "No file was uploaded. Unknown error" => "沒有檔案被上傳。未知的錯誤。",
  8. "There is no error, the file uploaded with success" => "無錯誤,檔案上傳成功",
  9. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:",
  10. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
  11. "The uploaded file was only partially uploaded" => "只有檔案的一部分被上傳",
  12. "No file was uploaded" => "沒有檔案被上傳",
  13. "Missing a temporary folder" => "找不到暫存資料夾",
  14. "Failed to write to disk" => "寫入硬碟失敗",
  15. "Not enough storage available" => "儲存空間不足",
  16. "Invalid directory." => "無效的資料夾。",
  17. "Files" => "檔案",
  18. "Unable to upload your file as it is a directory or has 0 bytes" => "無法上傳您的檔案因為它可能是一個目錄或檔案大小為0",
  19. "Not enough space available" => "沒有足夠的可用空間",
  20. "Upload cancelled." => "上傳已取消",
  21. "File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中。離開此頁面將會取消上傳。",
  22. "URL cannot be empty." => "URL 不能為空白。",
  23. "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "無效的資料夾名稱,'Shared' 的使用被 ownCloud 保留",
  24. "Error" => "錯誤",
  25. "Share" => "分享",
  26. "Delete permanently" => "永久刪除",
  27. "Rename" => "重新命名",
  28. "Pending" => "等候中",
  29. "{new_name} already exists" => "{new_name} 已經存在",
  30. "replace" => "取代",
  31. "suggest name" => "建議檔名",
  32. "cancel" => "取消",
  33. "replaced {new_name} with {old_name}" => "使用 {new_name} 取代 {old_name}",
  34. "undo" => "復原",
  35. "_Uploading %n file_::_Uploading %n files_" => array(""),
  36. "files uploading" => "檔案正在上傳中",
  37. "'.' is an invalid file name." => "'.' 是不合法的檔名。",
  38. "File name cannot be empty." => "檔名不能為空。",
  39. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 '\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 。",
  40. "Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
  41. "Your storage is almost full ({usedSpacePercent}%)" => "您的儲存空間快要滿了 ({usedSpacePercent}%)",
  42. "Your download is being prepared. This might take some time if the files are big." => "正在準備您的下載,若您的檔案較大,將會需要更多時間。",
  43. "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "無效的資料夾名稱,'Shared' 的使用被 ownCloud 保留",
  44. "Name" => "名稱",
  45. "Size" => "大小",
  46. "Modified" => "修改",
  47. "_%n folder_::_%n folders_" => array(""),
  48. "_%n file_::_%n files_" => array(""),
  49. "%s could not be renamed" => "無法重新命名 %s",
  50. "Upload" => "上傳",
  51. "File handling" => "檔案處理",
  52. "Maximum upload size" => "最大上傳檔案大小",
  53. "max. possible: " => "最大允許:",
  54. "Needed for multi-file and folder downloads." => "針對多檔案和目錄下載是必填的。",
  55. "Enable ZIP-download" => "啟用 Zip 下載",
  56. "0 is unlimited" => "0代表沒有限制",
  57. "Maximum input size for ZIP files" => "針對 ZIP 檔案最大輸入大小",
  58. "Save" => "儲存",
  59. "New" => "新增",
  60. "Text file" => "文字檔",
  61. "Folder" => "資料夾",
  62. "From link" => "從連結",
  63. "Deleted files" => "已刪除的檔案",
  64. "Cancel upload" => "取消上傳",
  65. "You don’t have write permissions here." => "您在這裡沒有編輯權。",
  66. "Nothing in here. Upload something!" => "這裡什麼也沒有,上傳一些東西吧!",
  67. "Download" => "下載",
  68. "Unshare" => "取消共享",
  69. "Delete" => "刪除",
  70. "Upload too large" => "上傳過大",
  71. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案已超過伺服器的最大檔案大小限制。",
  72. "Files are being scanned, please wait." => "正在掃描檔案,請稍等。",
  73. "Current scanning" => "目前掃描",
  74. "directory" => "目錄",
  75. "directories" => "目錄",
  76. "file" => "檔案",
  77. "files" => "檔案",
  78. "Upgrading filesystem cache..." => "正在升級檔案系統快取..."
  79. );
  80. $PLURAL_FORMS = "nplurals=1; plural=0;";