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