zh_CN.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "您想要添加来自 {owner}@{remote} 的远程共享 {name} 吗?",
  5. "Remote share" : "远程共享",
  6. "Remote share password" : "远程共享密码",
  7. "Cancel" : "取消",
  8. "Add remote share" : "添加远程共享",
  9. "Copy" : "复制",
  10. "Copied!" : "已复制!",
  11. "Not supported!" : "不支持!",
  12. "Press ⌘-C to copy." : "请按 ⌘-C 键复制",
  13. "Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
  14. "Invalid Federated Cloud ID" : "联合云 ID 不正确",
  15. "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器共享功能",
  16. "Couldn't establish a federated share." : "无法建立一个远程共享",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "无法建立共享,可能密码是错误的。",
  18. "Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!您将收到邀请。注意留意您的通知提醒。",
  19. "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "无法建立联合共享,可能是要联合的服务器版本太旧(Nextcloud <= 9)。",
  20. "It is not allowed to send federated group shares from this server." : "不允许从此服务器发送联合分组共享。",
  21. "Sharing %1$s failed, because this item is already shared with %2$s" : "共享 %1$s 失败,因为该项已经共享给 %2$s",
  22. "Not allowed to create a federated share with the same user" : "不能给您自己共享文件",
  23. "File is already shared with %s" : "文件已经共享与 %s",
  24. "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %1$s 失败,无法找到 %2$s,可能该服务器当前无法访问或者使用了自签名证书。",
  25. "Could not find share" : "没有发现共享",
  26. "Federated sharing" : "联合云共享",
  27. "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "您收到“%3$s\"做为远程共享从”%1$s(代表\"%2$s)",
  28. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "您得到 {share} 是从 {user} 做为远程共享(代替 {behalf} )",
  29. "You received \"%3$s\" as a remote share from %1$s" : "您从“%1$s\"得到\"%3$s\"做为远程共享",
  30. "You received {share} as a remote share from {user}" : "您从 {user} 收到了 {share} 作为远程共享",
  31. "Accept" : "接受",
  32. "Decline" : "拒绝",
  33. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云 ID,共享给我,看%s",
  34. "Share with me through my #Nextcloud Federated Cloud ID" : "通过我的 #Nextcloud 联合云 ID 与我共享",
  35. "Sharing" : "共享",
  36. "Federated file sharing" : "联合文件共享",
  37. "Provide federated file sharing across servers" : "在服务器间提供联合文件共享",
  38. "Federated Cloud Sharing" : "联合云共享",
  39. "Open documentation" : "打开文档",
  40. "Adjust how people can share between servers." : "调整人们如何在服务器之间共享。",
  41. "Allow users on this server to send shares to other servers" : "允许用户共享文件给其他服务器上的用户",
  42. "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收共享",
  43. "Allow users on this server to send shares to groups on other servers" : "允许此服务器上的用户向其他服务器上的分组发送共享",
  44. "Allow users on this server to receive group shares from other servers" : "允许此服务器上的用户接收其他服务器的分组共享",
  45. "Search global and public address book for users" : "在全局和公开地址簿中寻找用户",
  46. "Allow users to publish their data to a global and public address book" : "允许用户将其数据发布到全球和公共通讯录",
  47. "Federated Cloud" : "联合云",
  48. "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以和使用了Nextcloud服务器或其他兼容Open Cloud Mesh(OCM)的服务器和服务的任何人共享!只需将他们的联合云 ID 放在共享对话框中。联合云 ID 看起来像 person@cloud.example.com",
  49. "Your Federated Cloud ID:" : "您的联合云 ID:",
  50. "Share it so your friends can share files with you:" : "使用共享,以便您的朋友可以与您共享文件:",
  51. "Add to your website" : "添加到您的网站",
  52. "Share with me via Nextcloud" : "通过联合云与我共享",
  53. "HTML Code:" : "HTML 代码:",
  54. "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
  55. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败,无法找到 %s,可能该服务器当前无法访问或者使用自签名证书。"
  56. },
  57. "nplurals=1; plural=0;");