You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_TW.php 1.0KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Local" => "本地",
  4. "Location" => "地點",
  5. "URL" => "URL",
  6. "Username" => "使用者名稱:",
  7. "Password" => "密碼",
  8. "Share" => "分享",
  9. "Access granted" => "允許存取",
  10. "Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤",
  11. "Grant access" => "允許存取",
  12. "Please provide a valid Dropbox app key and secret." => "請提供有效的 Dropbox app key 和 app secret 。",
  13. "Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤",
  14. "Saved" => "已儲存",
  15. "External Storage" => "外部儲存",
  16. "Folder name" => "資料夾名稱",
  17. "External storage" => "外部儲存",
  18. "Configuration" => "設定",
  19. "Options" => "選項",
  20. "Add storage" => "增加儲存區",
  21. "All Users" => "所有使用者",
  22. "Groups" => "群組",
  23. "Users" => "使用者",
  24. "Delete" => "刪除",
  25. "Enable User External Storage" => "啓用使用者外部儲存",
  26. "SSL root certificates" => "SSL 根憑證",
  27. "Import Root Certificate" => "匯入根憑證"
  28. );
  29. $PLURAL_FORMS = "nplurals=1; plural=0;";