zh_TW.php 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?php $TRANSLATIONS = array(
  2. "Help" => "說明",
  3. "Personal" => "個人",
  4. "Settings" => "設定",
  5. "Users" => "使用者",
  6. "Apps" => "應用程式",
  7. "Admin" => "管理",
  8. "ZIP download is turned off." => "ZIP 下載已關閉",
  9. "Files need to be downloaded one by one." => "檔案需要逐一下載",
  10. "Back to Files" => "回到檔案列表",
  11. "Selected files too large to generate zip file." => "選擇的檔案太大以致於無法產生壓縮檔",
  12. "Application is not enabled" => "應用程式未啟用",
  13. "Authentication error" => "認證錯誤",
  14. "Token expired. Please reload page." => "Token 過期. 請重新整理頁面",
  15. "seconds ago" => "幾秒前",
  16. "1 minute ago" => "1 分鐘前",
  17. "%d minutes ago" => "%d 分鐘前",
  18. "today" => "今天",
  19. "yesterday" => "昨天",
  20. "%d days ago" => "%d 天前",
  21. "last month" => "上個月",
  22. "months ago" => "幾個月前",
  23. "last year" => "去年",
  24. "years ago" => "幾年前",
  25. "%s is available. Get <a href=\"%s\">more information</a>" => "%s 已經可用. 取得 <a href=\"%s\">更多資訊</a>",
  26. "up to date" => "最新的",
  27. "updates check is disabled" => "檢查更新已停用"
  28. );