owncalendar/l10n/ko.php

218 lines
8.1 KiB
PHP
Raw Normal View History

2012-05-09 10:41:01 +00:00
<?php $TRANSLATIONS = array(
2013-12-29 06:46:55 +00:00
"Not all calendars are completely cached" => "모든 달력이 완전히 캐시되지 않았음",
"Everything seems to be completely cached" => "모든 항목이 완전히 캐시됨",
2012-12-09 23:08:34 +00:00
"No calendars found." => "달력이 없습니다.",
"No events found." => "일정이 없습니다.",
2012-05-09 10:41:01 +00:00
"Wrong calendar" => "잘못된 달력",
2012-12-26 23:04:36 +00:00
"You do not have the permissions to edit this event." => "이 일정을 편집할 수 있는 권한이 없습니다.",
2012-12-09 23:08:34 +00:00
"The file contained either no events or all events are already saved in your calendar." => "이 파일에 일정 정보가 없거나 모든 정보가 달력에 저장되었습니다.",
"events has been saved in the new calendar" => "일정이 새로운 달력에 저장되었습니다",
2012-08-30 00:06:13 +00:00
"Import failed" => "가져오기 실패",
2012-12-09 23:08:34 +00:00
"events has been saved in your calendar" => "일정이 달력에 저장됨",
"New Timezone:" => "새 시간대:",
2012-05-09 10:41:01 +00:00
"Timezone changed" => "시간대 변경됨",
"Invalid request" => "잘못된 요청",
"Calendar" => "달력",
2012-10-22 00:11:04 +00:00
"Deletion failed" => "삭제 실패",
2012-12-09 23:08:34 +00:00
"ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" => "[yyyy ]MMMM d ddd{- yyyy MMMM[ d ddd]}",
"ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" => "[yyyy ]MMMM d ddd HH:mm{ - [yyyy MMMM d ddd] HH:mm}",
2012-11-19 23:03:25 +00:00
"group" => "그룹",
2013-11-24 05:10:07 +00:00
"can edit" => "편집 가능",
2013-12-29 06:46:55 +00:00
"can share" => "공유 가능",
2012-08-11 00:05:58 +00:00
"ddd" => "ddd",
2012-12-09 23:08:34 +00:00
"ddd M/d" => "M/d ddd",
"dddd M/d" => "M/d dddd",
"MMMM yyyy" => "yyyy MMMM",
2013-11-11 09:55:57 +00:00
"MMM d[ yyyy]{ ''[ MMM] d yyyy}" => "MMM d[ yyyy]{ ''[ MMM] d yyyy}",
2012-12-09 23:08:34 +00:00
"dddd, MMM d, yyyy" => "yyyy MMM d dddd",
2013-01-25 23:08:22 +00:00
"Sunday" => "일요일",
"Monday" => "월요일",
"Tuesday" => "화요일",
"Wednesday" => "수요일",
"Thursday" => "목요일",
"Friday" => "금요일",
"Saturday" => "토요일",
"Sun." => "",
"Mon." => "",
"Tue." => "",
"Wed." => "",
"Thu." => "",
"Fri." => "",
"Sat." => "",
"January" => "1월",
"February" => "2월",
"March" => "3월",
"April" => "4월",
"May" => "5월",
"June" => "6월",
"July" => "7월",
"August" => "8월",
"September" => "9월",
"October" => "10월",
"November" => "11월",
"December" => "12월",
"Jan." => "1월",
"Feb." => "2월",
"Mar." => "3월",
"Apr." => "4월",
"May." => "5월",
"Jun." => "6월",
"Jul." => "7월",
"Aug." => "8월",
"Sep." => "9월",
"Oct." => "10월",
"Nov." => "11월",
"Dec." => "12월",
"All day" => "매일",
"New Calendar" => "새 달력",
"Missing or invalid fields" => "누락되었거나 잘못된 필드",
"Title" => "제목",
"From Date" => "시작 날짜",
"From Time" => "시작 시간",
"To Date" => "종료 날짜",
"To Time" => "종료 시간",
"The event ends before it starts" => "종료 일시가 시작 일시보다 빠름",
"There was a database fail" => "데이터베이스 오류가 발생함",
2012-05-09 10:41:01 +00:00
"Birthday" => "생일",
"Business" => "사업",
"Call" => "통화",
"Clients" => "클라이언트",
"Deliverer" => "배송",
"Holidays" => "공휴일",
"Ideas" => "생각",
"Journey" => "여행",
"Jubilee" => "기념일",
"Meeting" => "미팅",
"Other" => "기타",
"Personal" => "개인",
"Projects" => "프로젝트",
"Questions" => "질문",
"Work" => "작업",
2012-08-30 00:06:13 +00:00
"by" => "",
2012-12-09 23:08:34 +00:00
"unnamed" => "이름 없음",
"You do not have the permissions to update this calendar." => "이 달력을 업데이트할 수 있는 권한이 없습니다.",
"You do not have the permissions to delete this calendar." => "이 달력을 삭제할 수 있는 권한이 없습니다.",
"You do not have the permissions to add to this calendar." => "이 달력에 추가할 수 있는 권한이 없습니다.",
"You do not have the permissions to add events to this calendar." => "이 달력에 일정을 추가할 수 있는 권한이 없습니다.",
"You do not have the permissions to delete this event." => "이 일정을 삭제할 수 있는 권한이 없습니다.",
2013-01-07 23:28:56 +00:00
"Busy" => "바쁨",
2013-12-29 06:46:55 +00:00
"Show full event" => "전체 일정 보이기",
"Show only busy" => "바쁨만 보이기",
"Hide event" => "일정 숨기기",
2012-05-09 10:41:01 +00:00
"Does not repeat" => "반복 없음",
"Daily" => "매일",
"Weekly" => "매주",
"Every Weekday" => "매주 특정 요일",
"Bi-Weekly" => "2주마다",
"Monthly" => "매월",
"Yearly" => "매년",
2012-12-09 23:08:34 +00:00
"never" => "없음",
"by occurrences" => "특정 횟수 이후",
"by date" => "지정한 날짜까지",
"by monthday" => "지정한 달까지",
"by weekday" => "지정한 요일까지",
2012-05-09 10:41:01 +00:00
"events week of month" => "이달의 한 주 일정",
"first" => "첫번째",
"second" => "두번째",
"third" => "세번째",
"fourth" => "네번째",
"fifth" => "다섯번째",
"last" => "마지막",
2013-12-29 06:46:55 +00:00
"by events date" => "일정 날짜 순",
2012-05-09 10:41:01 +00:00
"by yearday(s)" => "날짜 번호 순",
"by weeknumber(s)" => "주 번호 순",
"by day and month" => "날짜 순",
2013-12-29 06:46:55 +00:00
"Contact birthdays" => "연락처에 등록된 생일",
2012-05-09 10:41:01 +00:00
"Date" => "날짜",
"Cal." => "달력",
2013-12-29 06:46:55 +00:00
"Day" => "날짜",
2012-05-09 10:41:01 +00:00
"Week" => "",
"Month" => "",
"Today" => "오늘",
2012-12-09 23:08:34 +00:00
"Settings" => "설정",
2012-05-13 17:59:44 +00:00
"Share Calendar" => "달력 공유",
2013-10-05 14:17:43 +00:00
"CalDav Link" => "CalDAV 링크",
2012-05-09 10:41:01 +00:00
"Download" => "다운로드",
"Edit" => "편집",
"Delete" => "삭제",
2012-12-09 23:08:34 +00:00
"New calendar" => "새 달력",
2012-05-09 10:41:01 +00:00
"Edit calendar" => "달력 편집",
"Displayname" => "표시 이름",
"Calendar color" => "달력 색상",
"Save" => "저장",
"Submit" => "보내기",
"Cancel" => "취소",
2013-12-29 06:46:55 +00:00
"Edit event" => "일정 편집",
"Save event" => "일정 저장",
"Delete event" => "일정 삭제",
2012-05-13 17:59:44 +00:00
"Eventinfo" => "일정 정보",
"Repeating" => "반복",
"Alarm" => "알람",
"Attendees" => "참석자",
"Share" => "공유",
2012-12-09 23:08:34 +00:00
"Title of the Event" => "일정 제목",
2013-12-29 06:46:55 +00:00
"from" => "시작",
"to" => "",
2012-12-09 23:08:34 +00:00
"All Day Event" => "종일 행사",
2012-05-09 10:41:01 +00:00
"Advanced options" => "고급 설정",
"Location" => "위치",
2013-12-29 06:46:55 +00:00
"Categories (separate by comma)" => "분류 (쉼표로 구분됨)",
2013-11-22 02:02:57 +00:00
"Edit categories" => "분류 수정",
2012-05-09 10:41:01 +00:00
"Description" => "설명",
2013-12-29 06:46:55 +00:00
"Export event" => "일정 내보내기",
2012-05-09 10:41:01 +00:00
"Repeat" => "반복",
"Advanced" => "고급",
"Select weekdays" => "요일 선택",
"Select days" => "날짜 선택",
"and the events day of year." => "그리고 이 해의 일정",
"and the events day of month." => "그리고 이 달의 일정",
"Select months" => "달 선택",
"Select weeks" => "주 선택",
"and the events week of year." => "그리고 이 해의 주간 일정",
"Interval" => "간격",
"End" => "",
"occurrences" => "번 이후",
2013-12-29 06:46:55 +00:00
"Visibility to people shared with" => "공유된 사람들에게 보임",
2012-05-09 10:41:01 +00:00
"create a new calendar" => "새 달력 만들기",
2012-08-11 00:05:58 +00:00
"Import a calendar file" => "달력 파일 가져오기",
2012-12-09 23:08:34 +00:00
"Please choose a calendar" => "달력을 선택하십시오",
2012-05-09 10:41:01 +00:00
"Name of new calendar" => "새 달력 이름",
2012-12-09 23:08:34 +00:00
"Take an available name!" => "사용 가능한 이름을 입력하십시오!",
"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "같은 이름으로 된 달력이 이미 존재합니다. 계속 진행하면 기존 달력에 합쳐집니다.",
"Remove all events from the selected calendar" => "선택한 달력의 모든 일정 삭제",
"Import" => "가져오기",
"Close Dialog" => "대화 상자 닫기",
"Create a new event" => "새 일정 만들기",
2013-12-29 06:46:55 +00:00
"Create event" => "일정 만들기",
"Share with user or group" => "사용자나 그룹과 공유하기",
2012-12-09 23:08:34 +00:00
"Unshare" => "공유 해제",
2013-12-29 06:46:55 +00:00
"Not shared with anyone" => "아무와도 공유 안 함",
2013-11-11 09:55:57 +00:00
"Send Email" => "이메일 보내기",
2012-12-09 23:08:34 +00:00
"Shared via calendar" => "달력으로 공유됨",
2013-12-29 06:46:55 +00:00
"Not shared with anyone via calendar" => "아무와도 달력으로 공유 안 함",
2012-05-13 17:59:44 +00:00
"View an event" => "일정 보기",
2013-11-22 02:02:57 +00:00
"Category" => "분류",
2012-12-09 23:08:34 +00:00
"No categories selected" => "선택된 분류 없음",
2012-05-13 17:59:44 +00:00
"of" => "",
2013-11-22 02:02:57 +00:00
"Access Class" => "접근 등급",
"From" => "시작",
2012-05-13 17:59:44 +00:00
"at" => "에서",
2013-11-22 02:02:57 +00:00
"To" => "",
2013-10-05 14:17:43 +00:00
"Your calendars" => "내 달력",
2012-08-30 00:06:13 +00:00
"General" => "일반",
2012-05-09 10:41:01 +00:00
"Timezone" => "시간대",
2012-12-09 23:08:34 +00:00
"Update timezone automatically" => "자동으로 시간대 업데이트",
"Time format" => "시간 형식",
2012-05-09 10:41:01 +00:00
"24h" => "24시간",
"12h" => "12시간",
2012-12-09 23:08:34 +00:00
"Start week on" => "주 시작 요일",
2012-08-30 00:06:13 +00:00
"Cache" => "캐시",
2012-12-09 23:08:34 +00:00
"Clear cache for repeating events" => "일정 반복을 위한 캐시 삭제",
"URLs" => "URL",
"Calendar CalDAV syncing addresses" => "CalDAV 달력 동기화 주소",
2012-08-30 00:06:13 +00:00
"more info" => "더 많은 정보",
2012-12-09 23:08:34 +00:00
"Primary address (Kontact et al)" => "기본 주소 (Kontact 등)",
2012-08-30 00:06:13 +00:00
"iOS/OS X" => "iOS/OS X",
2012-09-03 00:12:39 +00:00
"Read only iCalendar link(s)" => "iCalendar 링크만 읽기"
2012-05-09 10:41:01 +00:00
);