zh_CN.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Step 1 failed. Exception: %s" : "步骤 1 失败。异常:%s",
  5. "Step 2 failed. Exception: %s" : "步骤 2 失败。异常:%s",
  6. "External storage" : "外部存储",
  7. "Personal" : "个人",
  8. "System" : "系统",
  9. "Grant access" : "授权",
  10. "Access granted" : "权限已授予。",
  11. "Enable encryption" : "启用加密",
  12. "Saved" : "已保存",
  13. "Saving..." : "保存中...",
  14. "Save" : "保存",
  15. "Username" : "用户名",
  16. "Password" : "密码",
  17. "None" : "无",
  18. "API key" : "API密匙",
  19. "Amazon S3" : "Amazon S3",
  20. "Port" : "端口",
  21. "Region" : "地区",
  22. "Enable SSL" : "启用 SSL",
  23. "Enable Path Style" : "启用 Path Style",
  24. "WebDAV" : "WebDAV",
  25. "URL" : "URL",
  26. "Remote subfolder" : "远程子文件夹",
  27. "Secure https://" : "安全 https://",
  28. "Host" : "主机",
  29. "Secure ftps://" : "安全 ftps://",
  30. "Local" : "本地",
  31. "Location" : "地点",
  32. "ownCloud" : "ownCloud",
  33. "Root" : "根路径",
  34. "Share" : "共享",
  35. "SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登录信息",
  36. "OpenStack Object Storage" : "OpenStack 对象存储",
  37. "<b>Note:</b> " : "<b>注意:</b>",
  38. "Name" : "名称",
  39. "Storage type" : "存储类型",
  40. "Scope" : "适用范围",
  41. "External Storage" : "外部存储",
  42. "Folder name" : "目录名称",
  43. "Configuration" : "配置",
  44. "Available for" : "可用于",
  45. "Add storage" : "增加存储",
  46. "Delete" : "删除",
  47. "Allow users to mount the following external storage" : "允许用户挂载以下外部存储"
  48. },
  49. "nplurals=1; plural=0;");