diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:17 +0000 |
commit | 374427b91de7446eb4bfae4a480ff3f1994c07b0 (patch) | |
tree | 73af9181527764749a339540930bb9cd6b2a85ad /apps/federatedfilesharing/l10n/zh_HK.js | |
parent | 8031c6919cc718788ab0d4b7460ddbf5fee3a004 (diff) | |
download | nextcloud-server-374427b91de7446eb4bfae4a480ff3f1994c07b0.tar.gz nextcloud-server-374427b91de7446eb4bfae4a480ff3f1994c07b0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federatedfilesharing/l10n/zh_HK.js')
-rw-r--r-- | apps/federatedfilesharing/l10n/zh_HK.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/l10n/zh_HK.js b/apps/federatedfilesharing/l10n/zh_HK.js index b75ffa0a5c4..1f3828afe09 100644 --- a/apps/federatedfilesharing/l10n/zh_HK.js +++ b/apps/federatedfilesharing/l10n/zh_HK.js @@ -13,6 +13,8 @@ OC.L10N.register( "Federated Share request sent, you will receive an invitation. Check your notifications." : "聯合雲分享 請求發送成功!您將收到邀請。注意您的通知提醒。", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "無法建立聯合雲分享 ,可能是要聯合的伺服器版本太舊(Nextcloud <= 9)。", "It is not allowed to send federated group shares from this server." : "不允許從此伺服器發送聯盟式群組分享 。", + "Sharing %1$s failed, because this item is already shared with the account %2$s" : "分享 %1$s 失敗,因為此項目已與賬戶 %2$s 分享", + "Not allowed to create a federated share to the same account" : "不允許與同一個賬戶建立聯邦分享", "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,可能該伺服器當前無法訪問或者使用了自簽名證書。", @@ -26,6 +28,13 @@ OC.L10N.register( "Sharing" : "分享 ", "Federated file sharing" : "聯盟式檔案分享", "Provide federated file sharing across servers" : "在伺服器間提供聯盟式檔案分享 ", + "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "配置人們如何在伺服器之間共享。 這也包括此伺服器上人仕之間的共享,如果他們使用聯合共享。", + "Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "允許此伺服器上的人仕將分享發送到其他伺服器(此選項還允許 WebDAV 訪問公共分享 )", + "Allow people on this server to receive shares from other servers" : "允許此伺服器上的人仕接收來自其他伺服器的分享", + "Allow people on this server to send shares to groups on other servers" : "允許此伺服器上的人仕傳送分享在其他伺服器上的群組", + "Allow people on this server to receive group shares from other servers" : "允許此伺服器上的人仕接收來自其他伺服器的群組分享", + "Search global and public address book for people" : "搜尋全面的與公開通訊錄中的人仕", + "Allow people to publish their data to a global and public address book" : "允許人仕將其資料發佈到整體的且公開的通訊錄", "Unable to update federated files sharing config" : "無法更新聯合檔案分享配置", "Federated Cloud" : "聯盟式雲端", "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以與使用 Nextcloud 伺服器或其他 Open Cloud Mesh(OCM)兼容伺服器和服務的任何人分享!只需將他們的聯盟式雲端 ID 放在分享對話框中。聯盟式雲端 ID 的格式為 person@cloud.example.com ", |