X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=a0ea73dd28f8edf68057a6ba8fd6ce0e54feefa4;hb=1f845478300e34470e905204b24310b2c21f71e1;hp=9758ee04cb13c04aacbdec44059b5d046bdc225d;hpb=f12e0989887b6cc05cef4d252105083eac063cd5;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 9758ee04..a0ea73dd 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -38,17 +38,18 @@ $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. // '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. +// 'menu.time' => 'Time', // 'menu.expenses' => 'Expenses', 'menu.reports' => '보고서', // TODO: translate the following. @@ -72,6 +73,7 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. +// 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.', @@ -79,7 +81,10 @@ $i18n_key_words = array( '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}".', + +// TODO: refactoring ongoing down from here. 'error.project' => '프로젝트의 선택', // TODO: translate the following. // 'error.task' => 'Select task.', @@ -89,9 +94,9 @@ $i18n_key_words = array( '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.no_login' => '본 로그인과 연계된 사용자가 없습니다', 'error.upload' => '파일 업로드 오류', // TODO: translate the following. @@ -109,11 +114,15 @@ $i18n_key_words = array( 'button.delete' => '삭제', 'button.cancel' => '취소', 'button.submit' => '발송', -// TODO: impprove translation of all button.add strings. +// TODO: improve translation of all button.add strings. 'button.add_user' => '신규 사용자 추가', 'button.add_project' => '신규 프로젝트 추가', -'button.add_activity' => '신규 활동내용 추가', +// TODO: translate the following. +// 'button.add_task' => 'Add task', 'button.add_client' => '신규 클라이언트 추가', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', 'button.add' => '추가', 'button.generate' => '생성', // Note to translators: button.reset_password needs an improved translation.