nextcloud/apps/federation/l10n/zh_CN.js

12 lines
723 B
JavaScript

OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "服务器已成功添加至信任服务器列表。",
"Server is already in the list of trusted servers." : "服务器在线,并已成功添加至信任服务器列表。",
"No ownCloud server 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." : "联合云系统使您可以方便快速的和其他用户共享文件。"
},
"nplurals=1; plural=0;");