zh_TW.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?",
  5. "Remote share" : "遠端分享",
  6. "Remote share password" : "遠端分享密碼",
  7. "Cancel" : "取消",
  8. "Add remote share" : "加入遠端分享",
  9. "Copy" : "複製",
  10. "Copied!" : "已複製",
  11. "Not supported!" : "不支援!",
  12. "Press ⌘-C to copy." : "按下 ⌘-C 來複製",
  13. "Press Ctrl-C to copy." : "按下 Ctrl-C 來複製",
  14. "Invalid Federated Cloud ID" : "無效的雲端聯盟 ID",
  15. "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用",
  16. "Couldn't establish a federated share." : "無法建立聯盟式分享",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "無法建立聯盟式分享,可能是密碼錯誤",
  18. "Not allowed to create a federated share with the same user" : "不允許與同一個使用者建立聯盟式分享",
  19. "File is already shared with %s" : "檔案已和 %s 分享",
  20. "Could not find share" : "找不到分享",
  21. "Federated sharing" : "聯盟式分享",
  22. "Accept" : "接受",
  23. "Decline" : "拒絕",
  24. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "可透過我的 #Nextcloud 聯盟雲端 ID,與我分享,請看 %s",
  25. "Share with me through my #Nextcloud Federated Cloud ID" : "可透過我的 #Nextcloud 聯盟雲端 ID,與我分享",
  26. "Sharing" : "分享",
  27. "Federated Cloud Sharing" : "聯盟式雲端分享",
  28. "Open documentation" : "開啟說明文件",
  29. "Allow users on this server to send shares to other servers" : "允許這台伺服器上的使用者發送分享給其他伺服器",
  30. "Allow users on this server to receive shares from other servers" : "允許這台伺服器上的使用者發送接收來自其他伺服器的分享",
  31. "Federated Cloud" : "聯盟式雲端",
  32. "Your Federated Cloud ID:" : "您的雲端聯盟 ID:",
  33. "Add to your website" : "新增至您的網站",
  34. "Share with me via Nextcloud" : "透過 Nextcloud 與我分享",
  35. "HTML Code:" : "HTML Code:",
  36. "Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享"
  37. },
  38. "nplurals=1; plural=0;");