diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:03 +0000 |
commit | 595412fb5ea2ff0ff2c8a88a22809869c677c44b (patch) | |
tree | ff03e940a5f418b88b6bca2afbd01157ef031e5d /apps/federatedfilesharing/l10n/zh_CN.js | |
parent | 78c5a0094ea9f69042522a0e14729aa2cb40a332 (diff) | |
download | nextcloud-server-595412fb5ea2ff0ff2c8a88a22809869c677c44b.tar.gz nextcloud-server-595412fb5ea2ff0ff2c8a88a22809869c677c44b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federatedfilesharing/l10n/zh_CN.js')
-rw-r--r-- | apps/federatedfilesharing/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/federatedfilesharing/l10n/zh_CN.js b/apps/federatedfilesharing/l10n/zh_CN.js index 9995a2f1de7..e5fee2479e1 100644 --- a/apps/federatedfilesharing/l10n/zh_CN.js +++ b/apps/federatedfilesharing/l10n/zh_CN.js @@ -1,12 +1,12 @@ OC.L10N.register( "federatedfilesharing", { - "Do you want to add the remote share {name} from {owner}@{remote}?" : "您想要添加来自 {owner}@{remote} 的远程共享 {name} 吗?", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "您想要添加来自{owner}@{remote}的远程共享{name}吗?", "Remote share" : "远程共享", "Remote share password" : "远程共享密码", "Cancel" : "取消", "Add remote share" : "添加远程共享", - "Invalid Federated Cloud ID" : "联合云 ID 不正确", + "Invalid Federated Cloud ID" : "联合云ID不正确", "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器共享功能", "Couldn't establish a federated share." : "无法建立一个联合云共享", "Couldn't establish a federated share, maybe the password was wrong." : "无法建立联合云共享,可能密码是错误的。", @@ -15,7 +15,7 @@ OC.L10N.register( "It is not allowed to send federated group shares from this server." : "不允许从此服务器发送联合云分组共享。", "Sharing %1$s failed, because this item is already shared with user %2$s" : "分享 %1$s 失败,因为该项目已经和用户 %2$s 进行了分享", "Not allowed to create a federated share with the same user" : "不能给您自己共享文件", - "Federated shares require read permissions" : "联邦式共享需要读取权限", + "Federated shares require read permissions" : "联合共享需要读取权限", "File is already shared with %s" : "文件已经共享与 %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %1$s 失败,无法找到 %2$s,可能该服务器当前无法访问或者使用了自签名证书。", "Could not find share" : "没有发现共享", @@ -28,7 +28,7 @@ OC.L10N.register( "Sharing" : "共享", "Federated file sharing" : "联合云文件共享", "Provide federated file sharing across servers" : "在服务器间提供联合云文件共享", - "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "调整人们在服务器之间的共享方式。这也包括该服务器上使用联邦共享的用户之间的共享。", + "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "调整人们在服务器之间的共享方式。这也包括该服务器上使用联合共享的用户之间的共享。", "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "允许此服务器上的用户将共享发送到其他服务器(此选项还允许 WebDAV 访问公共共享)", "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收共享", "Allow users on this server to send shares to groups on other servers" : "允许此服务器上的用户向其他服务器上的分组发送共享", |