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.6KB

1234567891011121314151617
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Added to the list of trusted servers" : "添加到受信任服务器列表中",
  5. "Server is already in the list of trusted servers." : "服务器已在受信任服务器列表中。",
  6. "No server to federate with found" : "没有找到联合云服务器",
  7. "Could not add server" : "无法添加服务器",
  8. "Trusted servers" : "受信任服务器",
  9. "Federation" : "联合云",
  10. "+ Add trusted server" : "+ 添加受信任服务器",
  11. "Trusted server" : "受信任服务器",
  12. "Add" : "添加",
  13. "Federation allows you to connect with other trusted servers to exchange the user directory." : "联合云功能允许您连接其他受信任服务器以交换用户目录。",
  14. "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合云功能允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联合。",
  15. "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合云(Federation)应用允许您连接其他受信任的服务器以交换用户目录。例如,这将用于自动完成外部用户的联合共享。无需将服务器添加为受信任服务器即可创建联合共享。"
  16. },
  17. "nplurals=1; plural=0;");