X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=c18aa17315d158dacca5b91a7e7da61e88fd7d35;hb=3d6a515a50d61cf1c234cd6775c925246b8a95b0;hp=b1fed8f43f8b220d8d4ff3487a3fd92753708d02;hpb=33610845422adbcde3888bfd385e94bf8e612666;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index b1fed8f4..c18aa173 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -48,8 +48,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.create_team' => 'Create Team', 'menu.profile' => '프로필', +'menu.time' => '시간', // TODO: translate the following. -// 'menu.time' => 'Time', // 'menu.expenses' => 'Expenses', 'menu.reports' => '보고서', // TODO: translate the following. @@ -98,8 +98,7 @@ $i18n_key_words = array( // 'error.invoice_exists' => 'Invoice with this number already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다.', -// TODO: translate the following. -// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +'error.no_teams' => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.', 'error.upload' => '파일 업로드 오류.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -187,8 +186,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => '오늘', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => '편집', 'label.delete' => '삭제', @@ -199,7 +196,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', -// 'label.id' => 'ID', +'label.id' => '식별자', 'label.language' => '언어', // TODO: translate the following. // 'label.decimal_mark' => 'Decimal mark', @@ -209,8 +206,7 @@ $i18n_key_words = array( 'label.comment' => '코멘트', 'label.status' => '상태', 'label.tax' => '세금', -// TODO: translate the following. -// 'label.subtotal' => 'Subtotal', +'label.subtotal' => '소계', 'label.total' => '합계', // TODO: translate the following. // 'label.client_name' => 'Client name', @@ -244,7 +240,8 @@ $i18n_key_words = array( // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', -// 'label.quantity' => 'Quantity', +'label.quantity' => '수량', +// TODO: translate the following. // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', @@ -253,17 +250,18 @@ $i18n_key_words = array( // Form titles. 'title.login' => '로그인', +'title.teams' => '팀', // TODO: translate the following. -// 'title.teams' => 'Teams', // 'title.create_team' => 'Creating Team', // 'title.edit_team' => 'Editing Team', -// 'title.delete_team' => 'Deleting Team', +'title.delete_team' => '팀 삭제', 'title.reset_password' => '암호 재설정', // TODO: translate the following. // 'title.change_password' => 'Changing Password', -// 'title.time' => 'Time', -// 'title.edit_time_record' => 'Editing Time Record', -// 'title.delete_time_record' => 'Deleting Time Record', +'title.time' => '시간', +'title.edit_time_record' => '시간기록을 편집하기', +'title.delete_time_record' => '시간기록을 삭제하기', +// TODO: translate the following. // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -271,7 +269,7 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', +'title.reports' => '보고서', 'title.report' => '보고서', // TODO: translate the following. // 'title.send_report' => 'Sending Report', @@ -288,11 +286,11 @@ $i18n_key_words = array( // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', // 'title.delete_task' => 'Deleting Task', -'title.users' => '사용자', -// TODO: translate the following. -// 'title.add_user' => 'Adding User', -// 'title.edit_user' => 'Editing User', -// 'title.delete_user' => 'Deleting User', +'title.users' => '사용자', // TODO: is this correct? Not 사용자를 as below? title.users is for many (plural) users. + // title.add, title.edit, and title.delete are for a single user. +'title.add_user' => '사용자를 추가하기', // TODO: is this correct? +'title.edit_user' => '사용자를 편집하기', +'title.delete_user' => '사용자를 삭제하기', 'title.clients' => '클라이언트', 'title.add_client' => '클라이언트 추가', 'title.edit_client' => '클라이언트 편집', @@ -353,15 +351,15 @@ $i18n_key_words = array( // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => '암호를 잊으셨습니까?', // TODO: translate the following. -// 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', +// 'form.login.about' => 'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => '송신한 암호 재설정 요청.', // TODO: add "by email" to match the English string. @@ -374,17 +372,15 @@ $i18n_key_words = array( // 'form.change_password.tip' => 'Type new password and click on Save.', // Time form. See example at https://timetracker.anuko.com/time.php. -// TODO: translate the following. -// 'form.time.duration_format' => '(hh:mm or 0.0h)', +'form.time.duration_format' => '(hh:mm 혹은 0.0h)', // TODO: is there a better term for hh:mm as a hint to user what to enter? 'form.time.billable' => '청구가능', +'form.time.uncompleted' => '완성되지 않은', // TODO: translate the following. -// 'form.time.uncompleted' => 'Uncompleted', // 'form.time.remaining_quota' => 'Remaining quota', // 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). -// TODO: translate the following. -// 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.', +'form.time_edit.uncompleted' => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다.', // Week view form. See example at https://timetracker.anuko.com/week.php. // TODO: translate the following. @@ -414,15 +410,16 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). +'form.report.export' => '익스포트', // TODO: is this correct? // TODO: translate the following. -// 'form.report.export' => 'Export', // 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). -// TODO: translate the following. -// 'form.invoice.number' => 'Invoice number', -// 'form.invoice.person' => 'Person', +'form.invoice.number' => '송장 번호', +'form.invoice.person' => '개인', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -447,11 +444,11 @@ $i18n_key_words = array( // 'form.users.active_users' => 'Active Users', // 'form.users.inactive_users' => 'Inactive Users', // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', -// 'form.users.role' => 'Role', -// 'form.users.manager' => 'Manager', -// 'form.users.comanager' => 'Co-manager', -// 'form.users.rate' => 'Rate', -// 'form.users.default_rate' => 'Default hourly rate', +'form.users.role' => '직위', // TODO: is this correct? The term "role" describes user function, as in "team manager role". +'form.users.manager' => '관리자', +'form.users.comanager' => '공동관리자', +'form.users.rate' => '급여', +'form.users.default_rate' => '디폴트 시간당 급여', // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. @@ -464,103 +461,52 @@ $i18n_key_words = array( // 'form.client.client_entries' => 'Client entries', // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php -// TODO: translate the following. -// '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.', -// 'form.export.compression' => 'Compression', -// 'form.export.compression_none' => 'none', -// 'form.export.compression_bzip' => 'bzip', +'form.export.hint' => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.', +'form.export.compression' => '압축', +'form.export.compression_none' => '없음', +'form.export.compression_bzip' => 'bzip', // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -// TODO: translate the following. -// 'form.import.hint' => 'Import team data from an xml file.', -// 'form.import.file' => 'Select file', -// 'form.import.success' => 'Import completed successfully.', +'form.import.hint' => 'xml 파일로부터 팀 데이터를 임포트.', +'form.import.file' => '파일 선택', +'form.import.success' => '성과적으로 완료된 임포트.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). 'form.teams.hint' => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.
또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).', - - -// TODO: refactoring ongoing down from here. - -// administrator form -"form.admin.profile.title" => '팀', -"form.admin.profile.noprofiles" => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.', -"form.admin.profile.comment" => '팀 삭제', -"form.admin.profile.th.id" => '식별자', -"form.admin.profile.th.active" => '활동내용', - -// my time form attributes -"form.mytime.title" => '나의 시간', -"form.mytime.edit_title" => '시간기록을 편집하기', -"form.mytime.del_str" => '시간기록을 삭제하기', -"form.mytime.time_form" => ' (hh:mm)', -"form.mytime.total" => '전체 시간: ', -"form.mytime.del_yes" => '성과적으로 삭제된 시간기록', -"form.mytime.no_finished_rec" => '이 기록은 시작 시간으로만 저장되었습니다. 이것은 오류는 아닙니다. 필요하면 로그아웃 하십시오.', -"form.mytime.warn_tozero_rec" => '이 시간기간이 로크되었으므로 이 시간기록은 삭제되어야 합니다', -"form.mytime.uncompleted" => '완성되지 않은', - -// profile form attributes -// Note to translators: we need a more accurate translation of form.profile.create_title -"form.profile.create_title" => '신규 관리자 계정을 생성', -"form.profile.edit_title" => '프로필을 편집하기', -"form.profile.showchart" => '원 그래프를 보기', - -// people form attributes -"form.people.ppl_str" => '멤버', -"form.people.createu_str" => '신규 사용자를 만들기', -"form.people.edit_str" => '사용자를 편집하기', -"form.people.del_str" => '사용자를 삭제하기', -"form.people.th.role" => '직위', -"form.people.th.rate" => '급여', -"form.people.manager" => '관리자', -"form.people.comanager" => '공동관리자', - -"form.people.rate" => '디폴트 시간당 급여', -"form.people.comanager" => '공동관리자', - -// report attributes -"form.report.title" => '보고서', -"form.report.total" => '시간 총합', - -// mail form attributes -"form.mail.from" => '부터', -"form.mail.to" => '까지', -"form.mail.above" => '이 보고서를 이메일로 송신', -// Note to translators: this string needs to be translated. -// "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', -"form.mail.sending_str" => '송신된 메시지', - -// invoice attributes -"form.invoice.title" => '송장', -"form.invoice.caption" => '송장', -"form.invoice.above" => '송장에 대한 보충정보', -"form.invoice.select_cust" => '클라이언트의 선택', -"form.invoice.fillform" => '필드들을 채우십시오', -"form.invoice.number" => '송장 번호', -"form.invoice.th.username" => '개인', -"form.invoice.th.time" => '시간', -"form.invoice.th.rate" => '급여', -"form.invoice.th.summ" => '수량', -"form.invoice.subtotal" => '소계', -"form.invoice.customer" => '클라이언트', -"form.invoice.mailinv_above" => '이 송장을 이메일로 송신', -"form.invoice.sending_str" => '송신한 송장', - -"form.migration.zip" => '압축', -"form.migration.file" => '파일 선택', -"form.migration.import.title" => '데이터 임포트', -"form.migration.import.success" => '성과적으로 완료된 임포트', -"form.migration.import.text" => 'xml 파일로부터 팀 데이터를 임포트', -"form.migration.export.title" => '데이터 익스포트', -"form.migration.export.success" => '성과적으로 완료된 익스포트', -"form.migration.export.text" => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.', -"form.migration.compression.none" => '없음', -"form.migration.compression.gzip" => 'gzip', -"form.migration.compression.bzip" => 'bzip', - -// miscellaneous strings -"forward.tocsvfile" => '데이터를 .csv 파일로 익스포트', -"forward.toxmlfile" => '데이터를 .xml 파일로 익스포트', +// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.12_hours' => '12 hours', +// 'form.profile.24_hours' => '24 hours', +// 'form.profile.show_holidays' => 'Show holidays', +// 'form.profile.tracking_mode' => 'Tracking mode', +// 'form.profile.mode_time' => 'time', +// 'form.profile.mode_projects' => 'projects', +// 'form.profile.mode_projects_and_tasks' => 'projects and tasks', +// 'form.profile.record_type' => 'Record type', +// 'form.profile.type_all' => 'all', +// 'form.profile.type_start_finish' => 'start and finish', +// 'form.profile.type_duration' => 'duration', +// 'form.profile.punch_in_mode' => 'Punch in mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.plugins' => 'Plugins', + +// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. +'form.mail.from' => '부터', +'form.mail.to' => '까지', // TODO: is this correct? The meaning is that we send an email TO this person. +// TODO: translate the following. +// 'form.mail.report_subject' => 'Time Tracker Report', +// 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', +// 'form.mail.report_sent' => 'Report sent.', +'form.mail.invoice_sent' => '송신한 송장.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );