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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/l10n/zh_CN.js')
-rw-r--r--apps/federation/l10n/zh_CN.js16
1 files changed, 10 insertions, 6 deletions
diff --git a/apps/federation/l10n/zh_CN.js b/apps/federation/l10n/zh_CN.js
index a84f6350671..893dab97b1d 100644
--- a/apps/federation/l10n/zh_CN.js
+++ b/apps/federation/l10n/zh_CN.js
@@ -1,15 +1,19 @@
OC.L10N.register(
"federation",
{
- "Server added to the list of trusted ownClouds" : "服务器已成功添加至信任服务器列表。",
+ "Added to the list of trusted servers" : "添加到可信任服务器列表中",
"Server is already in the list of trusted servers." : "服务器在线,并已成功添加至信任服务器列表。",
- "No ownCloud server found" : "没有找到对应服务器",
+ "No server to federate with found" : "没有找到联盟服务器",
"Could not add server" : "无法添加服务器",
"Federation" : "联合",
- "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." : "联合云系统使您可以方便快速的和其他用户共享文件。",
+ "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." : "联盟允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联盟。",
"Add server automatically once a federated share was created successfully" : "一旦联合共享创建成功自动添加服务器",
- "Trusted ownCloud Servers" : "可信 ownCloud 服务器",
- "+ Add ownCloud server" : "+ 添加 ownCloud 服务器",
- "ownCloud Server" : "ownCloud 服务器"
+ "Trusted servers" : "可信任服务器",
+ "+ Add trusted server" : "+ 添加可信任服务器",
+ "Trusted server" : "可信任服务器",
+ "Add" : "添加",
+ "Trusted Servers" : "可信任服务器",
+ "+ Add Nextcloud server" : "+ 添加 Nextcloud 服务器 ",
+ "Nextcloud Server" : "Nextcloud 服务器"
},
"nplurals=1; plural=0;");