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

zh_TW.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76b271c93f4e26000555ff8ac49a16597ceba86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "聯盟式分享",
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?",
    "Remote share" : "遠端分享",
    "Remote share password" : "遠端分享密碼",
    "Cancel" : "取消",
    "Add remote share" : "加入遠端分享",
    "Copy" : "複製",
    "Copied!" : "已複製",
    "Not supported!" : "不支援!",
    "Press ⌘-C to copy." : "按下 ⌘-C 來複製",
    "Press Ctrl-C to copy." : "按下 Ctrl-C 來複製",
    "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." : "無法建立聯盟式分享,可能是密碼錯誤",
    "Not allowed to create a federated share with the same user" : "不允許與同一個使用者建立聯盟式分享",
    "File is already shared with %s" : "檔案已和 %s 分享",
    "Could not find share" : "找不到分享",
    "Accept" : "接受",
    "Decline" : "拒絕",
    "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "可透過我的 #Nextcloud 聯盟雲端 ID,與我分享,請看 %s",
    "Share with me through my #Nextcloud Federated Cloud ID" : "可透過我的 #Nextcloud 聯盟雲端 ID,與我分享",
    "Sharing" : "分享",
    "Federated Cloud Sharing" : "聯盟式雲端分享",
    "Open documentation" : "開啟說明文件",
    "Allow users on this server to send shares to other servers" : "允許這台伺服器上的使用者發送分享給其他伺服器",
    "Allow users on this server to receive shares from other servers" : "允許這台伺服器上的使用者發送接收來自其他伺服器的分享",
    "Federated Cloud" : "聯盟式雲端",
    "Your Federated Cloud ID:" : "您的雲端聯盟 ID:",
    "Add to your website" : "新增至您的網站",
    "Share with me via Nextcloud" : "透過 Nextcloud 與我分享",
    "HTML Code:" : "HTML Code:",
    "The mountpoint name contains invalid characters." : "掛載點名稱含有不合法的字元",
    "Not allowed to create a federated share with the owner." : "不允許與所有者建立聯盟式分享",
    "Invalid or untrusted SSL certificate" : "無效或是不信任的 SSL憑證",
    "Could not authenticate to remote share, password might be wrong" : "無法驗證遠端分享,可能是密碼錯誤",
    "Storage not valid" : "儲存空間無效",
    "Federated share added" : "聯盟分享已新增",
    "Couldn't add remote share" : "無法加入遠端分享",
    "Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享"
},
"nplurals=1; plural=0;");