Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7969214099ca49eaaf168c32e8e524e2575365a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;");