zh_CN.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "联合云共享",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "你想要添加远程共享 {名称} 来自 {所属}@{远程}?",
  6. "Remote share" : "远程分享",
  7. "Remote share password" : "远程分享密码",
  8. "Cancel" : "取消",
  9. "Add remote share" : "添加远程分享",
  10. "Copy" : "复制",
  11. "Copied!" : "已复制!",
  12. "Not supported!" : "不支持!",
  13. "Press ⌘-C to copy." : "请按 ⌘-C 键复制",
  14. "Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
  15. "Invalid Federated Cloud ID" : "联合云ID不正确",
  16. "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器分享功能",
  17. "Couldn't establish a federated share." : "无法建立一个远程分享",
  18. "Couldn't establish a federated share, maybe the password was wrong." : "无法建立分享,可能密码是错误的。",
  19. "Federated Share request was successful, you will receive a invitation. Check your notifications." : "联合共享请求已成功,您将会收到邀请信息,请检查您的通知。",
  20. "The mountpoint name contains invalid characters." : "挂载点的名称包含无效字符。",
  21. "Not allowed to create a federated share with the owner." : "不允许与所有者创建联合共享.",
  22. "Invalid or untrusted SSL certificate" : "无效或是不被信任的 SSL 证书",
  23. "Could not authenticate to remote share, password might be wrong" : "无法验证远程共享,可能是密码错误",
  24. "Storage not valid" : "存储不可用",
  25. "Federated Share successfully added" : "已成功添加联合共享",
  26. "Couldn't add remote share" : "无法添加远程共享",
  27. "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
  28. "Not allowed to create a federated share with the same user" : "不能给你自己分享文件",
  29. "File is already shared with %s" : "文件已经共享与 %s",
  30. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书.",
  31. "Could not find share" : "没有发现共享",
  32. "You received {share} as a remote share from {user}" : "您从 {user} 收到了 {share} 作为远程共享",
  33. "Accept" : "接受",
  34. "Decline" : "拒绝",
  35. "Share with me through my #Nextcloud Federated Cloud ID" : "通过我的#Nextcloud联合云ID与我共享",
  36. "Federated Cloud Sharing" : "联合云共享",
  37. "Open documentation" : "打开文档",
  38. "Allow users on this server to send shares to other servers" : "允许用户分享文件给其他服务器上的用户",
  39. "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收分享",
  40. "Search global and public address book for users" : "在全局和公开地址簿中寻找用户",
  41. "Federated Cloud" : "联合云",
  42. "Your Federated Cloud ID:" : "你的联合云ID:",
  43. "Share it:" : "分享它:",
  44. "Add to your website" : "添加到您的网站",
  45. "Share with me via Nextcloud" : "通过联合云与我共享",
  46. "HTML Code:" : "HTML 代码:",
  47. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。",
  48. "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你接收到 \"/%3$s\" 做为远程共享来自于 %1$s (代表 %2$s)",
  49. "You received \"/%3$s\" as a remote share from %1$s" : "你接收到 \"/%3$s\" 做为远程共享来自于 %1$s"
  50. },
  51. "nplurals=1; plural=0;");