mirror of
https://github.com/nextcloud/server.git
synced 2025-01-15 23:59:16 +00:00
ab313de89b
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
24 lines
3.3 KiB
JavaScript
24 lines
3.3 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" : "新增",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory." : "聯邦功能允許您與信任的伺服器連結,以交換使用者列表。",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "聯邦功能允許您與信任的伺服器連結,以交換使用者列表。舉例來說,與其他雲端聯邦的使用者分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的使用者名稱。",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "聯邦功能允許您與信任的伺服器連結,交換使用者列表。舉例來說,與其他雲端聯邦的使用者分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的使用者名稱。不必將伺服器新增為受信任的伺服器就可以建立聯邦分享。"
|
|
},
|
|
"nplurals=1; plural=0;");
|