zh_TW.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Please provide a valid Dropbox app key and secret." : "請提供有效的 Dropbox app key 和 app secret 。",
  5. "External storage" : "外部儲存",
  6. "Local" : "本地",
  7. "Location" : "地點",
  8. "Amazon S3" : "Amazon S3",
  9. "Key" : "鑰",
  10. "Secret" : "密",
  11. "Secret Key" : "密鑰",
  12. "Port" : "連接埠",
  13. "Region" : "地區",
  14. "Enable SSL" : "啟用 SSL",
  15. "Host" : "主機",
  16. "Username" : "使用者名稱",
  17. "Password" : "密碼",
  18. "Share" : "分享",
  19. "URL" : "URL",
  20. "Access granted" : "允許存取",
  21. "Error configuring Dropbox storage" : "設定 Dropbox 儲存時發生錯誤",
  22. "Grant access" : "允許存取",
  23. "Error configuring Google Drive storage" : "設定 Google Drive 儲存時發生錯誤",
  24. "Personal" : "個人",
  25. "System" : "系統",
  26. "Saved" : "已儲存",
  27. "<b>Note:</b> " : "<b>警告:</b> ",
  28. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告:</b> PHP 並未啓用 Curl 的支援,因此無法掛載 %s 。請洽您的系統管理員將其安裝並啓用。",
  29. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>:PHP 並未啓用 FTP 的支援,因此無法掛載 %s,請洽您的系統管理員將其安裝並啓用。",
  30. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。",
  31. "Name" : "名稱",
  32. "External Storage" : "外部儲存",
  33. "Folder name" : "資料夾名稱",
  34. "Configuration" : "設定",
  35. "Available for" : "可用的",
  36. "Add storage" : "增加儲存區",
  37. "Delete" : "刪除",
  38. "Enable User External Storage" : "啓用使用者外部儲存",
  39. "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存"
  40. },
  41. "nplurals=1; plural=0;");