zh_TW.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "External storage" : "外部儲存",
  5. "Username" : "使用者名稱",
  6. "Host" : "主機",
  7. "Share" : "分享",
  8. "Personal" : "個人",
  9. "System" : "系統",
  10. "Grant access" : "允許存取",
  11. "Access granted" : "允許存取",
  12. "Saved" : "已儲存",
  13. "None" : "無",
  14. "Password" : "密碼",
  15. "Amazon S3" : "Amazon S3",
  16. "Port" : "連接埠",
  17. "Region" : "地區",
  18. "Enable SSL" : "啟用 SSL",
  19. "WebDAV" : "WebDAV",
  20. "URL" : "URL",
  21. "Local" : "本地",
  22. "Location" : "地點",
  23. "ownCloud" : "ownCloud",
  24. "<b>Note:</b> " : "<b>警告:</b> ",
  25. "<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 。請洽您的系統管理員將其安裝並啓用。",
  26. "<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,請洽您的系統管理員將其安裝並啓用。",
  27. "<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。請洽您的系統管理員將其安裝並啓用。",
  28. "Name" : "名稱",
  29. "External Storage" : "外部儲存",
  30. "Folder name" : "資料夾名稱",
  31. "Configuration" : "設定",
  32. "Available for" : "可用的",
  33. "Delete" : "刪除",
  34. "Add storage" : "增加儲存區",
  35. "Enable User External Storage" : "啓用使用者外部儲存",
  36. "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存"
  37. },
  38. "nplurals=1; plural=0;");