Blame view
sources/apps/calendar/l10n/ko.php
7.44 KB
|
d1bafeea1
|
1 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
2 3 |
"Not all calendars are completely cached" => "모든 달력이 완전히 캐시되지 않았음", "Everything seems to be completely cached" => "모든 항목이 완전히 캐시됨", |
|
d1bafeea1
|
4 5 6 7 8 |
"No calendars found." => "달력이 없습니다.", "No events found." => "일정이 없습니다.", "Wrong calendar" => "잘못된 달력", "You do not have the permissions to edit this event." => "이 일정을 편집할 수 있는 권한이 없습니다.", "The file contained either no events or all events are already saved in your calendar." => "이 파일에 일정 정보가 없거나 모든 정보가 달력에 저장되었습니다.", |
|
d1bafeea1
|
9 |
"Import failed" => "가져오기 실패", |
|
d1bafeea1
|
10 11 12 13 14 15 16 17 18 |
"New Timezone:" => "새 시간대:",
"Timezone changed" => "시간대 변경됨",
"Invalid request" => "잘못된 요청",
"Calendar" => "달력",
"Deletion failed" => "삭제 실패",
"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}",
"group" => "그룹",
"can edit" => "편집 가능",
|
|
6d9380f96
|
19 |
"can share" => "공유 가능", |
|
d1bafeea1
|
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
"ddd" => "ddd",
"ddd M/d" => "M/d ddd",
"dddd M/d" => "M/d dddd",
"MMMM yyyy" => "yyyy MMMM",
"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}",
"dddd, MMM d, yyyy" => "yyyy MMM d dddd",
"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" => "데이터베이스 오류가 발생함",
"Birthday" => "생일",
"Business" => "사업",
"Call" => "통화",
"Clients" => "클라이언트",
"Deliverer" => "배송",
"Holidays" => "공휴일",
"Ideas" => "생각",
"Journey" => "여행",
"Jubilee" => "기념일",
"Meeting" => "미팅",
"Other" => "기타",
"Personal" => "개인",
"Projects" => "프로젝트",
"Questions" => "질문",
"Work" => "작업",
"by" => "로",
"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." => "이 일정을 삭제할 수 있는 권한이 없습니다.",
"Busy" => "바쁨",
|
|
6d9380f96
|
97 98 99 |
"Show full event" => "전체 일정 보이기", "Show only busy" => "바쁨만 보이기", "Hide event" => "일정 숨기기", |
|
d1bafeea1
|
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
"Does not repeat" => "반복 없음", "Daily" => "매일", "Weekly" => "매주", "Every Weekday" => "매주 특정 요일", "Bi-Weekly" => "2주마다", "Monthly" => "매월", "Yearly" => "매년", "never" => "없음", "by occurrences" => "특정 횟수 이후", "by date" => "지정한 날짜까지", "by monthday" => "지정한 달까지", "by weekday" => "지정한 요일까지", "events week of month" => "이달의 한 주 일정", "first" => "첫번째", "second" => "두번째", "third" => "세번째", "fourth" => "네번째", "fifth" => "다섯번째", "last" => "마지막", |
|
6d9380f96
|
119 |
"by events date" => "일정 날짜 순", |
|
d1bafeea1
|
120 121 122 |
"by yearday(s)" => "날짜 번호 순", "by weeknumber(s)" => "주 번호 순", "by day and month" => "날짜 순", |
|
6d9380f96
|
123 |
"Contact birthdays" => "연락처에 등록된 생일", |
|
d1bafeea1
|
124 125 |
"Date" => "날짜", "Cal." => "달력", |
|
6d9380f96
|
126 |
"Day" => "날짜", |
|
d1bafeea1
|
127 128 129 |
"Week" => "주", "Month" => "달", "Today" => "오늘", |
|
d1bafeea1
|
130 |
"CalDav Link" => "CalDAV 링크", |
|
6d9380f96
|
131 132 133 134 135 136 137 138 139 |
"Timezone" => "시간대", "Update timezone automatically" => "자동으로 시간대 업데이트", "Time format" => "시간 형식", "24h" => "24시간", "12h" => "12시간", "Start week on" => "주 시작 요일", "Cache" => "캐시", "Clear cache for repeating events" => "일정 반복을 위한 캐시 삭제", "Share Calendar" => "달력 공유", |
|
d1bafeea1
|
140 141 142 143 144 |
"Download" => "다운로드", "Edit" => "편집", "Delete" => "삭제", "New calendar" => "새 달력", "Edit calendar" => "달력 편집", |
|
6d9380f96
|
145 146 147 |
"Edit event" => "일정 편집", "Save event" => "일정 저장", "Delete event" => "일정 삭제", |
|
d1bafeea1
|
148 149 150 151 152 153 |
"Eventinfo" => "일정 정보", "Repeating" => "반복", "Alarm" => "알람", "Attendees" => "참석자", "Share" => "공유", "Title of the Event" => "일정 제목", |
|
6d9380f96
|
154 155 |
"from" => "시작", "to" => "끝", |
|
d1bafeea1
|
156 157 158 |
"All Day Event" => "종일 행사", "Advanced options" => "고급 설정", "Location" => "위치", |
|
6d9380f96
|
159 |
"Categories (separate by comma)" => "분류 (쉼표로 구분됨)", |
|
d1bafeea1
|
160 161 |
"Edit categories" => "분류 수정", "Description" => "설명", |
|
6d9380f96
|
162 |
"Export event" => "일정 내보내기", |
|
d1bafeea1
|
163 164 165 166 167 168 169 170 171 172 173 174 |
"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" => "번 이후", |
|
6d9380f96
|
175 |
"Visibility to people shared with" => "공유된 사람들에게 보임", |
|
d1bafeea1
|
176 177 178 179 180 181 182 183 184 185 |
"create a new calendar" => "새 달력 만들기", "Import a calendar file" => "달력 파일 가져오기", "Please choose a calendar" => "달력을 선택하십시오", "Name of new calendar" => "새 달력 이름", "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" => "새 일정 만들기", |
|
6d9380f96
|
186 187 |
"Create event" => "일정 만들기", "Share with user or group" => "사용자나 그룹과 공유하기", |
|
d1bafeea1
|
188 |
"Unshare" => "공유 해제", |
|
6d9380f96
|
189 |
"Not shared with anyone" => "아무와도 공유 안 함", |
|
d1bafeea1
|
190 191 |
"Send Email" => "이메일 보내기", "Shared via calendar" => "달력으로 공유됨", |
|
6d9380f96
|
192 |
"Not shared with anyone via calendar" => "아무와도 달력으로 공유 안 함", |
|
d1bafeea1
|
193 194 195 |
"View an event" => "일정 보기", "Category" => "분류", "No categories selected" => "선택된 분류 없음", |
|
d1bafeea1
|
196 197 198 |
"Access Class" => "접근 등급", "From" => "시작", "at" => "에서", |
|
6d9380f96
|
199 |
"To" => "끝" |
|
d1bafeea1
|
200 |
); |