You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.js 1.0KB

123456789101112131415
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Server added to the list of trusted ownClouds" : "服务器已成功添加至信任服务器列表。",
  5. "Server is already in the list of trusted servers." : "服务器在线,并已成功添加至信任服务器列表。",
  6. "No ownCloud server found" : "没有找到对应服务器",
  7. "Could not add server" : "无法添加服务器",
  8. "Federation" : "联合",
  9. "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合云系统使您可以方便快速的和其他用户共享文件。",
  10. "Add server automatically once a federated share was created successfully" : "一旦联合共享创建成功自动添加服务器",
  11. "Trusted ownCloud Servers" : "可信 ownCloud 服务器",
  12. "+ Add ownCloud server" : "+ 添加 ownCloud 服务器",
  13. "ownCloud Server" : "ownCloud 服务器"
  14. },
  15. "nplurals=1; plural=0;");