X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/dba881e5ec20207145c9377b2d6c0421da6607af..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/zh-cn.lang.php
diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php
index b4dcdcff..324cb916 100644
--- a/WEB-INF/resources/zh-cn.lang.php
+++ b/WEB-INF/resources/zh-cn.lang.php
@@ -156,8 +156,7 @@ $i18n_key_words = array(
'label.client' => '客æ·',
'label.clients' => '客æ·',
'label.option' => 'é项',
-// TODO: translate the following.
-// 'label.invoice' => 'Invoice',
+'label.invoice' => 'å票',
'label.project' => '项ç®',
'label.projects' => '项ç®',
// TODO: translate the following.
@@ -185,8 +184,9 @@ $i18n_key_words = array(
'label.delete' => 'å é¤',
// TODO: translate the following.
// 'label.configure' => 'Configure',
-// 'label.select_all' => 'Select all',
-// 'label.select_none' => 'Deselect all',
+'label.select_all' => 'å
¨é¨éæ©',
+'label.select_none' => 'å
¨é¨ä¸é',
+// TODO: translate the following.
// 'label.day_view' => 'Day view',
// 'label.week_view' => 'Week view',
// 'label.id' => 'ID',
@@ -262,7 +262,8 @@ $i18n_key_words = array(
// 'title.reports' => 'Reports',
// 'title.report' => 'Report',
// 'title.send_report' => 'Sending Report',
-// 'title.invoice' => 'Invoice',
+'title.invoice' => 'å票',
+// TODO: translate the following.
// 'title.send_invoice' => 'Sending Invoice',
// 'title.charts' => 'Charts',
'title.projects' => '项ç®',
@@ -283,7 +284,8 @@ $i18n_key_words = array(
'title.add_client' => 'æ·»å 客æ·',
'title.edit_client' => 'ç¼è¾å®¢æ·',
'title.delete_client' => 'å é¤å®¢æ·',
-// 'title.invoices' => 'Invoices',
+'title.invoices' => 'å票',
+// TODO: translate the following.
// 'title.add_invoice' => 'Adding Invoice',
// 'title.view_invoice' => 'Viewing Invoice',
// 'title.delete_invoice' => 'Deleting Invoice',
@@ -312,22 +314,22 @@ $i18n_key_words = array(
// 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.
+'dropdown.all' => '--- å
¨é¨ ---',
+'dropdown.no' => '--- æ ---',
+'dropdown.current_day' => 'ä»å¤©',
+'dropdown.previous_day' => 'æ¨å¤©',
+'dropdown.selected_day' => '天',
+'dropdown.current_week' => 'æ¬å¨',
+'dropdown.previous_week' => 'ä¸å¨',
+'dropdown.selected_week' => 'å¨',
+'dropdown.current_month' => 'æ¬æ',
+'dropdown.previous_month' => 'ä¸ä¸ªæ', // TODO: is this correct? Not 䏿?
+'dropdown.selected_month' => 'æ',
+'dropdown.current_year' => 'ä»å¹´',
// 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.all_time' => 'å
¨é¨æ¶é´',
'dropdown.projects' => '项ç®',
// TODO: translate the following.
// 'dropdown.tasks' => 'tasks',
@@ -403,9 +405,10 @@ $i18n_key_words = array(
// Invoice form. See example at https://timetracker.anuko.com/invoice.php
// (you can get to this form after generating a report).
-// TODO: translate the following.
-// 'form.invoice.number' => 'Invoice number',
-// 'form.invoice.person' => 'Person',
+'form.invoice.number' => 'å票å·ç ',
+'form.invoice.person' => '人', // TODO: is this correct?
+
+// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
// 'form.invoice.invoice_to_delete' => 'Invoice to delete',
// 'form.invoice.invoice_entries' => 'Invoice entries',
// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
@@ -425,13 +428,46 @@ $i18n_key_words = array(
// 'form.tasks.active_tasks' => 'Active Tasks',
// 'form.tasks.inactive_tasks' => 'Inactive Tasks',
+// Users form. See example at https://timetracker.anuko.com/users.php
+// TODO: translate the following.
+// 'form.users.active_users' => 'Active Users',
+// 'form.users.inactive_users' => 'Inactive Users',
+// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
+// 'form.users.role' => 'Role',
+// 'form.users.manager' => 'Manager',
+// 'form.users.comanager' => 'Co-manager',
+// 'form.users.rate' => 'Rate',
+// 'form.users.default_rate' => 'Default hourly rate',
+
+// Clients form. See example at https://timetracker.anuko.com/clients.php
+// TODO: translate the following.
+// 'form.clients.active_clients' => 'Active Clients',
+// 'form.clients.inactive_clients' => 'Inactive Clients',
+
+// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
+// TODO: translate the following.
+// 'form.client.client_to_delete' => 'Client to delete',
+// 'form.client.client_entries' => 'Client entries',
+
+// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+'form.export.hint' => 'æ¨å¯ä»¥å°ææå¢éæ°æ®å¯¼åºå°xmlæä»¶ã妿æ¨è¦å°æ°æ®è½¬ç§»å°æ¨èªå·±çæå¡å¨ï¼è¿é¡¹æä½å¾æç¨ã',
+'form.export.compression' => 'å缩',
+'form.export.compression_none' => 'ä¸å缩',
+'form.export.compression_bzip' => 'bzipæ ¼å¼',
+
+// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+'form.import.hint' => 'ä»xmlæä»¶å¯¼å
¥å¢éæ°æ®ã',
+'form.import.file' => 'éæ©æ¡£',
+'form.import.success' => 'æå宿坼å
¥ã',
+
+// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
+'form.teams.hint' => 'éè¿å建æ°çå¢éç»çè´¦å·æ¥å建æ°å¢éã
æ¨ä¹å¯ä»¥ä»å
¶å®çAnukoæ¶é´è¿½è¸ªå¨æå¡å¨çxmlæä»¶å¯¼å
¥å¢éæ°æ®(ç»å½ä¿¡æ¯ä¸è½åçå²çª)ã',
+
// TODO: refactoring ongoing down from here.
// administrator form
-"form.admin.duty_text" => 'éè¿å建æ°çå¢éç»çè´¦å·æ¥å建æ°å¢éã
æ¨ä¹å¯ä»¥ä»å
¶å®çAnukoæ¶é´è¿½è¸ªå¨æå¡å¨çxmlæä»¶å¯¼å
¥å¢éæ°æ®(ç»å½ä¿¡æ¯ä¸è½åçå²çª)ã',
-
"form.admin.profile.title" => 'å¢é',
"form.admin.profile.noprofiles" => 'æ¨çæ°æ®åºæ²¡æä»»ä½è®°å½ã请以管çå身份ç»å½å¹¶å建ä¸ä¸ªæ°å¢éã',
"form.admin.profile.comment" => 'å é¤å¢é',
@@ -481,53 +517,6 @@ $i18n_key_words = array(
"form.mail.sending_str" => 'æ¶æ¯å·²åé',
// invoice attributes
-"form.invoice.title" => 'å票',
-"form.invoice.caption" => 'å票',
-"form.invoice.above" => 'å票éå ä¿¡æ¯',
-"form.invoice.select_cust" => '鿩客æ·',
-"form.invoice.fillform" => 'å¡«å该æ ç®',
-"form.invoice.number" => 'å票å·ç ',
-"form.invoice.th.username" => 'æ¶è´¹äºº',
-"form.invoice.th.time" => 'å°æ¶æ°',
-"form.invoice.th.rate" => 'è´¹ç',
-"form.invoice.th.summ" => 'è´¦å·',
-"form.invoice.subtotal" => 'å
±è®¡',
-"form.invoice.customer" => '客æ·',
"form.invoice.mailinv_above" => 'éè¿çµåé®ä»¶å鿤å票',
"form.invoice.sending_str" => 'å票已éåº',
-
-"form.migration.zip" => 'å缩',
-"form.migration.file" => 'éæ©æ¡£',
-"form.migration.import.title" => '导å
¥æ°æ®',
-"form.migration.import.success" => 'æå宿坼å
¥',
-"form.migration.import.text" => 'ä»xmlæä»¶å¯¼å
¥å¢éæ°æ®',
-"form.migration.export.title" => 'å¯¼åºæ°æ®',
-"form.migration.export.success" => 'å¯¼åºæå',
-"form.migration.export.text" => 'æ¨å¯ä»¥å°ææå¢éæ°æ®å¯¼åºå°xmlæä»¶ã妿æ¨è¦å°æ°æ®è½¬ç§»å°æ¨èªå·±çæå¡å¨ï¼è¿é¡¹æä½å¾æç¨ã',
-"form.migration.compression.none" => 'ä¸å缩',
-"form.migration.compression.gzip" => 'gzipæ ¼å¼',
-"form.migration.compression.bzip" => 'bzipæ ¼å¼',
-
-// miscellaneous strings
-"forward.tocsvfile" => 'å°æ°æ®å¯¼åºå°.csvæä»¶',
-"forward.toxmlfile" => 'å°æ°æ®å¯¼åºå°.xmlæä»¶',
-"forward.geninvoice" => 'çæå票',
-
-"controls.project_bind" => '--- å
¨é¨ ---',
-"controls.all" => '--- å
¨é¨ ---',
-"controls.notbind" => '--- æ ---',
-"controls.per_tm" => 'æ¬æ',
-"controls.per_lm" => 'ä¸ä¸ªæ',
-"controls.per_tw" => 'æ¬å¨',
-"controls.per_lw" => 'ä¸å¨',
-"controls.per_td" => 'ä»å¤©',
-"controls.per_at" => 'å
¨é¨æ¶é´',
-"controls.per_ty" => 'ä»å¹´',
-
-"label.inv_str" => 'å票',
-"label.set_empl" => 'éæ©ç¨æ·',
-"label.sel_all" => 'å
¨é¨éæ©',
-"label.sel_none" => 'å
¨é¨ä¸é',
-"label.disable" => 'ç¦ç¨',
-"label.enable" => 'å¯ç¨',
);