X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-cn.lang.php;h=51ee8783942f2fd8c674865a53010102fc8d402b;hb=eb89dbdfb292b9ae82ae407e13006872d93acf6c;hp=28d485735bb9b1bb741b6120ca2f9ef46c494e58;hpb=8164670fafb4306285df2707921741cb9d925385;p=timetracker.git diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 28d48573..51ee8783 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -38,18 +38,21 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01 $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' => '注销', 'menu.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' => '时间记录', 'menu.expenses' => '费用', 'menu.reports' => '报告', 'menu.charts' => '图表', + +// TODO: refactoring ongoing down from here. 'menu.projects' => '项目', 'menu.tasks' => '任务', 'menu.users' => '用户', @@ -77,6 +80,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => '不正确的用户名或密码', 'error.user_exists' => '该用户登录信息已经存在', 'error.project_exists' => '该项目名称已经存在', @@ -211,19 +215,24 @@ $i18n_key_words = array( 'label.page' => '页码', // TODO: translate the following. // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). // TODO: Translate the following. -'label.custom_fields' => 'Custom fields', -'label.monthly_quotas' => 'Monthly quotas', -'label.type' => 'Type', -'label.type_dropdown' => 'dropdown', -'label.type_text' => 'text', -'label.required' => 'Required', -'label.fav_report' => 'Favorite report', -'label.cron_schedule' => 'Cron schedule', -'label.what_is_it' => 'What is it?', -'label.expense' => 'Expense', -'label.quantity' => 'Quantity', +// 'label.custom_fields' => 'Custom fields', +// 'label.monthly_quotas' => 'Monthly quotas', +// 'label.type' => 'Type', +// 'label.type_dropdown' => 'dropdown', +// 'label.type_text' => 'text', +// 'label.required' => 'Required', +// 'label.fav_report' => 'Favorite report', +// 'label.cron_schedule' => 'Cron schedule', +// 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Form titles. // TODO: Translate the following.