Some more cleanup and recycling.
[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' => '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 // TODO: translate the following.
170 // 'label.invoice' => 'Invoice',
171 'label.project' => '프로젝트',
172 'label.projects' => '프로젝트',
173 // TODO: translate the following.
174 // 'label.task' => 'Task',
175 // 'label.tasks' => 'Tasks',
176 // 'label.description' => 'Description',
177 'label.start' => '시작',
178 'label.finish' => '마감',
179 'label.duration' => '기간',
180 'label.note' => '표식',
181 'label.notes' => '표식',
182 // TODO: translate the following.
183 // 'label.item' => 'Item',
184 // 'label.cost' => 'Cost',
185 // 'label.day_total' => 'Day total',
186 'label.week_total' => '주별 합계',
187 // TODO: translate the following.
188 // 'label.month_total' => 'Month total',
189 'label.today' => '오늘',
190 // TODO: translate the following.
191 // 'label.total_hours' => 'Total hours',
192 // 'label.total_cost' => 'Total cost',
193 // 'label.view' => 'View',
194 'label.edit' => '편집',
195 'label.delete' => '삭제',
196 // TODO: translate the following.
197 // 'label.configure' => 'Configure',
198 // 'label.select_all' => 'Select all',
199 // 'label.select_none' => 'Deselect all',
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' => 'Invoice',
279 // 'title.send_invoice' => 'Sending Invoice',
280 // 'title.charts' => 'Charts',
281 'title.projects' => '프로젝트',
282 'title.add_project' => '프로젝트를 추가하기',
283 'title.edit_project' => '프로젝트를 편집하기',
284 'title.delete_project' => '프로젝트를 편집하기',
285 // TODO: translate the following.
286 // 'title.tasks' => 'Tasks',
287 // 'title.add_task' => 'Adding Task',
288 // 'title.edit_task' => 'Editing Task',
289 // 'title.delete_task' => 'Deleting Task',
290 // 'title.users' => 'Users',
291 // 'title.add_user' => 'Adding User',
292 // 'title.edit_user' => 'Editing User',
293 // 'title.delete_user' => 'Deleting User',
294 'title.clients' => '클라이언트',
295 'title.add_client' => '클라이언트 추가',
296 'title.edit_client' => '클라이언트 편집',
297 'title.delete_client' => '클라이언트 삭제',
298 // TODO: translate the following.
299 // 'title.invoices' => 'Invoices',
300 // 'title.add_invoice' => 'Adding Invoice',
301 // 'title.view_invoice' => 'Viewing Invoice',
302 // 'title.delete_invoice' => 'Deleting Invoice',
303 // 'title.notifications' => 'Notifications',
304 // 'title.add_notification' => 'Adding Notification',
305 // 'title.edit_notification' => 'Editing Notification',
306 // 'title.delete_notification' => 'Deleting Notification',
307 // 'title.monthly_quotas' => 'Monthly Quotas',
308 // 'title.export' => 'Exporting Team Data',
309 // 'title.import' => 'Importing Team Data',
310 'title.options' => '옵션',
311 'title.profile' => '프로필',
312 // TODO: translate the following.
313 // 'title.cf_custom_fields' => 'Custom Fields',
314 // 'title.cf_add_custom_field' => 'Adding Custom Field',
315 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
316 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
317 // 'title.cf_dropdown_options' => 'Dropdown Options',
318 // 'title.cf_add_dropdown_option' => 'Adding Option',
319 // 'title.cf_edit_dropdown_option' => 'Editing Option',
320 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
321 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
322 // It is also a name for the Locking plugin on the Team profile page.
323 // 'title.locking' => 'Locking',
324 // 'title.week_view' => 'Week View',
325
326 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
327 // Strings that are used in a single form must go to the specific form section.
328 // TODO: translate the following.
329 // 'dropdown.all' => '--- all ---',
330 // 'dropdown.no' => '--- no ---',
331 // 'dropdown.current_day' => 'today',
332 // 'dropdown.previous_day' => 'yesterday',
333 // 'dropdown.selected_day' => 'day',
334 // 'dropdown.current_week' => 'this week',
335 // 'dropdown.previous_week' => 'previous week',
336 // 'dropdown.selected_week' => 'week',
337 // 'dropdown.current_month' => 'this month',
338 // 'dropdown.previous_month' => 'previous month',
339 // 'dropdown.selected_month' => 'month',
340 // 'dropdown.current_year' => 'this year',
341 // 'dropdown.previous_year' => 'previous year',
342 // 'dropdown.selected_year' => 'year',
343 // 'dropdown.all_time' => 'all time',
344 'dropdown.projects' => '프로젝트',
345 // TODO: translate the following.
346 // 'dropdown.tasks' => 'tasks',
347 'dropdown.clients' => '클라이언트',
348 // TODO: translate the following.
349 // 'dropdown.select' => '--- select ---',
350 // 'dropdown.select_invoice' => '--- select invoice ---',
351 // 'dropdown.status_active' => 'active',
352 // 'dropdown.status_inactive' => 'inactive',
353 // 'dropdown.delete'=>'delete',
354 // 'dropdown.do_not_delete'=>'do not delete',
355 // 'dropdown.paid' => 'paid',
356 // 'dropdown.not_paid' => 'not paid',
357
358 // Login form. See example at https://timetracker.anuko.com/login.php.
359 'form.login.forgot_password' => '암호를 잊으셨습니까?',
360 // TODO: translate the following.
361 // '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.',
362
363 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
364 'form.reset_password.message' => '송신한 암호 재설정 요청.', // TODO: add "by email" to match the English string.
365 'form.reset_password.email_subject' => 'Anuko Time Tracker 암호 재설정 요청',
366 // TODO: translate the ending of the following.
367 '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",
368
369 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
370 // TODO: translate the following.
371 // 'form.change_password.tip' => 'Type new password and click on Save.',
372
373 // Time form. See example at https://timetracker.anuko.com/time.php.
374 // TODO: translate the following.
375 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
376 'form.time.billable' => '청구가능',
377 // TODO: translate the following.
378 // 'form.time.uncompleted' => 'Uncompleted',
379 // 'form.time.remaining_quota' => 'Remaining quota',
380 // 'form.time.over_quota' => 'Over quota',
381
382 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
383 // TODO: translate the following.
384 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
385
386 // Week view form. See example at https://timetracker.anuko.com/week.php.
387 // TODO: translate the following.
388 // 'form.week.new_entry' => 'New entry',
389
390 // Reports form. See example at https://timetracker.anuko.com/reports.php
391 'form.reports.save_as_favorite' => '좋아하는 것으로 저장',
392 'form.reports.confirm_delete' => '좋아하는 이 보고서를 삭제해도 좋습니까?',
393 'form.reports.include_billable' => '청구 가능한',
394 'form.reports.include_not_billable' => '청구 가능하지 않은',
395 // TODO: translate the following.
396 // 'form.reports.include_invoiced' => 'invoiced',
397 // 'form.reports.include_not_invoiced' => 'not invoiced',
398 'form.reports.select_period' => '시간 기간을 선택',
399 'form.reports.set_period' => '혹은 날짜를 설정',
400 'form.reports.show_fields' => '필드들을 보기',
401 'form.reports.group_by' => '다음것에 의한 그룹화',
402 'form.reports.group_by_no' => '--- 그룹화되지 않음 ---',
403 'form.reports.group_by_date' => '날짜',
404 'form.reports.group_by_user' => '사용자',
405 // TODO: translate the following.
406 // 'form.reports.group_by_client' => 'client',
407 'form.reports.group_by_project' => '프로젝트',
408 // TODO: translate the following.
409 // 'form.reports.group_by_task' => 'task',
410 'form.reports.totals_only' => '오직 전체만',
411
412 // Report form. See example at https://timetracker.anuko.com/report.php
413 // (after generating a report at https://timetracker.anuko.com/reports.php).
414 // TODO: translate the following.
415 // 'form.report.export' => 'Export',
416 // 'form.report.assign_to_invoice' => 'Assign to invoice',
417
418 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
419 // (you can get to this form after generating a report).
420 // TODO: translate the following.
421 // 'form.invoice.number' => 'Invoice number',
422 // 'form.invoice.person' => 'Person',
423 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
424 // 'form.invoice.invoice_entries' => 'Invoice entries',
425 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
426
427 // Charts form. See example at https://timetracker.anuko.com/charts.php
428 // TODO: translate the following.
429 // 'form.charts.interval' => 'Interval',
430 // 'form.charts.chart' => 'Chart',
431
432 // Projects form. See example at https://timetracker.anuko.com/projects.php
433 // TODO: translate the following.
434 // 'form.projects.active_projects' => 'Active Projects',
435 // 'form.projects.inactive_projects' => 'Inactive Projects',
436
437 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
438 // TODO: translate the following.
439 // 'form.tasks.active_tasks' => 'Active Tasks',
440 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
441
442
443
444 // TODO: refactoring ongoing down from here.
445
446 // administrator form
447 "form.admin.title" => '관리자',
448 "form.admin.duty_text" => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.<br>또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).',
449
450 "form.admin.profile.title" => '팀',
451 "form.admin.profile.noprofiles" => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.',
452 "form.admin.profile.comment" => '팀 삭제',
453 "form.admin.profile.th.id" => '식별자',
454 "form.admin.profile.th.active" => '활동내용',
455
456 // my time form attributes
457 "form.mytime.title" => '나의 시간',
458 "form.mytime.edit_title" => '시간기록을 편집하기',
459 "form.mytime.del_str" => '시간기록을 삭제하기',
460 "form.mytime.time_form" => ' (hh:mm)',
461 "form.mytime.total" => '전체 시간: ',
462 "form.mytime.del_yes" => '성과적으로 삭제된 시간기록',
463 "form.mytime.no_finished_rec" => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다. 필요하면 로그아웃 하십시오.',
464 "form.mytime.warn_tozero_rec" => '이 시간기간이 로크되었으므로 이 시간기록은 삭제되어야 합니다',
465 "form.mytime.uncompleted" => '완성되지 않은',
466
467 // profile form attributes
468 // Note to translators: we need a more accurate translation of form.profile.create_title
469 "form.profile.create_title" => '신규 관리자 계정을 생성',
470 "form.profile.edit_title" => '프로필을 편집하기',
471 "form.profile.showchart" => '원 그래프를 보기',
472
473 // people form attributes
474 "form.people.ppl_str" => '멤버',
475 "form.people.createu_str" => '신규 사용자를 만들기',
476 "form.people.edit_str" => '사용자를 편집하기',
477 "form.people.del_str" => '사용자를 삭제하기',
478 "form.people.th.role" => '직위',
479 "form.people.th.rate" => '급여',
480 "form.people.manager" => '관리자',
481 "form.people.comanager" => '공동관리자',
482
483 "form.people.rate" => '디폴트 시간당 급여',
484 "form.people.comanager" => '공동관리자',
485
486 // report attributes
487 "form.report.title" => '보고서',
488 "form.report.total" => '시간 총합',
489
490 // mail form attributes
491 "form.mail.from" => '부터',
492 "form.mail.to" => '까지',
493 "form.mail.above" => '이 보고서를 이메일로 송신',
494 // Note to translators: this string needs to be translated.
495 // "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.',
496 "form.mail.sending_str" => '<b>송신된 메시지</b>',
497
498 // invoice attributes
499 "form.invoice.title" => '송장',
500 "form.invoice.caption" => '송장',
501 "form.invoice.above" => '송장에 대한 보충정보',
502 "form.invoice.select_cust" => '클라이언트의 선택',
503 "form.invoice.fillform" => '필드들을 채우십시오',
504 "form.invoice.number" => '송장 번호',
505 "form.invoice.th.username" => '개인',
506 "form.invoice.th.time" => '시간',
507 "form.invoice.th.rate" => '급여',
508 "form.invoice.th.summ" => '수량',
509 "form.invoice.subtotal" => '소계',
510 "form.invoice.customer" => '클라이언트',
511 "form.invoice.mailinv_above" => '이 송장을 이메일로 송신',
512 "form.invoice.sending_str" => '<b>송신한 송장</b>',
513
514 "form.migration.zip" => '압축',
515 "form.migration.file" => '파일 선택',
516 "form.migration.import.title" => '데이터 임포트',
517 "form.migration.import.success" => '성과적으로 완료된 임포트',
518 "form.migration.import.text" => 'xml 파일로부터 팀 데이터를 임포트',
519 "form.migration.export.title" => '데이터 익스포트',
520 "form.migration.export.success" => '성과적으로 완료된 익스포트',
521 "form.migration.export.text" => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.',
522 "form.migration.compression.none" => '없음',
523 "form.migration.compression.gzip" => 'gzip',
524 "form.migration.compression.bzip" => 'bzip',
525
526 // miscellaneous strings
527 "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트',
528 "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트',
529 "forward.geninvoice" => '송장 만들기',
530
531 "controls.project_bind" => '--- 전부 ---',
532 "controls.all" => '--- 전부 ---',
533 "controls.notbind" => '--- 아니 ---',
534 "controls.per_tm" => '이번달',
535 "controls.per_lm" => '전번달',
536 "controls.per_tw" => '이번주',
537 "controls.per_lw" => '전번주',
538 "controls.per_td" => '오늘',
539 "controls.per_at" => '전시간',
540 "controls.per_ty" => '올해',
541
542 "label.inv_str" => '송장',
543 "label.set_empl" => '사용자들을 선택',
544 "label.sel_all" => '모두 선택',
545 "label.sel_none" => '모두 해제',
546 "label.disable" => '무력화',
547 "label.enable" => '가능화',
548 );