Some more recycling 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 = '한국어';
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: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 'error.db' => '데이터베이스 오류',
81 'error.field' => '부정확한 "{0}" 의 데이터',
82 'error.empty' => '"{0}" 의 필드가 비어있습니다',
83 'error.not_equal' => '"{0}" 의 필드가 "{1}" 의 필드와 같지 않습니다',
84 // TODO: translate the following.
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 'error.project' => '프로젝트의 선택',
87 // TODO: translate the following.
88 // 'error.task' => 'Select task.',
89 // 'error.client' => 'Select client.',
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 // TODO: translate the following.
154 // 'label.login' => 'Login',
155 'label.password' => 'Password',
156 'label.confirm_password' => '암호 확인',
157 'label.email' => '이메일',
158 // TODO: translate the following.
159 // 'label.cc' => 'Cc',
160 // 'label.bcc' => 'Bcc',
161 'label.subject' => '제목',
162 // TODO: translate the following.
163 // 'label.date' => 'Date',
164 // 'label.start_date' => 'Start date',
165 // 'label.end_date' => 'End date',
166 // 'label.user' => 'User',
167 // 'label.users' => 'Users',
168 // 'label.client' => 'Client',
169 // 'label.clients' => 'Clients',
170 // 'label.option' => 'Option',
171 // 'label.invoice' => 'Invoice',
172 // 'label.project' => 'Project',
173 // 'label.projects' => 'Projects',
174 // 'label.task' => 'Task',
175 // 'label.tasks' => 'Tasks',
176 // 'label.description' => 'Description',
177 // 'label.start' => 'Start',
178 // 'label.finish' => 'Finish',
179 // 'label.duration' => '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' => 'Date format',
207 // 'label.time_format' => 'Time format',
208 // 'label.week_start' => 'First day of week',
209 // 'label.comment' => 'Comment',
210 // 'label.status' => 'Status',
211 // 'label.tax' => 'Tax',
212 // 'label.subtotal' => 'Subtotal',
213 'label.total' => '합계',
214 // TODO: translate the following.
215 // 'label.client_name' => 'Client name',
216 // 'label.client_address' => 'Client address',
217 'label.or' => '혹은',
218 // TODO: translate the following.
219 // 'label.error' => 'Error',
220 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
221 'label.required_fields' => '* 필수 필드',
222 'label.on_behalf' => '을 대표하여',
223 // TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm
224 // This may require different terms for role_manager and role_comanager.
225 'label.role_manager' => '(관리자)',
226 'label.role_comanager' => '(공동관리자)',
227 // 'label.role_admin' => '(administrator)',
228 // TODO: translate the following.
229 // 'label.page' => 'Page',
230 // 'label.condition' => 'Condition',
231 // 'label.yes' => 'yes',
232 // 'label.no' => 'no',
233 // Labels for plugins (extensions to Time Tracker that provide additional features).
234 // TODO: translate the following.
235 // 'label.custom_fields' => 'Custom fields',
236 // 'label.monthly_quotas' => 'Monthly quotas',
237 // 'label.type' => 'Type',
238 // 'label.type_dropdown' => 'dropdown',
239 // 'label.type_text' => 'text',
240 // 'label.required' => 'Required',
241 // 'label.fav_report' => 'Favorite report',
242 // 'label.cron_schedule' => 'Cron schedule',
243 // 'label.what_is_it' => 'What is it?',
244 // 'label.expense' => 'Expense',
245 // 'label.quantity' => 'Quantity',
246 // 'label.paid_status' => 'Paid status',
247 // 'label.paid' => 'Paid',
248 // 'label.mark_paid' => 'Mark paid',
249 // 'label.week_note' => 'Week note',
250 // 'label.week_list' => 'Week list',
251
252 // Form titles.
253 'title.login' => '로그인',
254 // TODO: translate the following.
255 // 'title.teams' => 'Teams',
256 // 'title.create_team' => 'Creating Team',
257 // 'title.edit_team' => 'Editing Team',
258 // 'title.delete_team' => 'Deleting Team',
259 'title.reset_password' => '암호 재설정',
260 // TODO: translate the following.
261 // 'title.change_password' => 'Changing Password',
262 // 'title.time' => 'Time',
263 // 'title.edit_time_record' => 'Editing Time Record',
264 // 'title.delete_time_record' => 'Deleting Time Record',
265 // 'title.expenses' => 'Expenses',
266 // 'title.edit_expense' => 'Editing Expense Item',
267 // 'title.delete_expense' => 'Deleting Expense Item',
268 // 'title.predefined_expenses' => 'Predefined Expenses',
269 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
270 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
271 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
272 // 'title.reports' => 'Reports',
273 'title.report' => '보고서',
274 // TODO: translate the following.
275 // 'title.send_report' => 'Sending Report',
276 // 'title.invoice' => 'Invoice',
277 // 'title.send_invoice' => 'Sending Invoice',
278 // 'title.charts' => 'Charts',
279 // 'title.projects' => 'Projects',
280 // 'title.add_project' => 'Adding Project',
281 // 'title.edit_project' => 'Editing Project',
282 // 'title.delete_project' => 'Deleting Project',
283 // 'title.tasks' => 'Tasks',
284 // 'title.add_task' => 'Adding Task',
285 // 'title.edit_task' => 'Editing Task',
286 // 'title.delete_task' => 'Deleting Task',
287 // 'title.users' => 'Users',
288 // 'title.add_user' => 'Adding User',
289 // 'title.edit_user' => 'Editing User',
290 // 'title.delete_user' => 'Deleting User',
291 // 'title.clients' => 'Clients',
292 // 'title.add_client' => 'Adding Client',
293 // 'title.edit_client' => 'Editing Client',
294 // 'title.delete_client' => 'Deleting Client',
295 // 'title.invoices' => 'Invoices',
296 // 'title.add_invoice' => 'Adding Invoice',
297 // 'title.view_invoice' => 'Viewing Invoice',
298 // 'title.delete_invoice' => 'Deleting Invoice',
299 // 'title.notifications' => 'Notifications',
300 // 'title.add_notification' => 'Adding Notification',
301 // 'title.edit_notification' => 'Editing Notification',
302 // 'title.delete_notification' => 'Deleting Notification',
303 // 'title.monthly_quotas' => 'Monthly Quotas',
304 // 'title.export' => 'Exporting Team Data',
305 // 'title.import' => 'Importing Team Data',
306 // 'title.options' => 'Options',
307 // 'title.profile' => 'Profile',
308 // 'title.cf_custom_fields' => 'Custom Fields',
309 // 'title.cf_add_custom_field' => 'Adding Custom Field',
310 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
311 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
312 // 'title.cf_dropdown_options' => 'Dropdown Options',
313 // 'title.cf_add_dropdown_option' => 'Adding Option',
314 // 'title.cf_edit_dropdown_option' => 'Editing Option',
315 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
316 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
317 // It is also a name for the Locking plugin on the Team profile page.
318 // 'title.locking' => 'Locking',
319 // 'title.week_view' => 'Week View',
320
321 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
322 // Strings that are used in a single form must go to the specific form section.
323 // TODO: translate the following.
324 // 'dropdown.all' => '--- all ---',
325 // 'dropdown.no' => '--- no ---',
326 // 'dropdown.current_day' => 'today',
327 // 'dropdown.previous_day' => 'yesterday',
328 // 'dropdown.selected_day' => 'day',
329 // 'dropdown.current_week' => 'this week',
330 // 'dropdown.previous_week' => 'previous week',
331 // 'dropdown.selected_week' => 'week',
332 // 'dropdown.current_month' => 'this month',
333 // 'dropdown.previous_month' => 'previous month',
334 // 'dropdown.selected_month' => 'month',
335 // 'dropdown.current_year' => 'this year',
336 // 'dropdown.previous_year' => 'previous year',
337 // 'dropdown.selected_year' => 'year',
338 // 'dropdown.all_time' => 'all time',
339 // 'dropdown.projects' => 'projects',
340 // 'dropdown.tasks' => 'tasks',
341 // 'dropdown.clients' => 'clients',
342 // 'dropdown.select' => '--- select ---',
343 // 'dropdown.select_invoice' => '--- select invoice ---',
344 // 'dropdown.status_active' => 'active',
345 // 'dropdown.status_inactive' => 'inactive',
346 // 'dropdown.delete'=>'delete',
347 // 'dropdown.do_not_delete'=>'do not delete',
348 // 'dropdown.paid' => 'paid',
349 // 'dropdown.not_paid' => 'not paid',
350
351 // Login form. See example at https://timetracker.anuko.com/login.php.
352 'form.login.forgot_password' => '암호를 잊으셨습니까?',
353 // TODO: translate the following.
354 // '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.',
355
356 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
357 // TODO: translate the following.
358 // 'form.reset_password.message' => 'Password reset request sent by email.',
359 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
360 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
361
362 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
363 // TODO: translate the following.
364 // 'form.change_password.tip' => 'Type new password and click on Save.',
365
366 // Time form. See example at https://timetracker.anuko.com/time.php.
367 // TODO: translate the following.
368 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
369 'form.time.billable' => '청구가능',
370 // TODO: translate the following.
371 // 'form.time.uncompleted' => 'Uncompleted',
372 // 'form.time.remaining_quota' => 'Remaining quota',
373 // 'form.time.over_quota' => 'Over quota',
374
375 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
376 // TODO: translate the following.
377 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
378
379 // Week view form. See example at https://timetracker.anuko.com/week.php.
380 // TODO: translate the following.
381 // 'form.week.new_entry' => 'New entry',
382
383 // Reports form. See example at https://timetracker.anuko.com/reports.php
384 // TODO: translate the following.
385 // 'form.reports.save_as_favorite' => 'Save as favorite',
386 'form.reports.confirm_delete' => '좋아하는 이 보고서를 삭제해도 좋습니까?',
387 'form.reports.include_billable' => '청구 가능한',
388 'form.reports.include_not_billable' => '청구 가능하지 않은',
389 // TODO: translate the following.
390 // 'form.reports.include_invoiced' => 'invoiced',
391 // 'form.reports.include_not_invoiced' => 'not invoiced',
392 'form.reports.select_period' => '시간 기간을 선택',
393 'form.reports.set_period' => '혹은 날짜를 설정',
394 'form.reports.show_fields' => '필드들을 보기',
395 'form.reports.group_by' => '다음것에 의한 그룹화',
396 'form.reports.group_by_no' => '--- 그룹화되지 않음 ---',
397 // TODO: translate the following.
398 // 'form.reports.group_by_date' => 'date',
399 // 'form.reports.group_by_user' => 'user',
400 // 'form.reports.group_by_client' => 'client',
401 // 'form.reports.group_by_project' => 'project',
402 // 'form.reports.group_by_task' => 'task',
403 // 'form.reports.totals_only' => 'Totals only',
404
405
406
407 // TODO: refactoring ongoing down from here.
408
409 "form.filter.project" => '프로젝트',
410 "form.filter.filter" => '좋아하는 보고서',
411 "form.filter.filter_new" => '좋아하는 것으로 저장',
412
413 // password reminder form attributes
414 "form.fpass.login" => '로그인',
415 "form.fpass.send_pass_str" => '송신한 암호 재설정 요청',
416 "form.fpass.send_pass_subj" => 'Anuko Time Tracker 암호 재설정 요청',
417 // Note to translators: the ending of this string below needs to be translated.
418 "form.fpass.send_pass_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",
419 "form.fpass.reset_comment" => "암호를 재설정하려면 암호를 입력하고 저장을 클릭하십시오",
420
421 // administrator form
422 "form.admin.title" => '관리자',
423 "form.admin.duty_text" => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.<br>또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).',
424
425 "form.admin.change_pass" => '관리자 계정의 암호 변경',
426 "form.admin.profile.title" => '팀',
427 "form.admin.profile.noprofiles" => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.',
428 "form.admin.profile.comment" => '팀 삭제',
429 "form.admin.profile.th.id" => '식별자',
430 "form.admin.profile.th.active" => '활동내용',
431 "form.admin.options" => '옵션',
432 "form.admin.custom_date_format" => "날짜 포맷",
433 "form.admin.custom_time_format" => "시간 포맷",
434 "form.admin.start_week" => "주의 시작요일",
435
436 // my time form attributes
437 "form.mytime.title" => '나의 시간',
438 "form.mytime.edit_title" => '시간기록을 편집하기',
439 "form.mytime.del_str" => '시간기록을 삭제하기',
440 "form.mytime.time_form" => ' (hh:mm)',
441 "form.mytime.date" => '날짜',
442 "form.mytime.project" => '프로젝트',
443 "form.mytime.start" => '시작',
444 "form.mytime.finish" => '마감',
445 "form.mytime.duration" => '기간',
446 "form.mytime.daily" => '하루일과',
447 "form.mytime.total" => '전체 시간: ',
448 "form.mytime.th.project" => '프로젝트',
449 "form.mytime.th.start" => '시작',
450 "form.mytime.th.finish" => '마감',
451 "form.mytime.th.duration" => '기간',
452 "form.mytime.del_yes" => '성과적으로 삭제된 시간기록',
453 "form.mytime.no_finished_rec" => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다. 필요하면 로그아웃 하십시오.',
454 "form.mytime.warn_tozero_rec" => '이 시간기간이 로크되었으므로 이 시간기록은 삭제되어야 합니다',
455 "form.mytime.uncompleted" => '완성되지 않은',
456
457 // profile form attributes
458 // Note to translators: we need a more accurate translation of form.profile.create_title
459 "form.profile.create_title" => '신규 관리자 계정을 생성',
460 "form.profile.edit_title" => '프로필을 편집하기',
461 "form.profile.login" => '로그인ID',
462
463 "form.profile.showchart" => '원 그래프를 보기',
464 "form.profile.custom_date_format" => "날짜 포맷",
465 "form.profile.custom_time_format" => "시간 포맷",
466 "form.profile.default_format" => "(디폴트)",
467 "form.profile.start_week" => "주의 시작요일",
468
469 // people form attributes
470 "form.people.ppl_str" => '멤버',
471 "form.people.createu_str" => '신규 사용자를 만들기',
472 "form.people.edit_str" => '사용자를 편집하기',
473 "form.people.del_str" => '사용자를 삭제하기',
474 "form.people.th.login" => '로그인ID',
475 "form.people.th.role" => '직위',
476 "form.people.th.status" => '상태',
477 "form.people.th.project" => '프로젝트',
478 "form.people.th.rate" => '급여',
479 "form.people.manager" => '관리자',
480 "form.people.comanager" => '공동관리자',
481 "form.people.empl" => '사용자',
482 "form.people.login" => '로그인ID',
483
484 "form.people.rate" => '디폴트 시간당 급여',
485 "form.people.comanager" => '공동관리자',
486 "form.people.projects" => '프로젝트',
487
488 // projects form attributes
489 "form.project.proj_title" => '프로젝트',
490 "form.project.edit_str" => '프로젝트를 편집하기',
491 "form.project.add_str" => '신규 프로젝트를 추가하기',
492 "form.project.del_str" => '프로젝트를 삭제하기',
493
494 // activities form attributes
495 "form.activity.project" => '프로젝트',
496
497 // report attributes
498 "form.report.title" => '보고서',
499 "form.report.from" => '시작 날짜',
500 "form.report.to" => '마감 날짜',
501 "form.report.groupby_user" => '사용자',
502 "form.report.groupby_project" => '프로젝트',
503 "form.report.duration" => '기간',
504 "form.report.start" => '시작',
505 "form.report.finish" => '마감',
506 "form.report.project" => '프로젝트',
507 "form.report.totals_only" => '오직 전체만',
508 "form.report.total" => '시간 총합',
509 "form.report.th.empllist" => '사용자',
510 "form.report.th.date" => '날짜',
511 "form.report.th.project" => '프로젝트',
512 "form.report.th.start" => '시작',
513 "form.report.th.finish" => '마감',
514 "form.report.th.duration" => '기간',
515
516 // mail form attributes
517 "form.mail.from" => '부터',
518 "form.mail.to" => '까지',
519 "form.mail.comment" => '코멘트',
520 "form.mail.above" => '이 보고서를 이메일로 송신',
521 // Note to translators: this string needs to be translated.
522 // "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.',
523 "form.mail.sending_str" => '<b>송신된 메시지</b>',
524
525 // invoice attributes
526 "form.invoice.title" => '송장',
527 "form.invoice.caption" => '송장',
528 "form.invoice.above" => '송장에 대한 보충정보',
529 "form.invoice.select_cust" => '클라이언트의 선택',
530 "form.invoice.fillform" => '필드들을 채우십시오',
531 "form.invoice.date" => '날짜',
532 "form.invoice.number" => '송장 번호',
533 "form.invoice.tax" => '세금',
534 "form.invoice.comment" => '코멘트 ',
535 "form.invoice.th.username" => '개인',
536 "form.invoice.th.time" => '시간',
537 "form.invoice.th.rate" => '급여',
538 "form.invoice.th.summ" => '수량',
539 "form.invoice.subtotal" => '소계',
540 "form.invoice.customer" => '클라이언트',
541 "form.invoice.mailinv_above" => '이 송장을 이메일로 송신',
542 "form.invoice.sending_str" => '<b>송신한 송장</b>',
543
544 "form.migration.zip" => '압축',
545 "form.migration.file" => '파일 선택',
546 "form.migration.import.title" => '데이터 임포트',
547 "form.migration.import.success" => '성과적으로 완료된 임포트',
548 "form.migration.import.text" => 'xml 파일로부터 팀 데이터를 임포트',
549 "form.migration.export.title" => '데이터 익스포트',
550 "form.migration.export.success" => '성과적으로 완료된 익스포트',
551 "form.migration.export.text" => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.',
552 "form.migration.compression.none" => '없음',
553 "form.migration.compression.gzip" => 'gzip',
554 "form.migration.compression.bzip" => 'bzip',
555
556 "form.client.title" => '클라이언트',
557 "form.client.add_title" => '클라이언트 추가',
558 "form.client.edit_title" => '클라이언트 편집',
559 "form.client.del_title" => '클라이언트 삭제',
560 "form.client.tax" => '세금',
561 "form.client.comment" => '코멘트 ',
562
563 // miscellaneous strings
564 "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트',
565 "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트',
566 "forward.geninvoice" => '송장 만들기',
567
568 "controls.select.client" => '--- 클라이언트 선택 ---',
569 "controls.project_bind" => '--- 전부 ---',
570 "controls.all" => '--- 전부 ---',
571 "controls.notbind" => '--- 아니 ---',
572 "controls.per_tm" => '이번달',
573 "controls.per_lm" => '전번달',
574 "controls.per_tw" => '이번주',
575 "controls.per_lw" => '전번주',
576 "controls.per_td" => '오늘',
577 "controls.per_at" => '전시간',
578 "controls.per_ty" => '올해',
579
580 "label.inv_str" => '송장',
581 "label.set_empl" => '사용자들을 선택',
582 "label.sel_all" => '모두 선택',
583 "label.sel_none" => '모두 해제',
584 "label.disable" => '무력화',
585 "label.enable" => '가능화',
586 "label.hrs" => '시간',
587 "label.errors" => '오류',
588 "label.ldap_hint" => '아래의 필드들에서 <b>Windows 로그인</b> 및 <b>암호</b> 를 입력하십시오.',
589 );