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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  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('일', '월', '화', '수', '목', '금', '토');
 
  37 $i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08/15', '12/25');
 
  39 $i18n_key_words = array(
 
  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',
 
  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',
 
  62 // TODO: translate the following.
 
  63 // 'menu.export' => 'Export',
 
  64 'menu.clients' => '클라이언트',
 
  65 'menu.options' => '옵션',
 
  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.
 
  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' => '클라이언트 선택',
 
  90 // TODO: translate the following.
 
  91 // 'error.report' => 'Select report.',
 
  92 // 'error.record' => 'Select record.',
 
  93 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다',
 
  94 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다',
 
  95 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다',
 
  96 // TODO: translate the following.
 
  97 // 'error.task_exists' => 'Task with this name already exists.',
 
  98 // 'error.client_exists' => 'Client with this name already exists.',
 
  99 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 100 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 101 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다',
 
 102 // TODO: translate the following.
 
 103 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
 104 'error.upload' => '파일 업로드 오류',
 
 105 // TODO: translate the following.
 
 106 // 'error.range_locked' => 'Date range is locked.',
 
 107 'error.mail_send' => '메일 보내기에서의 오류',
 
 108 'error.no_email' => '본 로그인과 연계된 이메일이 없습니다',
 
 109 // TODO: translate the following.
 
 110 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 111 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 112 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 113 // 'error.future_date' => 'Date is in future.',
 
 115 // Labels for buttons.
 
 116 'button.login' => '로그인',
 
 117 'button.now' => '지금',
 
 118 'button.save' => '저장',
 
 119 // TODO: translate the following.
 
 120 // 'button.copy' => 'Copy',
 
 121 'button.cancel' => '취소',
 
 122 'button.submit' => '발송',
 
 123 // TODO: translate the following.
 
 124 // 'button.add_user' => 'Add user',
 
 125 // 'button.add_project' => 'Add project',
 
 126 // 'button.add_task' => 'Add task',
 
 127 // 'button.add_client' => 'Add client',
 
 128 // 'button.add_invoice' => 'Add invoice',
 
 129 // 'button.add_option' => 'Add option',
 
 130 'button.add' => '추가',
 
 131 'button.generate' => '생성',
 
 132 // TODO: translate the following.
 
 133 // 'button.reset_password' => 'Reset password',
 
 134 'button.send' => '송신',
 
 135 'button.send_by_email' => '이메일로 송신',
 
 136 // TODO: translate the following.
 
 137 // 'button.create_team' => 'Create team',
 
 138 'button.export' => '팀 익스포트',
 
 139 'button.import' => '팀 임포트',
 
 140 // TODO: translate the following.
 
 141 // 'button.close' => 'Close',
 
 142 // 'button.stop' => 'Stop',
 
 144 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 145 // TODO: translate the following.
 
 146 // 'label.team_name' => 'Team name',
 
 147 // 'label.address' => 'Address',
 
 148 'label.currency' => '화폐',
 
 149 // TODO: translate the following.
 
 150 // 'label.manager_name' => 'Manager name',
 
 151 // 'label.manager_login' => 'Manager login',
 
 152 'label.person_name' => '이름',
 
 153 'label.thing_name' => '이름',
 
 154 // TODO: translate the following.
 
 155 // 'label.login' => 'Login',
 
 156 'label.password' => 'Password',
 
 157 'label.confirm_password' => '암호 확인',
 
 158 'label.email' => '이메일',
 
 159 // TODO: translate the following.
 
 160 // 'label.cc' => 'Cc',
 
 161 // 'label.bcc' => 'Bcc',
 
 162 'label.subject' => '제목',
 
 163 // TODO: translate the following.
 
 164 // 'label.date' => 'Date',
 
 165 // 'label.start_date' => 'Start date',
 
 166 // 'label.end_date' => 'End date',
 
 167 // 'label.user' => 'User',
 
 168 // 'label.users' => 'Users',
 
 169 // 'label.client' => 'Client',
 
 170 // 'label.clients' => 'Clients',
 
 171 // 'label.option' => 'Option',
 
 172 // 'label.invoice' => 'Invoice',
 
 173 'label.project' => '프로젝트',
 
 174 'label.projects' => '프로젝트',
 
 175 // TODO: translate the following.
 
 176 // 'label.task' => 'Task',
 
 177 // 'label.tasks' => 'Tasks',
 
 178 // 'label.description' => 'Description',
 
 179 // 'label.start' => 'Start',
 
 180 // 'label.finish' => 'Finish',
 
 181 // 'label.duration' => 'Duration',
 
 182 'label.note' => '표식',
 
 183 'label.notes' => '표식',
 
 184 // TODO: translate the following.
 
 185 // 'label.item' => 'Item',
 
 186 // 'label.cost' => 'Cost',
 
 187 // 'label.day_total' => 'Day total',
 
 188 'label.week_total' => '주별 합계',
 
 189 // TODO: translate the following.
 
 190 // 'label.month_total' => 'Month total',
 
 191 'label.today' => '오늘',
 
 192 // TODO: translate the following.
 
 193 // 'label.total_hours' => 'Total hours',
 
 194 // 'label.total_cost' => 'Total cost',
 
 195 // 'label.view' => 'View',
 
 196 'label.edit' => '편집',
 
 197 'label.delete' => '삭제',
 
 198 // TODO: translate the following.
 
 199 // 'label.configure' => 'Configure',
 
 200 // 'label.select_all' => 'Select all',
 
 201 // 'label.select_none' => 'Deselect all',
 
 202 // 'label.day_view' => 'Day view',
 
 203 // 'label.week_view' => 'Week view',
 
 204 // 'label.id' => 'ID',
 
 205 'label.language' => '언어',
 
 206 // TODO: translate the following.
 
 207 // 'label.decimal_mark' => 'Decimal mark',
 
 208 // 'label.date_format' => 'Date format',
 
 209 // 'label.time_format' => 'Time format',
 
 210 // 'label.week_start' => 'First day of week',
 
 211 'label.comment' => '코멘트',
 
 212 'label.status' => '상태',
 
 214 // TODO: translate the following.
 
 215 // 'label.subtotal' => 'Subtotal',
 
 216 'label.total' => '합계',
 
 217 // TODO: translate the following.
 
 218 // 'label.client_name' => 'Client name',
 
 219 // 'label.client_address' => 'Client address',
 
 221 // TODO: translate the following.
 
 222 // 'label.error' => 'Error',
 
 223 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 224 'label.required_fields' => '* 필수 필드',
 
 225 'label.on_behalf' => '을 대표하여',
 
 226 // TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm
 
 227 // This may require different terms for role_manager and role_comanager.
 
 228 'label.role_manager' => '(관리자)',
 
 229 'label.role_comanager' => '(공동관리자)',
 
 230 // 'label.role_admin' => '(administrator)',
 
 231 // TODO: translate the following.
 
 232 // 'label.page' => 'Page',
 
 233 // 'label.condition' => 'Condition',
 
 234 // 'label.yes' => 'yes',
 
 235 // 'label.no' => 'no',
 
 236 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 237 // TODO: translate the following.
 
 238 // 'label.custom_fields' => 'Custom fields',
 
 239 // 'label.monthly_quotas' => 'Monthly quotas',
 
 240 // 'label.type' => 'Type',
 
 241 // 'label.type_dropdown' => 'dropdown',
 
 242 // 'label.type_text' => 'text',
 
 243 // 'label.required' => 'Required',
 
 244 'label.fav_report' => '좋아하는 보고서',
 
 245 // TODO: translate the following.
 
 246 // 'label.cron_schedule' => 'Cron schedule',
 
 247 // 'label.what_is_it' => 'What is it?',
 
 248 // 'label.expense' => 'Expense',
 
 249 // 'label.quantity' => 'Quantity',
 
 250 // 'label.paid_status' => 'Paid status',
 
 251 // 'label.paid' => 'Paid',
 
 252 // 'label.mark_paid' => 'Mark paid',
 
 253 // 'label.week_note' => 'Week note',
 
 254 // 'label.week_list' => 'Week list',
 
 257 'title.login' => '로그인',
 
 258 // TODO: translate the following.
 
 259 // 'title.teams' => 'Teams',
 
 260 // 'title.create_team' => 'Creating Team',
 
 261 // 'title.edit_team' => 'Editing Team',
 
 262 // 'title.delete_team' => 'Deleting Team',
 
 263 'title.reset_password' => '암호 재설정',
 
 264 // TODO: translate the following.
 
 265 // 'title.change_password' => 'Changing Password',
 
 266 // 'title.time' => 'Time',
 
 267 // 'title.edit_time_record' => 'Editing Time Record',
 
 268 // 'title.delete_time_record' => 'Deleting Time Record',
 
 269 // 'title.expenses' => 'Expenses',
 
 270 // 'title.edit_expense' => 'Editing Expense Item',
 
 271 // 'title.delete_expense' => 'Deleting Expense Item',
 
 272 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 273 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 274 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 275 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 276 // 'title.reports' => 'Reports',
 
 277 'title.report' => '보고서',
 
 278 // TODO: translate the following.
 
 279 // 'title.send_report' => 'Sending Report',
 
 280 // 'title.invoice' => 'Invoice',
 
 281 // 'title.send_invoice' => 'Sending Invoice',
 
 282 // 'title.charts' => 'Charts',
 
 283 'title.projects' => '프로젝트',
 
 284 'title.add_project' => '프로젝트를 추가하기',
 
 285 'title.edit_project' => '프로젝트를 편집하기',
 
 286 'title.delete_project' => '프로젝트를 편집하기',
 
 287 // TODO: translate the following.
 
 288 // 'title.tasks' => 'Tasks',
 
 289 // 'title.add_task' => 'Adding Task',
 
 290 // 'title.edit_task' => 'Editing Task',
 
 291 // 'title.delete_task' => 'Deleting Task',
 
 292 // 'title.users' => 'Users',
 
 293 // 'title.add_user' => 'Adding User',
 
 294 // 'title.edit_user' => 'Editing User',
 
 295 // 'title.delete_user' => 'Deleting User',
 
 296 // 'title.clients' => 'Clients',
 
 297 // 'title.add_client' => 'Adding Client',
 
 298 // 'title.edit_client' => 'Editing Client',
 
 299 // 'title.delete_client' => 'Deleting Client',
 
 300 // 'title.invoices' => 'Invoices',
 
 301 // 'title.add_invoice' => 'Adding Invoice',
 
 302 // 'title.view_invoice' => 'Viewing Invoice',
 
 303 // 'title.delete_invoice' => 'Deleting Invoice',
 
 304 // 'title.notifications' => 'Notifications',
 
 305 // 'title.add_notification' => 'Adding Notification',
 
 306 // 'title.edit_notification' => 'Editing Notification',
 
 307 // 'title.delete_notification' => 'Deleting Notification',
 
 308 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 309 // 'title.export' => 'Exporting Team Data',
 
 310 // 'title.import' => 'Importing Team Data',
 
 311 // 'title.options' => 'Options',
 
 312 // 'title.profile' => 'Profile',
 
 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',
 
 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' => 'clients',
 
 348 // 'dropdown.select' => '--- select ---',
 
 349 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 350 // 'dropdown.status_active' => 'active',
 
 351 // 'dropdown.status_inactive' => 'inactive',
 
 352 // 'dropdown.delete'=>'delete',
 
 353 // 'dropdown.do_not_delete'=>'do not delete',
 
 354 // 'dropdown.paid' => 'paid',
 
 355 // 'dropdown.not_paid' => 'not paid',
 
 357 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 358 'form.login.forgot_password' => '암호를 잊으셨습니까?',
 
 359 // TODO: translate the following.
 
 360 // '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 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 363 // TODO: translate the following.
 
 364 // 'form.reset_password.message' => 'Password reset request sent by email.',
 
 365 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
 
 366 // '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",
 
 368 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 369 // TODO: translate the following.
 
 370 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 372 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 373 // TODO: translate the following.
 
 374 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 375 'form.time.billable' => '청구가능',
 
 376 // TODO: translate the following.
 
 377 // 'form.time.uncompleted' => 'Uncompleted',
 
 378 // 'form.time.remaining_quota' => 'Remaining quota',
 
 379 // 'form.time.over_quota' => 'Over quota',
 
 381 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 382 // TODO: translate the following.
 
 383 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 385 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 386 // TODO: translate the following.
 
 387 // 'form.week.new_entry' => 'New entry',
 
 389 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 390 'form.reports.save_as_favorite' => '좋아하는 것으로 저장',
 
 391 'form.reports.confirm_delete' => '좋아하는 이 보고서를 삭제해도 좋습니까?',
 
 392 'form.reports.include_billable' => '청구 가능한',
 
 393 'form.reports.include_not_billable' => '청구 가능하지 않은',
 
 394 // TODO: translate the following.
 
 395 // 'form.reports.include_invoiced' => 'invoiced',
 
 396 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 397 'form.reports.select_period' => '시간 기간을 선택',
 
 398 'form.reports.set_period' => '혹은 날짜를 설정',
 
 399 'form.reports.show_fields' => '필드들을 보기',
 
 400 'form.reports.group_by' => '다음것에 의한 그룹화',
 
 401 'form.reports.group_by_no' => '--- 그룹화되지 않음 ---',
 
 402 // TODO: translate the following.
 
 403 // 'form.reports.group_by_date' => 'date',
 
 404 // 'form.reports.group_by_user' => 'user',
 
 405 // 'form.reports.group_by_client' => 'client',
 
 406 // 'form.reports.group_by_project' => 'project',
 
 407 // 'form.reports.group_by_task' => 'task',
 
 408 // 'form.reports.totals_only' => 'Totals only',
 
 410 // Report form. See example at https://timetracker.anuko.com/report.php
 
 411 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 412 // TODO: translate the following.
 
 413 // 'form.report.export' => 'Export',
 
 414 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 416 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 417 // (you can get to this form after generating a report).
 
 418 // TODO: translate the following.
 
 419 // 'form.invoice.number' => 'Invoice number',
 
 420 // 'form.invoice.person' => 'Person',
 
 421 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 422 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 423 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 425 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 426 // TODO: translate the following.
 
 427 // 'form.charts.interval' => 'Interval',
 
 428 // 'form.charts.chart' => 'Chart',
 
 430 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 431 // TODO: translate the following.
 
 432 // 'form.projects.active_projects' => 'Active Projects',
 
 433 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 435 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 436 // TODO: translate the following.
 
 437 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 438 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 442 // TODO: refactoring ongoing down from here.
 
 444 // password reminder form attributes
 
 445 "form.fpass.login" => '로그인',
 
 446 "form.fpass.send_pass_str" => '송신한 암호 재설정 요청',
 
 447 "form.fpass.send_pass_subj" => 'Anuko Time Tracker 암호 재설정 요청',
 
 448 // Note to translators: the ending of this string below needs to be translated.
 
 449 "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",
 
 450 "form.fpass.reset_comment" => "암호를 재설정하려면 암호를 입력하고 저장을 클릭하십시오",
 
 452 // administrator form
 
 453 "form.admin.title" => '관리자',
 
 454 "form.admin.duty_text" => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.<br>또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).',
 
 456 "form.admin.profile.title" => '팀',
 
 457 "form.admin.profile.noprofiles" => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.',
 
 458 "form.admin.profile.comment" => '팀 삭제',
 
 459 "form.admin.profile.th.id" => '식별자',
 
 460 "form.admin.profile.th.active" => '활동내용',
 
 461 "form.admin.options" => '옵션',
 
 462 "form.admin.custom_date_format" => "날짜 포맷",
 
 463 "form.admin.custom_time_format" => "시간 포맷",
 
 464 "form.admin.start_week" => "주의 시작요일",
 
 466 // my time form attributes
 
 467 "form.mytime.title" => '나의 시간',
 
 468 "form.mytime.edit_title" => '시간기록을 편집하기',
 
 469 "form.mytime.del_str" => '시간기록을 삭제하기',
 
 470 "form.mytime.time_form" => ' (hh:mm)',
 
 471 "form.mytime.date" => '날짜',
 
 472 "form.mytime.start" => '시작',
 
 473 "form.mytime.finish" => '마감',
 
 474 "form.mytime.duration" => '기간',
 
 475 "form.mytime.daily" => '하루일과',
 
 476 "form.mytime.total" => '전체 시간: ',
 
 477 "form.mytime.th.start" => '시작',
 
 478 "form.mytime.th.finish" => '마감',
 
 479 "form.mytime.th.duration" => '기간',
 
 480 "form.mytime.del_yes" => '성과적으로 삭제된 시간기록',
 
 481 "form.mytime.no_finished_rec" => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다. 필요하면 로그아웃 하십시오.',
 
 482 "form.mytime.warn_tozero_rec" => '이 시간기간이 로크되었으므로 이 시간기록은 삭제되어야 합니다',
 
 483 "form.mytime.uncompleted" => '완성되지 않은',
 
 485 // profile form attributes
 
 486 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 487 "form.profile.create_title" => '신규 관리자 계정을 생성',
 
 488 "form.profile.edit_title" => '프로필을 편집하기',
 
 489 "form.profile.login" => '로그인ID',
 
 491 "form.profile.showchart" => '원 그래프를 보기',
 
 492 "form.profile.custom_date_format" => "날짜 포맷",
 
 493 "form.profile.custom_time_format" => "시간 포맷",
 
 494 "form.profile.default_format" => "(디폴트)",
 
 495 "form.profile.start_week" => "주의 시작요일",
 
 497 // people form attributes
 
 498 "form.people.ppl_str" => '멤버',
 
 499 "form.people.createu_str" => '신규 사용자를 만들기',
 
 500 "form.people.edit_str" => '사용자를 편집하기',
 
 501 "form.people.del_str" => '사용자를 삭제하기',
 
 502 "form.people.th.login" => '로그인ID',
 
 503 "form.people.th.role" => '직위',
 
 504 "form.people.th.rate" => '급여',
 
 505 "form.people.manager" => '관리자',
 
 506 "form.people.comanager" => '공동관리자',
 
 507 "form.people.empl" => '사용자',
 
 508 "form.people.login" => '로그인ID',
 
 510 "form.people.rate" => '디폴트 시간당 급여',
 
 511 "form.people.comanager" => '공동관리자',
 
 514 "form.report.title" => '보고서',
 
 515 "form.report.from" => '시작 날짜',
 
 516 "form.report.to" => '마감 날짜',
 
 517 "form.report.groupby_user" => '사용자',
 
 518 "form.report.groupby_project" => '프로젝트',
 
 519 "form.report.duration" => '기간',
 
 520 "form.report.start" => '시작',
 
 521 "form.report.finish" => '마감',
 
 522 "form.report.totals_only" => '오직 전체만',
 
 523 "form.report.total" => '시간 총합',
 
 524 "form.report.th.empllist" => '사용자',
 
 525 "form.report.th.date" => '날짜',
 
 526 "form.report.th.start" => '시작',
 
 527 "form.report.th.finish" => '마감',
 
 528 "form.report.th.duration" => '기간',
 
 530 // mail form attributes
 
 531 "form.mail.from" => '부터',
 
 532 "form.mail.to" => '까지',
 
 533 "form.mail.above" => '이 보고서를 이메일로 송신',
 
 534 // Note to translators: this string needs to be translated.
 
 535 // "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.',
 
 536 "form.mail.sending_str" => '<b>송신된 메시지</b>',
 
 538 // invoice attributes
 
 539 "form.invoice.title" => '송장',
 
 540 "form.invoice.caption" => '송장',
 
 541 "form.invoice.above" => '송장에 대한 보충정보',
 
 542 "form.invoice.select_cust" => '클라이언트의 선택',
 
 543 "form.invoice.fillform" => '필드들을 채우십시오',
 
 544 "form.invoice.date" => '날짜',
 
 545 "form.invoice.number" => '송장 번호',
 
 546 "form.invoice.th.username" => '개인',
 
 547 "form.invoice.th.time" => '시간',
 
 548 "form.invoice.th.rate" => '급여',
 
 549 "form.invoice.th.summ" => '수량',
 
 550 "form.invoice.subtotal" => '소계',
 
 551 "form.invoice.customer" => '클라이언트',
 
 552 "form.invoice.mailinv_above" => '이 송장을 이메일로 송신',
 
 553 "form.invoice.sending_str" => '<b>송신한 송장</b>',
 
 555 "form.migration.zip" => '압축',
 
 556 "form.migration.file" => '파일 선택',
 
 557 "form.migration.import.title" => '데이터 임포트',
 
 558 "form.migration.import.success" => '성과적으로 완료된 임포트',
 
 559 "form.migration.import.text" => 'xml 파일로부터 팀 데이터를 임포트',
 
 560 "form.migration.export.title" => '데이터 익스포트',
 
 561 "form.migration.export.success" => '성과적으로 완료된 익스포트',
 
 562 "form.migration.export.text" => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.',
 
 563 "form.migration.compression.none" => '없음',
 
 564 "form.migration.compression.gzip" => 'gzip',
 
 565 "form.migration.compression.bzip" => 'bzip',
 
 567 "form.client.title" => '클라이언트',
 
 568 "form.client.add_title" => '클라이언트 추가',
 
 569 "form.client.edit_title" => '클라이언트 편집',
 
 570 "form.client.del_title" => '클라이언트 삭제',
 
 572 // miscellaneous strings
 
 573 "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트',
 
 574 "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트',
 
 575 "forward.geninvoice" => '송장 만들기',
 
 577 "controls.project_bind" => '--- 전부 ---',
 
 578 "controls.all" => '--- 전부 ---',
 
 579 "controls.notbind" => '--- 아니 ---',
 
 580 "controls.per_tm" => '이번달',
 
 581 "controls.per_lm" => '전번달',
 
 582 "controls.per_tw" => '이번주',
 
 583 "controls.per_lw" => '전번주',
 
 584 "controls.per_td" => '오늘',
 
 585 "controls.per_at" => '전시간',
 
 586 "controls.per_ty" => '올해',
 
 588 "label.inv_str" => '송장',
 
 589 "label.set_empl" => '사용자들을 선택',
 
 590 "label.sel_all" => '모두 선택',
 
 591 "label.sel_none" => '모두 해제',
 
 592 "label.disable" => '무력화',
 
 593 "label.enable" => '가능화',
 
 595 "label.errors" => '오류',
 
 596 "label.ldap_hint" => '아래의 필드들에서 <b>Windows 로그인</b> 및 <b>암호</b> 를 입력하십시오.',