X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fko.lang.php;h=3d44bceeed412b071e49e7f95b15414f44f0dab7;hb=8f20fd3208aaa11e5ecf009c7c01af45a5a8532d;hp=39998653b8ea42a5b1b0c76c1019ed50b9aad2d9;hpb=d13d094181f751b0ec919e054a15b8d12788f730;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 39998653..3d44bcee 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -182,9 +182,11 @@ $i18n_key_words = array( // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', -// 'label.week_total' => 'Week total', +'label.week_total' => '주별 합계', +// TODO: translate the following. // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => '오늘', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -214,11 +216,14 @@ $i18n_key_words = array( // 'label.or' => 'or', // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', -// 'label.required_fields' => '* - required fields', -// 'label.on_behalf' => 'on behalf of', -// 'label.role_manager' => '(manager)', -// 'label.role_comanager' => '(co-manager)', +'label.required_fields' => '* 필수 필드', +'label.on_behalf' => '을 대표하여', +// TODO: translate all 3 roles properly, see https://www.anuko.com/time_tracker/user_guide/user_accounts.htm +// This may require different terms for role_manager and role_comanager. +'label.role_manager' => '(관리자)', +'label.role_comanager' => '(공동관리자)', // 'label.role_admin' => '(administrator)', +// TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', @@ -239,6 +244,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => '로그인', @@ -262,6 +269,135 @@ $i18n_key_words = array( // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', // 'title.reports' => 'Reports', 'title.report' => '보고서', +// TODO: translate the following. +// 'title.send_report' => 'Sending Report', +// 'title.invoice' => 'Invoice', +// 'title.send_invoice' => 'Sending Invoice', +// 'title.charts' => 'Charts', +// 'title.projects' => 'Projects', +// 'title.add_project' => 'Adding Project', +// 'title.edit_project' => 'Editing Project', +// 'title.delete_project' => 'Deleting Project', +// 'title.tasks' => 'Tasks', +// 'title.add_task' => 'Adding Task', +// 'title.edit_task' => 'Editing Task', +// 'title.delete_task' => 'Deleting Task', +// 'title.users' => 'Users', +// 'title.add_user' => 'Adding User', +// 'title.edit_user' => 'Editing User', +// 'title.delete_user' => 'Deleting User', +// 'title.clients' => 'Clients', +// 'title.add_client' => 'Adding Client', +// 'title.edit_client' => 'Editing Client', +// 'title.delete_client' => 'Deleting Client', +// 'title.invoices' => 'Invoices', +// 'title.add_invoice' => 'Adding Invoice', +// 'title.view_invoice' => 'Viewing Invoice', +// 'title.delete_invoice' => 'Deleting Invoice', +// 'title.notifications' => 'Notifications', +// 'title.add_notification' => 'Adding Notification', +// 'title.edit_notification' => 'Editing Notification', +// 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', +// 'title.export' => 'Exporting Team Data', +// 'title.import' => 'Importing Team Data', +// 'title.options' => 'Options', +// 'title.profile' => 'Profile', +// 'title.cf_custom_fields' => 'Custom Fields', +// 'title.cf_add_custom_field' => 'Adding Custom Field', +// 'title.cf_edit_custom_field' => 'Editing Custom Field', +// 'title.cf_delete_custom_field' => 'Deleting Custom Field', +// 'title.cf_dropdown_options' => 'Dropdown Options', +// 'title.cf_add_dropdown_option' => 'Adding Option', +// 'title.cf_edit_dropdown_option' => 'Editing Option', +// 'title.cf_delete_dropdown_option' => 'Deleting Option', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', + +// Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. +// Strings that are used in a single form must go to the specific form section. +// TODO: translate the following. +// 'dropdown.all' => '--- all ---', +// 'dropdown.no' => '--- no ---', +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +// 'dropdown.selected_day' => 'day', +// 'dropdown.current_week' => 'this week', +// 'dropdown.previous_week' => 'previous week', +// 'dropdown.selected_week' => 'week', +// 'dropdown.current_month' => 'this month', +// 'dropdown.previous_month' => 'previous month', +// 'dropdown.selected_month' => 'month', +// 'dropdown.current_year' => 'this year', +// 'dropdown.previous_year' => 'previous year', +// 'dropdown.selected_year' => 'year', +// 'dropdown.all_time' => 'all time', +// 'dropdown.projects' => 'projects', +// 'dropdown.tasks' => 'tasks', +// 'dropdown.clients' => 'clients', +// 'dropdown.select' => '--- select ---', +// 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.status_active' => 'active', +// 'dropdown.status_inactive' => 'inactive', +// '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. +// TODO: translate the following. +// 'form.login.forgot_password' => 'Forgot password?', +// '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. +// TODO: translate the following. +// 'form.reset_password.message' => 'Password reset request sent by email.', +// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', +// '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", + +// Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. +// TODO: translate the following. +// '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.billable' => 'Billable', +// '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.', + +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + +// Reports form. See example at https://timetracker.anuko.com/reports.php +// TODO: translate the following. +// 'form.reports.save_as_favorite' => 'Save as favorite', +'form.reports.confirm_delete' => '좋아하는 이 보고서를 삭제해도 좋습니까?', +// TODO: translate the following. +// 'form.reports.include_billable' => 'billable', +// 'form.reports.include_not_billable' => 'not billable', +// 'form.reports.include_invoiced' => 'invoiced', +// 'form.reports.include_not_invoiced' => 'not invoiced', +// 'form.reports.select_period' => 'Select time period', +// 'form.reports.set_period' => 'or set dates', +// 'form.reports.show_fields' => 'Show fields', +// 'form.reports.group_by' => 'Group by', +'form.reports.group_by_no' => '--- 그룹화되지 않음 ---', +// TODO: translate the following. +// 'form.reports.group_by_date' => 'date', +// 'form.reports.group_by_user' => 'user', +// 'form.reports.group_by_client' => 'client', +// 'form.reports.group_by_project' => 'project', +// 'form.reports.group_by_task' => 'task', +// 'form.reports.totals_only' => 'Totals only', @@ -270,7 +406,6 @@ $i18n_key_words = array( "form.filter.project" => '프로젝트', "form.filter.filter" => '좋아하는 보고서', "form.filter.filter_new" => '좋아하는 것으로 저장', -"form.filter.filter_confirm_delete" => '좋아하는 이 보고서를 삭제해도 좋습니까?', // password reminder form attributes "form.fpass.login" => '로그인', @@ -306,11 +441,9 @@ $i18n_key_words = array( "form.mytime.finish" => '마감', "form.mytime.duration" => '기간', "form.mytime.note" => '표식', -"form.mytime.behalf" => '다음을 위한 하루일과', "form.mytime.daily" => '하루일과', "form.mytime.total" => '전체 시간: ', "form.mytime.th.project" => '프로젝트', -"form.mytime.th.activity" => '활동내용', "form.mytime.th.start" => '시작', "form.mytime.th.finish" => '마감', "form.mytime.th.duration" => '기간', @@ -367,11 +500,8 @@ $i18n_key_words = array( "form.report.to" => '마감 날짜', "form.report.groupby_user" => '사용자', "form.report.groupby_project" => '프로젝트', -"form.report.groupby_activity" => '활동내용', "form.report.duration" => '기간', "form.report.start" => '시작', -"form.report.activity" => '활동내용', -"form.report.show_idle" => '유휴 상태를 보기', "form.report.finish" => '마감', "form.report.note" => '표식', "form.report.project" => '프로젝트', @@ -380,7 +510,6 @@ $i18n_key_words = array( "form.report.th.empllist" => '사용자', "form.report.th.date" => '날짜', "form.report.th.project" => '프로젝트', -"form.report.th.activity" => '활동내용', "form.report.th.start" => '시작', "form.report.th.finish" => '마감', "form.report.th.duration" => '기간', @@ -435,16 +564,10 @@ $i18n_key_words = array( // miscellaneous strings "forward.forgot_password" => '암호를 잊으셨습니까?', -"forward.edit" => '편집', -"forward.delete" => '삭제', "forward.tocsvfile" => '데이터를 .csv 파일로 익스포트', "forward.toxmlfile" => '데이터를 .xml 파일로 익스포트', "forward.geninvoice" => '송장 만들기', -"forward.change" => '클라이언트 구성', -// strings inside contols on forms -"controls.select.project" => '--- 프로젝트 선택 ---', -"controls.select.activity" => '--- 활동내용 선택 ---', "controls.select.client" => '--- 클라이언트 선택 ---', "controls.project_bind" => '--- 전부 ---', "controls.all" => '--- 전부 ---', @@ -457,30 +580,15 @@ $i18n_key_words = array( "controls.per_at" => '전시간', "controls.per_ty" => '올해', "controls.sel_period" => '--- 시간 기간을 선택 ---', -"controls.sel_groupby" => '--- 그룹화되지 않음 ---', "controls.inc_billable" => '청구 가능한', "controls.inc_nbillable" => '청구 가능하지 않은', "controls.default" => '--- 디폴트 ---', -// labels -"label.chart.title1" => '사용자별 활동내용', -"label.chart.title2" => '사용자별 프로젝트', -"label.chart.period" => '기간에 따른 그래프', - -"label.pbehalf_info" => '%s %s %s 을 대표하여', -"label.pminfo" => ' (관리자)', -"label.pcminfo" => ' (공동관리자)', -"label.painfo" => ' (관리자)', -"label.time_noentry" => '항목이 없음', -"label.today" => '오늘', -"label.req_fields" => '* 필수 필드', -"label.sel_project" => '프로젝트 선택', -"label.sel_activity" => '활동내용 선택', "label.sel_tp" => '시간 기간을 선택', "label.set_tp" => '혹은 날짜를 설정', "label.fields" => '필드들을 보기', "label.group_title" => '다음것에 의한 그룹화', -"label.include_title" => '기록을 포함', + "label.inv_str" => '송장', "label.set_empl" => '사용자들을 선택', "label.sel_all" => '모두 선택', @@ -488,8 +596,6 @@ $i18n_key_words = array( "label.or" => '혹은', "label.disable" => '무력화', "label.enable" => '가능화', -"label.filter" => '필터', -"label.timeweek" => '주별 합계', "label.hrs" => '시간', "label.errors" => '오류', "label.ldap_hint" => '아래의 필드들에서 Windows 로그인 및 암호 를 입력하십시오.',