More recycling in old translations.
[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 = '한국어';
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_team' => 'Create Team',
50 'menu.profile' => '프로필',
51 // TODO: translate the following.
52 // 'menu.time' => 'Time',
53 // 'menu.expenses' => 'Expenses',
54 'menu.reports' => '보고서',
55 // TODO: translate the following.
56 // 'menu.charts' => 'Charts',
57 'menu.projects' => '프로젝트',
58 // TODO: translate the following.
59 // 'menu.tasks' => 'Tasks',
60 'menu.users' => '사용자',
61 'menu.teams' => '팀',
62 // TODO: translate the following.
63 // 'menu.export' => 'Export',
64 'menu.clients' => '클라이언트',
65 'menu.options' => '옵션',
66
67 // Footer - strings on the bottom of most pages.
68 // TODO: translate the following.
69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
70 // 'footer.credits' => 'Credits',
71 // 'footer.license' => 'License',
72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
73                                      // This is a link to a webpage that describes how to contribute to the project.
74
75 // Error messages.
76 // TODO: translate the following.
77 // 'error.access_denied' => 'Access denied.',
78 // 'error.sys' => 'System error.',
79 'error.db' => '데이터베이스 오류.',
80 'error.field' => '부정확한 "{0}" 의 데이터.',
81 'error.empty' => '"{0}" 의 필드가 비어있습니다.',
82 'error.not_equal' => '"{0}" 의 필드가 "{1}" 의 필드와 같지 않습니다.',
83 // TODO: translate the following.
84 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
85 'error.project' => '프로젝트의 선택.',
86 // TODO: translate the following.
87 // 'error.task' => 'Select task.',
88 'error.client' => '클라이언트 선택.',
89 // TODO: translate the following.
90 // 'error.report' => 'Select report.',
91 // 'error.record' => 'Select record.',
92 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다.',
93 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다.',
94 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다.',
95 // TODO: translate the following.
96 // 'error.task_exists' => 'Task with this name already exists.',
97 // 'error.client_exists' => 'Client with this name already exists.',
98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
100 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다.',
101 // TODO: translate the following.
102 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
103 'error.upload' => '파일 업로드 오류.',
104 // TODO: translate the following.
105 // 'error.range_locked' => 'Date range is locked.',
106 'error.mail_send' => '메일 보내기에서의 오류.',
107 'error.no_email' => '본 로그인과 연계된 이메일이 없습니다.',
108 // TODO: translate the following.
109 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
110 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
111 // 'error.overlap' => 'Time interval overlaps with existing records.',
112 // 'error.future_date' => 'Date is in future.',
113
114 // Labels for buttons.
115 'button.login' => '로그인',
116 'button.now' => '지금',
117 'button.save' => '저장',
118 // TODO: translate the following.
119 // 'button.copy' => 'Copy',
120 'button.cancel' => '취소',
121 'button.submit' => '발송',
122 // TODO: translate the following.
123 // 'button.add_user' => 'Add user',
124 // 'button.add_project' => 'Add project',
125 // 'button.add_task' => 'Add task',
126 // 'button.add_client' => 'Add client',
127 // 'button.add_invoice' => 'Add invoice',
128 // 'button.add_option' => 'Add option',
129 'button.add' => '추가',
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_team' => 'Create team',
137 'button.export' => '팀 익스포트',
138 'button.import' => '팀 임포트',
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.team_name' => 'Team 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 'label.client' => '클라이언트',
167 'label.clients' => '클라이언트',
168 'label.option' => '옵션',
169 'label.invoice' => '송장',
170 'label.project' => '프로젝트',
171 'label.projects' => '프로젝트',
172 // TODO: translate the following.
173 // 'label.task' => 'Task',
174 // 'label.tasks' => 'Tasks',
175 // 'label.description' => 'Description',
176 'label.start' => '시작',
177 'label.finish' => '마감',
178 'label.duration' => '기간',
179 'label.note' => '표식',
180 'label.notes' => '표식',
181 // TODO: translate the following.
182 // 'label.item' => 'Item',
183 // 'label.cost' => 'Cost',
184 // 'label.day_total' => 'Day total',
185 'label.week_total' => '주별 합계',
186 // TODO: translate the following.
187 // 'label.month_total' => 'Month total',
188 'label.today' => '오늘',
189 // TODO: translate the following.
190 // 'label.total_hours' => 'Total hours',
191 // 'label.total_cost' => 'Total cost',
192 // 'label.view' => 'View',
193 'label.edit' => '편집',
194 'label.delete' => '삭제',
195 // TODO: translate the following.
196 // 'label.configure' => 'Configure',
197 'label.select_all' => '모두 선택',
198 'label.select_none' => '모두 해제',
199 // TODO: translate the following.
200 // 'label.day_view' => 'Day view',
201 // 'label.week_view' => 'Week view',
202 // 'label.id' => 'ID',
203 'label.language' => '언어',
204 // TODO: translate the following.
205 // 'label.decimal_mark' => 'Decimal mark',
206 'label.date_format' => '날짜 포맷',
207 'label.time_format' => '시간 포맷',
208 'label.week_start' => '주의 시작요일',
209 'label.comment' => '코멘트',
210 'label.status' => '상태',
211 'label.tax' => '세금',
212 // TODO: translate the following.
213 // 'label.subtotal' => '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.cron_schedule' => 'Cron schedule',
245 // 'label.what_is_it' => 'What is it?',
246 // 'label.expense' => 'Expense',
247 // 'label.quantity' => 'Quantity',
248 // 'label.paid_status' => 'Paid status',
249 // 'label.paid' => 'Paid',
250 // 'label.mark_paid' => 'Mark paid',
251 // 'label.week_note' => 'Week note',
252 // 'label.week_list' => 'Week list',
253
254 // Form titles.
255 'title.login' => '로그인',
256 // TODO: translate the following.
257 // 'title.teams' => 'Teams',
258 // 'title.create_team' => 'Creating Team',
259 // 'title.edit_team' => 'Editing Team',
260 // 'title.delete_team' => 'Deleting Team',
261 'title.reset_password' => '암호 재설정',
262 // TODO: translate the following.
263 // 'title.change_password' => 'Changing Password',
264 // 'title.time' => 'Time',
265 // 'title.edit_time_record' => 'Editing Time Record',
266 // 'title.delete_time_record' => 'Deleting Time Record',
267 // 'title.expenses' => 'Expenses',
268 // 'title.edit_expense' => 'Editing Expense Item',
269 // 'title.delete_expense' => 'Deleting Expense Item',
270 // 'title.predefined_expenses' => 'Predefined Expenses',
271 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
272 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
273 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
274 // 'title.reports' => 'Reports',
275 'title.report' => '보고서',
276 // TODO: translate the following.
277 // 'title.send_report' => 'Sending Report',
278 'title.invoice' => '송장',
279 // TODO: translate the following.
280 // 'title.send_invoice' => 'Sending Invoice',
281 // 'title.charts' => 'Charts',
282 'title.projects' => '프로젝트',
283 'title.add_project' => '프로젝트를 추가하기',
284 'title.edit_project' => '프로젝트를 편집하기',
285 'title.delete_project' => '프로젝트를 편집하기',
286 // TODO: translate the following.
287 // 'title.tasks' => 'Tasks',
288 // 'title.add_task' => 'Adding Task',
289 // 'title.edit_task' => 'Editing Task',
290 // 'title.delete_task' => 'Deleting Task',
291 'title.users' => '사용자',
292 // TODO: translate the following.
293 // 'title.add_user' => 'Adding User',
294 // 'title.edit_user' => 'Editing User',
295 // 'title.delete_user' => 'Deleting User',
296 'title.clients' => '클라이언트',
297 'title.add_client' => '클라이언트 추가',
298 'title.edit_client' => '클라이언트 편집',
299 'title.delete_client' => '클라이언트 삭제',
300 'title.invoices' => '송장',
301 // TODO: translate the following.
302 // 'title.add_invoice' => 'Adding Invoice',
303 // 'title.view_invoice' => 'Viewing Invoice',
304 // 'title.delete_invoice' => 'Deleting Invoice',
305 // 'title.notifications' => 'Notifications',
306 // 'title.add_notification' => 'Adding Notification',
307 // 'title.edit_notification' => 'Editing Notification',
308 // 'title.delete_notification' => 'Deleting Notification',
309 // 'title.monthly_quotas' => 'Monthly Quotas',
310 // 'title.export' => 'Exporting Team Data',
311 // 'title.import' => 'Importing Team Data',
312 'title.options' => '옵션',
313 'title.profile' => '프로필',
314 // TODO: translate the following.
315 // 'title.cf_custom_fields' => 'Custom Fields',
316 // 'title.cf_add_custom_field' => 'Adding Custom Field',
317 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
318 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
319 // 'title.cf_dropdown_options' => 'Dropdown Options',
320 // 'title.cf_add_dropdown_option' => 'Adding Option',
321 // 'title.cf_edit_dropdown_option' => 'Editing Option',
322 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
323 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
324 // It is also a name for the Locking plugin on the Team profile page.
325 // 'title.locking' => 'Locking',
326 // 'title.week_view' => 'Week View',
327
328 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
329 // Strings that are used in a single form must go to the specific form section.
330 'dropdown.all' => '--- 전부 ---',
331 'dropdown.no' => '--- 아니 ---',
332 'dropdown.current_day' => '오늘',
333 // TODO: translate the following.
334 // 'dropdown.previous_day' => 'yesterday',
335 'dropdown.selected_day' => '일',
336 'dropdown.current_week' => '이번주',
337 'dropdown.previous_week' => '전번주',
338 'dropdown.selected_week' => '주',
339 'dropdown.current_month' => '이번달',
340 'dropdown.previous_month' => '전번달',
341 'dropdown.selected_month' => '달',
342 'dropdown.current_year' => '올해',
343 // TODO: translate the following.
344 // 'dropdown.previous_year' => 'previous year',
345 // 'dropdown.selected_year' => 'year',
346 'dropdown.all_time' => '전시간',
347 'dropdown.projects' => '프로젝트',
348 // TODO: translate the following.
349 // 'dropdown.tasks' => 'tasks',
350 'dropdown.clients' => '클라이언트',
351 // TODO: translate the following.
352 // 'dropdown.select' => '--- select ---',
353 // 'dropdown.select_invoice' => '--- select invoice ---',
354 // 'dropdown.status_active' => 'active',
355 // 'dropdown.status_inactive' => 'inactive',
356 // 'dropdown.delete'=>'delete',
357 // 'dropdown.do_not_delete'=>'do not delete',
358 // 'dropdown.paid' => 'paid',
359 // 'dropdown.not_paid' => 'not paid',
360
361 // Login form. See example at https://timetracker.anuko.com/login.php.
362 'form.login.forgot_password' => '암호를 잊으셨습니까?',
363 // TODO: translate the following.
364 // '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.',
365
366 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
367 'form.reset_password.message' => '송신한 암호 재설정 요청.', // TODO: add "by email" to match the English string.
368 'form.reset_password.email_subject' => 'Anuko Time Tracker 암호 재설정 요청',
369 // TODO: translate the ending of the following.
370 'form.reset_password.email_body' => "사용자님께,\n\n누군가 (아마 당신) 가 당신의 Anuko Time Tracker 암호 재설정을 요청하였습니다. 당신의 암호를 재설정하기 바란다면 이 링크를 찾아주십시오. \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",
371
372 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
373 // TODO: translate the following.
374 // 'form.change_password.tip' => 'Type new password and click on Save.',
375
376 // Time form. See example at https://timetracker.anuko.com/time.php.
377 // TODO: translate the following.
378 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
379 'form.time.billable' => '청구가능',
380 // TODO: translate the following.
381 // 'form.time.uncompleted' => 'Uncompleted',
382 // 'form.time.remaining_quota' => 'Remaining quota',
383 // 'form.time.over_quota' => 'Over quota',
384
385 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
386 // TODO: translate the following.
387 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
388
389 // Week view form. See example at https://timetracker.anuko.com/week.php.
390 // TODO: translate the following.
391 // 'form.week.new_entry' => 'New entry',
392
393 // Reports form. See example at https://timetracker.anuko.com/reports.php
394 'form.reports.save_as_favorite' => '좋아하는 것으로 저장',
395 'form.reports.confirm_delete' => '좋아하는 이 보고서를 삭제해도 좋습니까?',
396 'form.reports.include_billable' => '청구 가능한',
397 'form.reports.include_not_billable' => '청구 가능하지 않은',
398 // TODO: translate the following.
399 // 'form.reports.include_invoiced' => 'invoiced',
400 // 'form.reports.include_not_invoiced' => 'not invoiced',
401 'form.reports.select_period' => '시간 기간을 선택',
402 'form.reports.set_period' => '혹은 날짜를 설정',
403 'form.reports.show_fields' => '필드들을 보기',
404 'form.reports.group_by' => '다음것에 의한 그룹화',
405 'form.reports.group_by_no' => '--- 그룹화되지 않음 ---',
406 'form.reports.group_by_date' => '날짜',
407 'form.reports.group_by_user' => '사용자',
408 // TODO: translate the following.
409 // 'form.reports.group_by_client' => 'client',
410 'form.reports.group_by_project' => '프로젝트',
411 // TODO: translate the following.
412 // 'form.reports.group_by_task' => 'task',
413 'form.reports.totals_only' => '오직 전체만',
414
415 // Report form. See example at https://timetracker.anuko.com/report.php
416 // (after generating a report at https://timetracker.anuko.com/reports.php).
417 // TODO: translate the following.
418 // 'form.report.export' => 'Export',
419 // 'form.report.assign_to_invoice' => 'Assign to invoice',
420
421 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
422 // (you can get to this form after generating a report).
423 // TODO: translate the following.
424 // 'form.invoice.number' => 'Invoice number',
425 // 'form.invoice.person' => 'Person',
426 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
427 // 'form.invoice.invoice_entries' => 'Invoice entries',
428 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
429
430 // Charts form. See example at https://timetracker.anuko.com/charts.php
431 // TODO: translate the following.
432 // 'form.charts.interval' => 'Interval',
433 // 'form.charts.chart' => 'Chart',
434
435 // Projects form. See example at https://timetracker.anuko.com/projects.php
436 // TODO: translate the following.
437 // 'form.projects.active_projects' => 'Active Projects',
438 // 'form.projects.inactive_projects' => 'Inactive Projects',
439
440 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
441 // TODO: translate the following.
442 // 'form.tasks.active_tasks' => 'Active Tasks',
443 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
444
445 // Users form. See example at https://timetracker.anuko.com/users.php
446 // TODO: translate the following.
447 // 'form.users.active_users' => 'Active Users',
448 // 'form.users.inactive_users' => 'Inactive Users',
449 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
450 // 'form.users.role' => 'Role',
451 // 'form.users.manager' => 'Manager',
452 // 'form.users.comanager' => 'Co-manager',
453 // 'form.users.rate' => 'Rate',
454 // 'form.users.default_rate' => 'Default hourly rate',
455
456 // Clients form. See example at https://timetracker.anuko.com/clients.php
457 // TODO: translate the following.
458 // 'form.clients.active_clients' => 'Active Clients',
459 // 'form.clients.inactive_clients' => 'Inactive Clients',
460
461 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
462 // TODO: translate the following.
463 // 'form.client.client_to_delete' => 'Client to delete',
464 // 'form.client.client_entries' => 'Client entries',
465
466 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
467 // TODO: translate the following.
468 // 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
469 // 'form.export.compression' => 'Compression',
470 // 'form.export.compression_none' => 'none',
471 // 'form.export.compression_bzip' => 'bzip',
472
473 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
474 // TODO: translate the following.
475 // 'form.import.hint' => 'Import team data from an xml file.',
476 // 'form.import.file' => 'Select file',
477 // 'form.import.success' => 'Import completed successfully.',
478
479 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
480 'form.teams.hint' => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.<br>또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).',
481
482
483
484 // TODO: refactoring ongoing down from here.
485
486 // administrator form
487 "form.admin.profile.title" => '팀',
488 "form.admin.profile.noprofiles" => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.',
489 "form.admin.profile.comment" => '팀 삭제',
490 "form.admin.profile.th.id" => '식별자',
491 "form.admin.profile.th.active" => '활동내용',
492
493 // my time form attributes
494 "form.mytime.title" => '나의 시간',
495 "form.mytime.edit_title" => '시간기록을 편집하기',
496 "form.mytime.del_str" => '시간기록을 삭제하기',
497 "form.mytime.time_form" => ' (hh:mm)',
498 "form.mytime.total" => '전체 시간: ',
499 "form.mytime.del_yes" => '성과적으로 삭제된 시간기록',
500 "form.mytime.no_finished_rec" => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다. 필요하면 로그아웃 하십시오.',
501 "form.mytime.warn_tozero_rec" => '이 시간기간이 로크되었으므로 이 시간기록은 삭제되어야 합니다',
502 "form.mytime.uncompleted" => '완성되지 않은',
503
504 // profile form attributes
505 // Note to translators: we need a more accurate translation of form.profile.create_title
506 "form.profile.create_title" => '신규 관리자 계정을 생성',
507 "form.profile.edit_title" => '프로필을 편집하기',
508 "form.profile.showchart" => '원 그래프를 보기',
509
510 // people form attributes
511 "form.people.ppl_str" => '멤버',
512 "form.people.createu_str" => '신규 사용자를 만들기',
513 "form.people.edit_str" => '사용자를 편집하기',
514 "form.people.del_str" => '사용자를 삭제하기',
515 "form.people.th.role" => '직위',
516 "form.people.th.rate" => '급여',
517 "form.people.manager" => '관리자',
518 "form.people.comanager" => '공동관리자',
519
520 "form.people.rate" => '디폴트 시간당 급여',
521 "form.people.comanager" => '공동관리자',
522
523 // report attributes
524 "form.report.title" => '보고서',
525 "form.report.total" => '시간 총합',
526
527 // mail form attributes
528 "form.mail.from" => '부터',
529 "form.mail.to" => '까지',
530 "form.mail.above" => '이 보고서를 이메일로 송신',
531 // Note to translators: this string needs to be translated.
532 // "form.mail.footer_str" => '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.',
533 "form.mail.sending_str" => '<b>송신된 메시지</b>',
534
535 // invoice attributes
536 "form.invoice.title" => '송장',
537 "form.invoice.caption" => '송장',
538 "form.invoice.above" => '송장에 대한 보충정보',
539 "form.invoice.select_cust" => '클라이언트의 선택',
540 "form.invoice.fillform" => '필드들을 채우십시오',
541 "form.invoice.number" => '송장 번호',
542 "form.invoice.th.username" => '개인',
543 "form.invoice.th.time" => '시간',
544 "form.invoice.th.rate" => '급여',
545 "form.invoice.th.summ" => '수량',
546 "form.invoice.subtotal" => '소계',
547 "form.invoice.customer" => '클라이언트',
548 "form.invoice.mailinv_above" => '이 송장을 이메일로 송신',
549 "form.invoice.sending_str" => '<b>송신한 송장</b>',
550
551 "form.migration.zip" => '압축',
552 "form.migration.file" => '파일 선택',
553 "form.migration.import.title" => '데이터 임포트',
554 "form.migration.import.success" => '성과적으로 완료된 임포트',
555 "form.migration.import.text" => 'xml 파일로부터 팀 데이터를 임포트',
556 "form.migration.export.title" => '데이터 익스포트',
557 "form.migration.export.success" => '성과적으로 완료된 익스포트',
558 "form.migration.export.text" => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.',
559 "form.migration.compression.none" => '없음',
560 "form.migration.compression.gzip" => 'gzip',
561 "form.migration.compression.bzip" => 'bzip',
562
563 // miscellaneous strings
564 "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트',
565 "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트',
566 "forward.geninvoice" => '송장 만들기',
567 );