0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-04 03:57:28 +00:00
nextcloud_server/apps/federation/l10n/zh_CN.js
Nextcloud bot 6118649d54
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-05 00:22:05 +00:00

21 lines
2 KiB
JavaScript

OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "添加到受信任服务器列表中",
"No server found with ID: %s" : "未找到此 ID 的服务器:%s",
"Could not remove server" : "无法移除服务器",
"Server is already in the list of trusted servers." : "服务器已在受信任服务器列表中。",
"No server to federate with found" : "没有找到联合云服务器",
"Could not add server" : "无法添加服务器",
"Trusted servers" : "受信任服务器",
"Federation" : "联合云",
"Federation allows you to connect with other trusted servers to exchange the account directory." : "联合允许您与其他受信任的服务器连接以交换账号目录。",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "联合云允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合云共享的外部帐户。",
"External documentation for Federated Cloud Sharing" : "联合云共享的外部文档",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合允许您与其他受信任的服务器连接以交换账号目录。例如,这将用于自动完成联合共享的外部账号。无需将服务器添加为受信任的服务器即可创建联合共享。",
"Each server must validate the other. This process may require a few cron cycles." : "每个服务器都必须验证其他服务器,此过程可能需要几个 cron 周期。",
"+ Add trusted server" : "+ 添加受信任服务器",
"Trusted server" : "受信任服务器",
"Add" : "添加"
},
"nplurals=1; plural=0;");