nextcloud/apps/federation/l10n/zh_CN.js

19 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "添加到受信任服务器列表中",
"Server is already in the list of trusted servers." : "服务器已在受信任服务器列表中。",
"No server to federate with found" : "没有找到联合云服务器",
"Could not add server" : "无法添加服务器",
"Federation" : "联合云",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "联合云功能允许您连接其他受信任服务器以交换用户目录。",
"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." : "联合云功能允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联合。",
"Trusted servers" : "受信任服务器",
"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应用允许您连接其他受信任的服务器以交换用户目录。例如这将用于自动完成外部用户的联合共享。无需将服务器添加为受信任服务器即可创建联合共享。",
"Add server automatically once a federated share was created successfully" : "一旦联合云共享创建成功自动添加服务器",
"+ Add trusted server" : "+ 添加受信任服务器",
"Trusted server" : "受信任服务器",
"Add" : "添加"
},
"nplurals=1; plural=0;");