ko.js 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "달력",
  5. "Todos" : "할 일",
  6. "Personal" : "개인",
  7. "{actor} created calendar {calendar}" : "{actor} 님이 달력 {calendar}을(를) 생성함",
  8. "You created calendar {calendar}" : "달력 {calendar}을(를) 생성함",
  9. "{actor} deleted calendar {calendar}" : "{actor} 님이 달력 {calendar}을(를) 삭제함",
  10. "You deleted calendar {calendar}" : "달력 {calendar}을(를) 삭제함",
  11. "{actor} updated calendar {calendar}" : "{actor} 님이 달력 {calendar}을(를) 업데이트함",
  12. "You updated calendar {calendar}" : "달력 {calendar}을(를) 업데이트함",
  13. "You shared calendar {calendar} as public link" : "달력 {calendar}을(를) 공개 링크로 공유함",
  14. "You removed public link for calendar {calendar}" : "달력 {calendar}의 공개 링크를 삭제함",
  15. "{actor} shared calendar {calendar} with you" : "{actor} 님이 내게 달력 {calendar}을(를) 공유함",
  16. "You shared calendar {calendar} with {user}" : "{user} 님과 달력 {calendar}을(를) 공유함",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} 님이 {user} 님과 달력 {calendar}을(를) 공유함",
  18. "{actor} unshared calendar {calendar} from you" : "{actor} 님이 달력 {calendar}의 공유를 중단함",
  19. "You unshared calendar {calendar} from {user}" : "{user} 님과 달력 {calendar}의 공유를 중단함",
  20. "{actor} unshared calendar {calendar} from {user}" : "{actor} 님이 {user} 님과 {calendar} 달력의 공유를 중단함",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} 님이 달력 {calendar}의 공유를 해제함",
  22. "You shared calendar {calendar} with group {group}" : "달력 {calendar}을(를) 그룹 {group}와(과) 공유함",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} 님이 달력 {calendar}을(를) 그룹 {group}와(과) 공유함",
  24. "You unshared calendar {calendar} from group {group}" : "달력 {calendar}을(를) 그룹 {group}와(과) 공유하지 않음",
  25. "{actor} unshared calendar {calendar} from group {group}" : "{actor} 님이 달력 {calendar}을(를) 그룹 {group}와(과) 공유하지 않음",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} 님이 행사 {event}을(를) 달력 {calendar}에 생성함",
  27. "You created event {event} in calendar {calendar}" : "행사 {event}을(를) 달력 {calendar}에 생성함",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} 님이 행사 {event}을(를) 달력 {calendar}에서 삭제함",
  29. "You deleted event {event} from calendar {calendar}" : "행사 {event}을(를) 달력 {calendar}에서 삭제함",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} 님이 달력 {calendar}의 행사 {event}을(를) 업데이트함",
  31. "You updated event {event} in calendar {calendar}" : "달력 {calendar}의 행사 {event}을(를) 업데이트함",
  32. "{actor} created todo {todo} in list {calendar}" : "{actor} 님이 목록 {calendar}에 할 일 {todo}을(를) 생성함",
  33. "You created todo {todo} in list {calendar}" : "목록 {calendar}에 할 일 {todo}을(를) 생성함",
  34. "{actor} deleted todo {todo} from list {calendar}" : "{actor} 님이 목록 {calendar}에서 할 일 {todo}을(를) 삭제함",
  35. "You deleted todo {todo} from list {calendar}" : "목록 {calendar}에서 할 일 {todo}을(를) 삭제함",
  36. "{actor} updated todo {todo} in list {calendar}" : "{actor} 님이 목록 {calendar}의 할 일 {todo}을(를) 업데이트함",
  37. "You updated todo {todo} in list {calendar}" : "목록 {calendar}의 할 일 {todo}을(를) 업데이트함",
  38. "{actor} solved todo {todo} in list {calendar}" : "{actor} 님이 목록 {calendar}의 할 일 {todo}을(를) 끝냄",
  39. "You solved todo {todo} in list {calendar}" : "목록 {calendar}의 할 일 {todo}을(를) 끝냄",
  40. "{actor} reopened todo {todo} in list {calendar}" : "{actor} 님이 목록 {calendar}의 할 일 {todo}을(를) 다시 염",
  41. "You reopened todo {todo} in list {calendar}" : "목록 {calendar}의 할 일 {todo}을(를) 다시 염",
  42. "A <strong>calendar</strong> was modified" : "<strong>달력</strong>이 수정됨",
  43. "A calendar <strong>event</strong> was modified" : "달력 <strong>행사</strong>가 수정됨",
  44. "A calendar <strong>todo</strong> was modified" : "달력의 <strong>할 일</strong>이 수정됨",
  45. "Contact birthdays" : "연락처에 등록된 생일",
  46. "Invitation canceled" : "초대장 취소됨",
  47. "Hello %s," : "%s 님 안녕하세요,",
  48. "The meeting »%1$s« with %2$s was canceled." : "\"%1$s\" 행사(%2$s 님이 진행함)가 취소되었습니다.",
  49. "Invitation updated" : "초대장 업데이트됨",
  50. "The meeting »%1$s« with %2$s was updated." : "\"%1$s\" 행사(%2$s 님이 진행함)가 업데이트되었습니다.",
  51. "%1$s invited you to »%2$s«" : "%1$s 님이 \"%2$s\"에 초대함",
  52. "When:" : "일시:",
  53. "Where:" : "장소:",
  54. "Description:" : "설명:",
  55. "Link:" : "링크:",
  56. "Accept" : "수락",
  57. "Contacts" : "연락처",
  58. "Technical details" : "기술 정보",
  59. "Remote Address: %s" : "원격 주소: %s",
  60. "Request ID: %s" : "요청 ID: %s",
  61. "Are you accepting the invitation?" : "초대를 수락하시겠습니까?",
  62. "Tentative" : "예정됨",
  63. "Save" : "저장",
  64. "Send invitations to attendees" : "참석자에게 초대장 보내기",
  65. "Please make sure to properly set up the email settings above." : "이메일 설정이 올바른지 확인하십시오.",
  66. "Automatically generate a birthday calendar" : "자동으로 생일 달력 생성",
  67. "Birthday calendars will be generated by a background job." : "배경 작업으로 생일 달력을 생성합니다.",
  68. "Hence they will not be available immediately after enabling but will show up after some time." : "생일 달력이 생성되는 데 시간이 걸릴 수도 있습니다.",
  69. "%s via %s" : "%s(%s 경유)",
  70. "The meeting »%s« with %s was canceled." : "\"%s\" 행사(%s 님이 진행함)가 취소되었습니다.",
  71. "The meeting »%s« with %s was updated." : "\"%s\" 행사(%s 님이 진행함)가 업데이트되었습니다.",
  72. "%s invited you to »%s«" : "%s 님이 \"%s\"에 초대함",
  73. "CalDAV server" : "CalDAV 서버"
  74. },
  75. "nplurals=1; plural=0;");