zh_CN.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Please provide a valid Dropbox app key and secret." : "请提供有效的Dropbox应用key和secret",
  5. "Step 1 failed. Exception: %s" : "步骤 1 失败。异常:%s",
  6. "Step 2 failed. Exception: %s" : "步骤 2 失败。异常:%s",
  7. "External storage" : "外部存储",
  8. "Local" : "本地",
  9. "Location" : "地点",
  10. "Amazon S3" : "Amazon S3",
  11. "Amazon S3 and compliant" : "Amazon S3 和兼容协议",
  12. "Access Key" : "访问密钥",
  13. "Secret Key" : "秘钥",
  14. "Port" : "端口",
  15. "Region" : "地区",
  16. "Enable SSL" : "启用 SSL",
  17. "Enable Path Style" : "启用 Path Style",
  18. "Host" : "主机",
  19. "Username" : "用户名",
  20. "Password" : "密码",
  21. "Remote subfolder" : "远程子文件夹",
  22. "Secure ftps://" : "安全 ftps://",
  23. "OpenStack Object Storage" : "OpenStack 对象存储",
  24. "Share" : "共享",
  25. "SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登录信息",
  26. "URL" : "URL",
  27. "Secure https://" : "安全 https://",
  28. "Access granted" : "权限已授予。",
  29. "Error configuring Dropbox storage" : "配置Dropbox存储时出错",
  30. "Grant access" : "授权",
  31. "Error configuring Google Drive storage" : "配置Google Drive存储时出错",
  32. "Personal" : "个人",
  33. "System" : "系统",
  34. "Saved" : "已保存",
  35. "<b>Note:</b> " : "<b>注意:</b>",
  36. "Name" : "名称",
  37. "Storage type" : "存储类型",
  38. "Scope" : "适用范围",
  39. "External Storage" : "外部存储",
  40. "Folder name" : "目录名称",
  41. "Configuration" : "配置",
  42. "Available for" : "可用于",
  43. "Add storage" : "增加存储",
  44. "Delete" : "删除",
  45. "Enable User External Storage" : "启用用户外部存储",
  46. "Allow users to mount the following external storage" : "允许用户挂载以下外部存储"
  47. },
  48. "nplurals=1; plural=0;");