You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ko.js 2.7KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with {email}" : "{email} 님과 공유함",
  5. "Shared with {email} by {actor}" : "{actor} 님이 {email} 님과 공유함",
  6. "Password for mail share sent to {email}" : "이메일 공유 암호를 {email}(으)로 보냄",
  7. "Password for mail share sent to you" : "이메일 공유 암호를 내게 보냄",
  8. "You shared {file} with {email} by mail" : "{email} 님과 {file}을(를) 이메일로 공유함",
  9. "{actor} shared {file} with {email} by mail" : "{actor} 님이 {email} 님과 {file}을(를) 이메일로 공유함",
  10. "Password to access {file} was sent to {email}" : "{file}에 접근할 수 있는 암호를 {email}(으)로 보냄",
  11. "Password to access {file} was sent to you" : "{file}에 접근할 수 있는 암호를 내게 보냄",
  12. "Share by mail" : "이메일로 공유",
  13. "Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s을(를) 공유할 수 없습니다. 이 항목을 이미 %2$s 계정과 공유하고 있습니다",
  14. "Failed to send share by email" : "이메일로 공유를 보낼 수 없음",
  15. "%1$s shared »%2$s« with you" : "%1$s 님이 \"%2$s\" 항목을 공유했습니다",
  16. "%1$s shared »%2$s« with you." : "%1$s 님이 »%2$s« 항목을 공유했습니다",
  17. "Click the button below to open it." : "아래 단추를 눌러서 열 수 있습니다.",
  18. "Open »%s«" : "%s 열기",
  19. "%1$s via %2$s" : "%1$s(%2$s 경유)",
  20. "Password to access »%s«" : "%s에 접근할 수 있는 암호",
  21. "It is protected with the following password:" : "다음 암호로 보호됩니다:",
  22. "%1$s shared »%2$s« with you and wants to add:" : "%1$s님이 %2$s을(를) 당신과 공유하며, 다음을 추가하고자 함:",
  23. "%1$s shared »%2$s« with you and wants to add" : "%1$s님이 %2$s을(를) 당신과 공유하며 다음을 추가하고자 함",
  24. "»%s« added a note to a file shared with you" : "%s님이 당신과 공유한 파일에 메모를 추가함",
  25. "This is the password:" : "암호:",
  26. "You can choose a different password at any time in the share dialog." : "공유 대화 상자에서 언제든지 다른 암호를 선택할 수 있습니다.",
  27. "Could not find share" : "공유를 찾을 수 없음",
  28. "Send password by mail" : "이메일로 암호 보내기",
  29. "Sharing %1$s failed, because this item is already shared with user %2$s" : "%1$s을(를) 공유할 수 없습니다. 이 항목을 이미 %2$s 님과 공유하고 있습니다",
  30. "Allows users to share a personalized link to a file or folder by putting in an email address." : "파일이나 폴더를 공유하는 개인화된 링크를 이메일 주소를 통해서 공유합니다."
  31. },
  32. "nplurals=1; plural=0;");