Usability improvement of the monthly quota config form.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index 2503608..0c1d377 100644 (file)
@@ -38,13 +38,14 @@ $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' => '费用',
@@ -65,18 +66,25 @@ $i18n_key_words = array(
 'footer.improve' => '投稿',
 
 // Error messages.
+// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
 'error.access_denied' => '拒绝访问',
 'error.sys' => '系统错误',
 'error.db' => '数据库错误',
 'error.field' => '不正确的"{0}"数据',
 'error.empty' => '栏目"{0}"为空',
 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"',
-'error.interval' => '不正确的间隔',
-'error.project' => '选择项目',
 // TODO: translate the following.
+// 'error.interval' => 'Field "{0}" must be greater than "{1}".',
+// 'error.project' => 'Select project.',
 // 'error.task' => 'Select task.',
 // 'error.client' => 'Select client.',
 // 'error.report' => 'Select report.',
+// 'error.record' => 'Select record.',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 'error.auth' => '不正确的用户名或密码',
 'error.user_exists' => '该用户登录信息已经存在',
 'error.project_exists' => '该项目名称已经存在',
@@ -168,6 +176,7 @@ $i18n_key_words = array(
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
@@ -183,6 +192,8 @@ $i18n_key_words = array(
 // 'label.configure' => 'Configure',
 // 'label.select_all' => 'Select all',
 // 'label.select_none' => 'Deselect all',
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
 // 'label.id' => 'ID',
 // 'label.language' => 'Language',
 // 'label.decimal_mark' => 'Decimal mark',
@@ -208,19 +219,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.
@@ -446,8 +462,6 @@ $i18n_key_words = array(
 // mail form attributes
 "form.mail.from" => '从',
 "form.mail.to" => '到',
-"form.mail.cc" => '抄送',
-"form.mail.subject" => '主题',
 "form.mail.comment" => '留言',
 "form.mail.above" => '通过电子邮件发送该报告',
 // Note to translators: this string needs to be translated.