Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_HK.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c28d9099399e3a7e9529c5c32b83e07826d9ba3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "federation",
    {
    "Added to the list of trusted servers" : "已加入信任伺服器清單",
    "Server is already in the list of trusted servers." : "伺服器已經在信任清單內",
    "No server to federate with found" : "沒有找到可結盟的伺服器",
    "Could not add server" : "無法加入伺服器",
    "Federation" : "聯盟",
    "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." : "聯盟功能允許您與信任的伺服器連結,交換用戶列表。舉例來說,與其他雲端聯盟的用戶分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的用戶名稱。",
    "Trusted servers" : "信任的伺服器",
    "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." : "聯盟功能允許您與信任的伺服器連結,交換用戶列表。舉例來說,與其他雲端聯盟的用戶分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的用戶名稱。不必將伺服器新增為受信任的伺服器就可以建立聯盟分享。",
    "+ Add trusted server" : "+ 加入信任的伺服器",
    "Trusted server" : "信任的伺服器",
    "Add" : "新增",
    "Add server automatically once a federated share was created successfully" : "當聯盟分享成功建立的時候自動將伺服器加入信任清單"
},
"nplurals=1; plural=0;");