nextcloud/apps/federatedfilesharing/l10n/zh_TW.js

46 lines
2.9 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"federatedfilesharing",
{
2016-10-01 03:08:23 +03:00
"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" : "加入遠端分享",
2017-07-27 03:08:03 +03:00
"Copy" : "複製",
2016-10-01 03:08:23 +03:00
"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." : "無法建立聯盟式分享,可能是密碼錯誤",
2016-02-16 16:49:12 +03:00
"Not allowed to create a federated share with the same user" : "不允許與同一個使用者建立聯盟式分享",
2017-07-27 03:08:03 +03:00
"File is already shared with %s" : "檔案已和 %s 分享",
"Could not find share" : "找不到分享",
2016-05-24 22:24:38 +03:00
"Accept" : "接受",
"Decline" : "拒絕",
2016-06-20 13:08:23 +03:00
"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與我分享",
2017-07-27 03:08:03 +03:00
"Sharing" : "分享",
2016-04-26 11:50:32 +03:00
"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" : "新增至您的網站",
2016-06-20 13:08:23 +03:00
"Share with me via Nextcloud" : "透過 Nextcloud 與我分享",
2018-03-14 04:11:29 +03:00
"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" : "聯盟分享已新增",
2018-10-10 03:13:11 +03:00
"Couldn't add remote share" : "無法加入遠端分享",
"Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享"
2016-02-16 16:49:12 +03:00
},
"nplurals=1; plural=0;");