Fixed typo in a comment.
[timetracker.git] / WEB-INF / resources / ko.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Korean (한국어)';
33 $i18n_months = array('1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월');
34 $i18n_weekdays = array('일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일');
35 $i18n_weekdays_short = array('일', '월', '화', '수', '목', '금', '토');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08/15', '12/25');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => '로그인',
44 'menu.logout' => '로그아웃',
45 // TODO: translate the following.
46 // 'menu.forum' => 'Forum',
47 'menu.help' => '도움말',
48 // TODO: translate the following.
49 // 'menu.create_group' => 'Create Group',
50 'menu.profile' => '프로필',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 'menu.time' => '시간',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => '보고서',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => '프로젝트',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 'menu.users' => '사용자',
63 // TODO: translate the following.
64 // 'menu.groups' => 'Groups',
65 // 'menu.export' => 'Export',
66 'menu.clients' => '클라이언트',
67 'menu.options' => '옵션',
68
69 // Footer - strings on the bottom of most pages.
70 // TODO: translate the following.
71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
72 // 'footer.credits' => 'Credits',
73 // 'footer.license' => 'License',
74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
75                                      // This is a link to a webpage that describes how to contribute to the project.
76
77 // Error messages.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 // 'error.sys' => 'System error.',
81 'error.db' => '데이터베이스 오류.',
82 // TODO: translate the following.
83 // 'error.feature_disabled' => 'Feature is disabled.',
84 'error.field' => '부정확한 "{0}" 의 데이터.',
85 'error.empty' => '"{0}" 의 필드가 비어있습니다.',
86 'error.not_equal' => '"{0}" 의 필드가 "{1}" 의 필드와 같지 않습니다.',
87 // TODO: translate the following.
88 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
89 'error.project' => '프로젝트의 선택.',
90 // TODO: translate the following.
91 // 'error.task' => 'Select task.',
92 'error.client' => '클라이언트 선택.',
93 // TODO: translate the following.
94 // 'error.report' => 'Select report.',
95 // 'error.record' => 'Select record.',
96 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다.',
97 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다.',
98 // TODO: translate the following.
99 // 'error.object_exists' => 'Object with this name already exists.',
100 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다.',
101 // TODO: translate the following.
102 // 'error.task_exists' => 'Task with this name already exists.',
103 // 'error.client_exists' => 'Client with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.role_exists' => 'Role with this rank already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다.',
108 'error.no_groups' => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.', // TODO: replace "team" with "group".
109 'error.upload' => '파일 업로드 오류.',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 'error.mail_send' => '메일 보내기에서의 오류.',
113 'error.no_email' => '본 로그인과 연계된 이메일이 없습니다.',
114 // TODO: translate the following.
115 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
116 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
117 // 'error.overlap' => 'Time interval overlaps with existing records.',
118 // 'error.future_date' => 'Date is in future.',
119
120 // Labels for buttons.
121 'button.login' => '로그인',
122 'button.now' => '지금',
123 'button.save' => '저장',
124 // TODO: translate the following.
125 // 'button.copy' => 'Copy',
126 'button.cancel' => '취소',
127 'button.submit' => '발송',
128 'button.add' => '추가',
129 'button.delete' => '삭제',
130 'button.generate' => '생성',
131 // TODO: translate the following.
132 // 'button.reset_password' => 'Reset password',
133 'button.send' => '송신',
134 'button.send_by_email' => '이메일로 송신',
135 // TODO: translate the following.
136 // 'button.create_group' => 'Create group',
137 'button.export' => '팀 익스포트', // TODO: replace "team" with "group".
138 'button.import' => '팀 임포트', // TODO: replace "team" with "group".
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.group_name' => 'Group name',
146 // 'label.address' => 'Address',
147 'label.currency' => '화폐',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => '이름',
152 'label.thing_name' => '이름',
153 'label.login' => '로그인ID',
154 'label.password' => 'Password',
155 'label.confirm_password' => '암호 확인',
156 'label.email' => '이메일',
157 // TODO: translate the following.
158 // 'label.cc' => 'Cc',
159 // 'label.bcc' => 'Bcc',
160 'label.subject' => '제목',
161 'label.date' => '날짜',
162 'label.start_date' => '시작 날짜',
163 'label.end_date' => '마감 날짜',
164 'label.user' => '사용자',
165 'label.users' => '사용자',
166 // TODO: translate the following.
167 // 'label.roles' => 'Roles',
168 'label.client' => '클라이언트',
169 'label.clients' => '클라이언트',
170 'label.option' => '옵션',
171 'label.invoice' => '송장',
172 'label.project' => '프로젝트',
173 'label.projects' => '프로젝트',
174 // TODO: translate the following.
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 'label.start' => '시작',
179 'label.finish' => '마감',
180 'label.duration' => '기간',
181 'label.note' => '표식',
182 'label.notes' => '표식',
183 // TODO: translate the following.
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.ip' => 'IP',
187 // 'label.day_total' => 'Day total',
188 'label.week_total' => '주별 합계',
189 // TODO: translate the following.
190 // 'label.month_total' => 'Month total',
191 'label.today' => '오늘',
192 // TODO: translate the following.
193 // 'label.view' => 'View',
194 'label.edit' => '편집',
195 'label.delete' => '삭제',
196 // TODO: translate the following.
197 // 'label.configure' => 'Configure',
198 'label.select_all' => '모두 선택',
199 'label.select_none' => '모두 해제',
200 // TODO: translate the following.
201 // 'label.day_view' => 'Day view',
202 // 'label.week_view' => 'Week view',
203 'label.id' => '식별자',
204 'label.language' => '언어',
205 // TODO: translate the following.
206 // 'label.decimal_mark' => 'Decimal mark',
207 'label.date_format' => '날짜 포맷',
208 'label.time_format' => '시간 포맷',
209 'label.week_start' => '주의 시작요일',
210 'label.comment' => '코멘트',
211 'label.status' => '상태',
212 'label.tax' => '세금',
213 'label.subtotal' => '소계',
214 'label.total' => '합계',
215 // TODO: translate the following.
216 // 'label.client_name' => 'Client name',
217 // 'label.client_address' => 'Client address',
218 'label.or' => '혹은',
219 // TODO: translate the following.
220 // 'label.error' => 'Error',
221 'label.ldap_hint' => '아래의 필드들에서 <b>Windows 로그인</b> 및 <b>암호</b> 를 입력하십시오.',
222 'label.required_fields' => '* 필수 필드',
223 'label.on_behalf' => '을 대표하여',
224 // TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm
225 // This may require different terms for role_manager and role_comanager.
226 'label.role_manager' => '(관리자)',
227 'label.role_comanager' => '(공동관리자)',
228 // 'label.role_admin' => '(administrator)',
229 // TODO: translate the following.
230 // 'label.page' => 'Page',
231 // 'label.condition' => 'Condition',
232 // 'label.yes' => 'yes',
233 // 'label.no' => 'no',
234 // Labels for plugins (extensions to Time Tracker that provide additional features).
235 // TODO: translate the following.
236 // 'label.custom_fields' => 'Custom fields',
237 // 'label.monthly_quotas' => 'Monthly quotas',
238 // 'label.type' => 'Type',
239 // 'label.type_dropdown' => 'dropdown',
240 // 'label.type_text' => 'text',
241 // 'label.required' => 'Required',
242 'label.fav_report' => '좋아하는 보고서',
243 // TODO: translate the following.
244 // 'label.schedule' => 'Schedule',
245 // 'label.what_is_it' => 'What is it?',
246 // 'label.expense' => 'Expense',
247 'label.quantity' => '수량',
248 // TODO: translate the following.
249 // 'label.paid_status' => 'Paid status',
250 // 'label.paid' => 'Paid',
251 // 'label.mark_paid' => 'Mark paid',
252 // 'label.week_note' => 'Week note',
253 // 'label.week_list' => 'Week list',
254 // 'label.work_units' => 'Work units',
255 // 'label.work_units_short' => 'Units',
256 'label.totals_only' => '오직 전체만',
257
258 // Form titles.
259 'title.login' => '로그인',
260 'title.groups' => '팀', // TODO: change "teams" to "groups".
261 // TODO: translate the following.
262 // 'title.create_group' => 'Creating Group',
263 // 'title.edit_group' => 'Editing Group',
264 'title.delete_group' => '팀 삭제',  // TODO: change "team" to "group".
265 'title.reset_password' => '암호 재설정',
266 // TODO: translate the following.
267 // 'title.change_password' => 'Changing Password',
268 'title.time' => '시간',
269 'title.edit_time_record' => '시간기록을 편집하기',
270 'title.delete_time_record' => '시간기록을 삭제하기',
271 // TODO: translate the following.
272 // 'title.expenses' => 'Expenses',
273 // 'title.edit_expense' => 'Editing Expense Item',
274 // 'title.delete_expense' => 'Deleting Expense Item',
275 // 'title.predefined_expenses' => 'Predefined Expenses',
276 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
277 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
278 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
279 'title.reports' => '보고서',
280 'title.report' => '보고서',
281 // TODO: translate the following.
282 // 'title.send_report' => 'Sending Report',
283 'title.invoice' => '송장',
284 // TODO: translate the following.
285 // 'title.send_invoice' => 'Sending Invoice',
286 // 'title.charts' => 'Charts',
287 'title.projects' => '프로젝트',
288 'title.add_project' => '프로젝트를 추가하기',
289 'title.edit_project' => '프로젝트를 편집하기',
290 'title.delete_project' => '프로젝트를 편집하기',
291 // TODO: translate the following.
292 // 'title.tasks' => 'Tasks',
293 // 'title.add_task' => 'Adding Task',
294 // 'title.edit_task' => 'Editing Task',
295 // 'title.delete_task' => 'Deleting Task',
296 'title.users' => '사용자', // TODO: is this correct? Not 사용자를 as below? title.users is for many (plural) users.
297                           // title.add, title.edit, and title.delete are for a single user.
298 'title.add_user' => '사용자를 추가하기', // TODO: is this correct?
299 'title.edit_user' => '사용자를 편집하기',
300 'title.delete_user' => '사용자를 삭제하기',
301 // TODO: translate the following.
302 // 'title.roles' => 'Roles',
303 // 'title.add_role' => 'Adding Role',
304 // 'title.edit_role' => 'Editing Role',
305 // 'title.delete_role' => 'Deleting Role',
306 'title.clients' => '클라이언트',
307 'title.add_client' => '클라이언트 추가',
308 'title.edit_client' => '클라이언트 편집',
309 'title.delete_client' => '클라이언트 삭제',
310 'title.invoices' => '송장',
311 // TODO: translate the following.
312 // 'title.add_invoice' => 'Adding Invoice',
313 // 'title.view_invoice' => 'Viewing Invoice',
314 // 'title.delete_invoice' => 'Deleting Invoice',
315 // 'title.notifications' => 'Notifications',
316 // 'title.add_notification' => 'Adding Notification',
317 // 'title.edit_notification' => 'Editing Notification',
318 // 'title.delete_notification' => 'Deleting Notification',
319 // 'title.monthly_quotas' => 'Monthly Quotas',
320 // 'title.export' => 'Exporting Group Data',
321 // 'title.import' => 'Importing Group Data',
322 'title.options' => '옵션',
323 'title.profile' => '프로필',
324 // TODO: translate the following.
325 // 'title.group' => 'Group Settings',
326 // 'title.cf_custom_fields' => 'Custom Fields',
327 // 'title.cf_add_custom_field' => 'Adding Custom Field',
328 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
329 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
330 // 'title.cf_dropdown_options' => 'Dropdown Options',
331 // 'title.cf_add_dropdown_option' => 'Adding Option',
332 // 'title.cf_edit_dropdown_option' => 'Editing Option',
333 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
334 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
335 // It is also a name for the Locking plugin on the group settings page.
336 // 'title.locking' => 'Locking',
337 // 'title.week_view' => 'Week View',
338 // 'title.swap_roles' => 'Swapping Roles',
339 // 'title.work_units' => 'Work Units',
340
341 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
342 // Strings that are used in a single form must go to the specific form section.
343 'dropdown.all' => '--- 전부 ---',
344 'dropdown.no' => '--- 아니 ---',
345 'dropdown.current_day' => '오늘',
346 // TODO: translate the following.
347 // 'dropdown.previous_day' => 'yesterday',
348 'dropdown.selected_day' => '일',
349 'dropdown.current_week' => '이번주',
350 'dropdown.previous_week' => '전번주',
351 'dropdown.selected_week' => '주',
352 'dropdown.current_month' => '이번달',
353 'dropdown.previous_month' => '전번달',
354 'dropdown.selected_month' => '달',
355 'dropdown.current_year' => '올해',
356 // TODO: translate the following.
357 // 'dropdown.previous_year' => 'previous year',
358 // 'dropdown.selected_year' => 'year',
359 'dropdown.all_time' => '전시간',
360 'dropdown.projects' => '프로젝트',
361 // TODO: translate the following.
362 // 'dropdown.tasks' => 'tasks',
363 'dropdown.clients' => '클라이언트',
364 // TODO: translate the following.
365 // 'dropdown.select' => '--- select ---',
366 // 'dropdown.select_invoice' => '--- select invoice ---',
367 // 'dropdown.status_active' => 'active',
368 // 'dropdown.status_inactive' => 'inactive',
369 // 'dropdown.delete' => 'delete',
370 // 'dropdown.do_not_delete' => 'do not delete',
371 // 'dropdown.paid' => 'paid',
372 // 'dropdown.not_paid' => 'not paid',
373
374 // Login form. See example at https://timetracker.anuko.com/login.php.
375 'form.login.forgot_password' => '암호를 잊으셨습니까?',
376 // TODO: translate the following.
377 // 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
378
379 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
380 'form.reset_password.message' => '송신한 암호 재설정 요청.', // TODO: add "by email" to match the English string.
381 'form.reset_password.email_subject' => 'Anuko Time Tracker 암호 재설정 요청',
382 // TODO: translate the following.
383 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
384
385 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
386 // TODO: translate the following.
387 // 'form.change_password.tip' => 'Type new password and click on Save.',
388
389 // Time form. See example at https://timetracker.anuko.com/time.php.
390 'form.time.duration_format' => '(hh:mm 혹은 0.0h)', // TODO: is there a better term for hh:mm as a hint to user what to enter?
391 'form.time.billable' => '청구가능',
392 'form.time.uncompleted' => '완성되지 않은',
393 // TODO: translate the following.
394 // 'form.time.remaining_quota' => 'Remaining quota',
395 // 'form.time.over_quota' => 'Over quota',
396
397 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
398 'form.time_edit.uncompleted' => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다.',
399
400 // Week view form. See example at https://timetracker.anuko.com/week.php.
401 // TODO: translate the following.
402 // 'form.week.new_entry' => 'New entry',
403
404 // Reports form. See example at https://timetracker.anuko.com/reports.php
405 'form.reports.save_as_favorite' => '좋아하는 것으로 저장',
406 'form.reports.confirm_delete' => '좋아하는 이 보고서를 삭제해도 좋습니까?',
407 'form.reports.include_billable' => '청구 가능한',
408 'form.reports.include_not_billable' => '청구 가능하지 않은',
409 // TODO: translate the following.
410 // 'form.reports.include_invoiced' => 'invoiced',
411 // 'form.reports.include_not_invoiced' => 'not invoiced',
412 'form.reports.select_period' => '시간 기간을 선택',
413 'form.reports.set_period' => '혹은 날짜를 설정',
414 'form.reports.show_fields' => '필드들을 보기',
415 'form.reports.group_by' => '다음것에 의한 그룹화',
416 'form.reports.group_by_no' => '--- 그룹화되지 않음 ---',
417 'form.reports.group_by_date' => '날짜',
418 'form.reports.group_by_user' => '사용자',
419 // TODO: translate the following.
420 // 'form.reports.group_by_client' => 'client',
421 'form.reports.group_by_project' => '프로젝트',
422 // TODO: translate the following.
423 // 'form.reports.group_by_task' => 'task',
424
425 // Report form. See example at https://timetracker.anuko.com/report.php
426 // (after generating a report at https://timetracker.anuko.com/reports.php).
427 'form.report.export' => '익스포트', // TODO: is this correct?
428 // TODO: translate the following.
429 // 'form.report.assign_to_invoice' => 'Assign to invoice',
430
431 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
432 // (you can get to this form after generating a report).
433 'form.invoice.number' => '송장 번호',
434 'form.invoice.person' => '개인',
435
436 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
437 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
438 // 'form.invoice.invoice_entries' => 'Invoice entries',
439 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
440
441 // Charts form. See example at https://timetracker.anuko.com/charts.php
442 // TODO: translate the following.
443 // 'form.charts.interval' => 'Interval',
444 // 'form.charts.chart' => 'Chart',
445
446 // Projects form. See example at https://timetracker.anuko.com/projects.php
447 // TODO: translate the following.
448 // 'form.projects.active_projects' => 'Active Projects',
449 // 'form.projects.inactive_projects' => 'Inactive Projects',
450
451 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
452 // TODO: translate the following.
453 // 'form.tasks.active_tasks' => 'Active Tasks',
454 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
455
456 // Users form. See example at https://timetracker.anuko.com/users.php
457 // TODO: translate the following.
458 // 'form.users.active_users' => 'Active Users',
459 // 'form.users.inactive_users' => 'Inactive Users',
460 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
461 'form.users.role' => '직위', // TODO: is this correct? The term "role" describes user function, as in "team manager role".
462 'form.users.manager' => '관리자',
463 'form.users.comanager' => '공동관리자',
464 'form.users.rate' => '급여',
465 'form.users.default_rate' => '디폴트 시간당 급여',
466
467 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
468 // TODO: translate the following.
469 // 'form.user_edit.swap_roles' => 'Swap roles',
470
471 // Roles form. See example at https://timetracker.anuko.com/roles.php
472 // TODO: translate the following.
473 // 'form.roles.active_roles' => 'Active Roles',
474 // 'form.roles.inactive_roles' => 'Inactive Roles',
475 // 'form.roles.rank' => 'Rank',
476 // 'form.roles.rights' => 'Rights',
477 // 'form.roles.assigned' => 'Assigned',
478 // 'form.roles.not_assigned' => 'Not assigned',
479
480 // Clients form. See example at https://timetracker.anuko.com/clients.php
481 // TODO: translate the following.
482 // 'form.clients.active_clients' => 'Active Clients',
483 // 'form.clients.inactive_clients' => 'Inactive Clients',
484
485 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
486 // TODO: translate the following.
487 // 'form.client.client_to_delete' => 'Client to delete',
488 // 'form.client.client_entries' => 'Client entries',
489
490 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
491 // TODO: replace "team" with "group" in the string below.
492 'form.export.hint' => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.',
493 'form.export.compression' => '압축',
494 'form.export.compression_none' => '없음',
495 'form.export.compression_bzip' => 'bzip',
496
497 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
498 'form.import.hint' => 'xml 파일로부터 팀 데이터를 임포트.', // TODO: replace "team" with "group".
499 'form.import.file' => '파일 선택',
500 'form.import.success' => '성과적으로 완료된 임포트.',
501
502 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
503 // TODO: replace "team" with "group" in the string below.
504 'form.groups.hint' => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.<br>또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).',
505
506 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
507 // TODO: translate the following.
508 // 'form.group_edit.12_hours' => '12 hours',
509 // 'form.group_edit.24_hours' => '24 hours',
510 // 'form.group_edit.show_holidays' => 'Show holidays',
511 // 'form.group_edit.tracking_mode' => 'Tracking mode',
512 // 'form.group_edit.mode_time' => 'time',
513 // 'form.group_edit.mode_projects' => 'projects',
514 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
515 // 'form.group_edit.record_type' => 'Record type',
516 // 'form.group_edit.type_all' => 'all',
517 // 'form.group_edit.type_start_finish' => 'start and finish',
518 // 'form.group_edit.type_duration' => 'duration',
519 // 'form.group_edit.punch_mode' => 'Punch mode',
520 // 'form.group_edit.allow_overlap' => 'Allow overlap',
521 // 'form.group_edit.future_entries' => 'Future entries',
522 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
523 // 'form.group_edit.allow_ip' => 'Allow IP',
524 // 'form.group_edit.plugins' => 'Plugins',
525
526 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
527 // TODO: translate the following.
528 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
529
530 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
531 'form.mail.from' => '부터',
532 'form.mail.to' => '까지', // TODO: is this correct? The meaning is that we send an email TO this person.
533 // TODO: translate the following.
534 // 'form.mail.report_subject' => 'Time Tracker Report',
535 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
536 // 'form.mail.report_sent' => 'Report sent.',
537 'form.mail.invoice_sent' => '송신한 송장.',
538
539 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
540 // TODO: translate the following.
541 // 'form.quota.year' => 'Year',
542 // 'form.quota.month' => 'Month',
543 // 'form.quota.quota' => 'Quota',
544 // 'form.quota.workday_hours' => 'Hours in work day',
545 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
546
547 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
548 // TODO: translate the following.
549 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
550 // 'form.swap.swap_with' => 'Swap roles with',
551
552 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
553 // TODO: translate the following.
554 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
555 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
556
557 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
558 // TODO: translate the following.
559 // 'role.user.label' => 'User',
560 // 'role.user.low_case_label' => 'user',
561 // 'role.user.description' => 'A regular member without management rights.',
562 // 'role.client.label' => 'Client',
563 // 'role.client.low_case_label' => 'client',
564 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
565 // 'role.supervisor.label' => 'Supervisor',
566 // 'role.supervisor.low_case_label' => 'supervisor',
567 // 'role.supervisor.description' => 'A person with a small set of management rights.',
568 // 'role.comanager.label' => 'Co-manager',
569 // 'role.comanager.low_case_label' => 'co-manager',
570 // 'role.comanager.description' => 'A person with a big set of management functions.',
571 // 'role.manager.label' => 'Manager',
572 // 'role.manager.low_case_label' => 'manager',
573 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
574 // 'role.top_manager.label' => 'Top manager',
575 // 'role.top_manager.low_case_label' => 'top manager',
576 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
577 // 'role.admin.label' => 'Administrator',
578 // 'role.admin.low_case_label' => 'administrator',
579 // 'role.admin.description' => 'Site adminsitrator.',
580 );