1
0

ko.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "연합 공유",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote}의 원격 공유 {name}을(를) 추가하시겠습니까?",
  6. "Remote share" : "원격 공유",
  7. "Remote share password" : "원격 공유 암호",
  8. "Cancel" : "취소",
  9. "Add remote share" : "원격 공유 추가",
  10. "Copied!" : "복사됨!",
  11. "Not supported!" : "지원하지 않음!",
  12. "Press ⌘-C to copy." : "⌘-C 복사",
  13. "Press Ctrl-C to copy." : "⌘-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. "The mountpoint name contains invalid characters." : "마운트 지점 이름에 잘못된 글자가 포함되어 있습니다.",
  18. "Not allowed to create a federated share with the owner." : "소유자와 연합 공유를 만들 수 없음",
  19. "Invalid or untrusted SSL certificate" : "유효하지 않거나 신뢰할 수없는 SSL 인증서",
  20. "Storage not valid" : "유효하지 않은 스토리지",
  21. "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다",
  22. "Not allowed to create a federated share with the same user" : "같은 사용자와 연합 공유를 만들 수 없음",
  23. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다.",
  24. "Accept" : "수락",
  25. "Decline" : "거절",
  26. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "내 #Nextcloud 연합 클라우드 ID를 통해서 공유됨, 더 알아보기: %s",
  27. "Share with me through my #Nextcloud Federated Cloud ID" : "내 #Nextcloud 연합 클라우드 ID를 통해서 공유됨",
  28. "Federated Cloud Sharing" : "클라우드 연합 공유",
  29. "Open documentation" : "문서 열기",
  30. "Allow users on this server to send shares to other servers" : "이 서버의 사용자가 다른 서버와 공유할 수 있도록 허용",
  31. "Allow users on this server to receive shares from other servers" : "이 서버의 사용자가 다른 서버에서 공유한 파일을 받을 수 있도록 허용",
  32. "Federated Cloud" : "연합 클라우드",
  33. "Your Federated Cloud ID:" : "내 연합 클라우드 ID:",
  34. "Share it:" : "공유하기:",
  35. "Add to your website" : "내 웹 사이트에 추가",
  36. "Share with me via Nextcloud" : "Nextcloud로 나와 공유하기",
  37. "HTML Code:" : "HTML 코드:"
  38. },
  39. "nplurals=1; plural=0;");