X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=a4d04f68cf5462d2f07ea1a74962ef29193dd435;hb=cec40f74032193d419536ba8771b56ed1f50e5cd;hp=4b284efafefd5a0307fb27ecc3492e10870577c7;hpb=dc5d9b08bfb2e729508b02928b9d3b45e041e3a7;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 4b284efa..a4d04f68 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -38,33 +38,34 @@ $i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => '로그인', 'menu.logout' => '로그아웃', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => '도움말', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => '새로운 관리자 계정을 생성', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', 'menu.profile' => '프로필', -'menu.time' => '나의 시간', // TODO: improve this, used to be "My time", now just "Time". -// TODO: Translate the following: +// TODO: translate the following. +// 'menu.time' => 'Time', // 'menu.expenses' => 'Expenses', 'menu.reports' => '보고서', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.charts' => 'Charts', 'menu.projects' => '프로젝트', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', 'menu.teams' => '팀', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.export' => 'Export', 'menu.clients' => '클라이언트', 'menu.options' => '옵션', // Footer - strings on the bottom of most pages. -// TODO: Translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -72,70 +73,115 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: Translate the following: +// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there. +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => '데이터베이스 오류', 'error.field' => '부정확한 "{0}" 의 데이터', 'error.empty' => '"{0}" 의 필드가 비어있습니다', 'error.not_equal' => '"{0}" 의 필드가 "{1}" 의 필드와 같지 않습니다', -'error.interval' => '부정확한 간격입니다', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', 'error.project' => '프로젝트의 선택', -'error.activity' => '활동내용의 선택', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다', 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다', 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다', -'error.activity_exists' => '본 이름과 연계된 활동내용이 이미 있습니다', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', +// '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.upload' => '파일 업로드 오류', -// TODO: Translate the following: +// TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => '메일 보내기에서의 오류', 'error.no_email' => '본 로그인과 연계된 이메일이 없습니다', -// Note to translators: the strings below need to be translated. -// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', -// 'error.goto_uncompleted' => 'go to uncompleted entry.', +// TODO: translate the following. +// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', +// 'error.goto_uncompleted' => 'Go to uncompleted entry.', +// 'error.overlap' => 'Time interval overlaps with existing records.', +// 'error.future_date' => 'Date is in future.', -// labels for various buttons +// Labels for buttons. 'button.login' => '로그인', 'button.now' => '지금', -// 'button.set' => '설정', 'button.save' => '저장', -'button.delete' => '삭제', +// TODO: translate the following. +// 'button.copy' => 'Copy', 'button.cancel' => '취소', 'button.submit' => '발송', -// TODO: impprove translation of all button.add strings. -'button.add_user' => '신규 사용자 추가', -'button.add_project' => '신규 프로젝트 추가', -'button.add_activity' => '신규 활동내용 추가', -'button.add_client' => '신규 클라이언트 추가', +// TODO: translate the following. +// 'button.add_user' => 'Add user', +// 'button.add_project' => 'Add project', +// 'button.add_task' => 'Add task', +// 'button.add_client' => 'Add client', +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', 'button.add' => '추가', 'button.generate' => '생성', -// Note to translators: button.reset_password needs an improved translation. -'button.reset_password' => '실행', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', 'button.send' => '송신', 'button.send_by_email' => '이메일로 송신', -'button.save_as_new' => '새것으로 저장', -'button.create_team' => '신규 팀 작성', +// TODO: translate the following. +// 'button.create_team' => 'Create team', 'button.export' => '팀 익스포트', 'button.import' => '팀 임포트', -'button.apply' => '적용', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', 'label.currency' => '화폐', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', -'label.password' => '암호', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', +// 'label.person_name' => 'Name', +// 'label.thing_name' => 'Name', +// 'label.login' => 'Login', +'label.password' => 'Password', 'label.confirm_password' => '암호 확인', 'label.email' => '이메일', +// TODO: translate the following. +// 'label.cc' => 'Cc', +// 'label.bcc' => 'Bcc', +'label.subject' => '제목', +// TODO: translate the following. +// 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => '합계', -// Translate the following string. +// TODO: translate the following. // 'label.page' => 'Page', +// 'label.condition' => 'Condition', +// TODO: translate the following. +// 'label.yes' => 'yes', +// 'label.no' => 'no', +'label.delete' => '삭제', + +// Form titles. +// TODO: the entire title section is missing here. See the English file. "form.filter.project" => '프로젝트', "form.filter.filter" => '좋아하는 보고서', @@ -168,9 +214,7 @@ $i18n_key_words = array( "form.admin.profile.th.edit" => '편집', "form.admin.profile.th.del" => '삭제', "form.admin.profile.th.active" => '활동내용', -"form.admin.lock.period" => '날자로 된 간격을 로크하기', "form.admin.options" => '옵션', -"form.admin.lang_default" => '사이트의 디폴트 언어', "form.admin.custom_date_format" => "날짜 포맷", "form.admin.custom_time_format" => "시간 포맷", "form.admin.start_week" => "주의 시작요일", @@ -291,8 +335,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => '부터', "form.mail.to" => '까지', -"form.mail.cc" => 'cc', -"form.mail.subject" => '제목', "form.mail.comment" => '코멘트', "form.mail.above" => '이 보고서를 이메일로 송신', // Note to translators: this string needs to be translated. @@ -308,9 +350,6 @@ $i18n_key_words = array( "form.invoice.date" => '날짜', "form.invoice.number" => '송장 번호', "form.invoice.tax" => '세금', -"form.invoice.daily_subtotals" => '날짜별 소계', -"form.invoice.yourcoo" => '당신의 이름
및 주소', -"form.invoice.custcoo" => '클라이언트 이름
및 주소', "form.invoice.comment" => '코멘트 ', "form.invoice.th.username" => '개인', "form.invoice.th.time" => '시간', @@ -342,9 +381,6 @@ $i18n_key_words = array( "form.client.th.del" => '삭제', "form.client.name" => '이름', "form.client.tax" => '세금', -"form.client.daily_subtotals" => '날짜별 소계', -"form.client.yourcoo" => '송장에 밝힌 당신의
이름 및 주소', -"form.client.custcoo" => '주소', "form.client.comment" => '코멘트 ', // miscellaneous strings