diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-20 00:21:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-20 00:21:28 +0000 |
commit | bade66e33c838f74d4e300e49194d4aa424eafe0 (patch) | |
tree | 1580122a40113da5671a9288e1e5416b46720aa1 /apps/federation | |
parent | 017951f8624aec4a337f32c7249009d5afa04da6 (diff) | |
download | nextcloud-server-bade66e33c838f74d4e300e49194d4aa424eafe0.tar.gz nextcloud-server-bade66e33c838f74d4e300e49194d4aa424eafe0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federation')
-rw-r--r-- | apps/federation/l10n/zh_CN.js | 2 | ||||
-rw-r--r-- | apps/federation/l10n/zh_CN.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/federation/l10n/zh_CN.js b/apps/federation/l10n/zh_CN.js index 76ba46ea6e2..c9ddb13a48c 100644 --- a/apps/federation/l10n/zh_CN.js +++ b/apps/federation/l10n/zh_CN.js @@ -7,6 +7,8 @@ OC.L10N.register( "Could not add server" : "无法添加服务器", "Trusted servers" : "受信任服务器", "Federation" : "联合云", + "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." : "联合云允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合云共享的外部帐户。", + "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." : "联合允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合共享的外部帐户。无需将服务器添加为受信任的服务器即可创建联合共享。", "+ Add trusted server" : "+ 添加受信任服务器", "Trusted server" : "受信任服务器", "Add" : "添加", diff --git a/apps/federation/l10n/zh_CN.json b/apps/federation/l10n/zh_CN.json index 2e18c52c87a..b851a493b83 100644 --- a/apps/federation/l10n/zh_CN.json +++ b/apps/federation/l10n/zh_CN.json @@ -5,6 +5,8 @@ "Could not add server" : "无法添加服务器", "Trusted servers" : "受信任服务器", "Federation" : "联合云", + "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." : "联合云允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合云共享的外部帐户。", + "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." : "联合允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合共享的外部帐户。无需将服务器添加为受信任的服务器即可创建联合共享。", "+ Add trusted server" : "+ 添加受信任服务器", "Trusted server" : "受信任服务器", "Add" : "添加", |