nextcloud/apps/federatedfilesharing/l10n/zh_HK.js

38 lines
2.2 KiB
JavaScript
Raw Normal View History

2021-01-29 05:21:27 +03:00
OC.L10N.register(
"federatedfilesharing",
{
"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" : "找不到分享",
"Federated sharing" : "聯盟式分享",
"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 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:",
"Allow users on this server to send shares to other servers" : "允許這台伺服器上的使用者發送分享給其他伺服器"
},
"nplurals=1; plural=0;");