X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8a3dcc22484e01a06a0576cd47c88d9e99e7da77..e27646be3f900ddff86ea36ffde3bdc78eebffdd:/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 7eaabc2f..c7903cc6 100644
--- a/WEB-INF/resources/zh-cn.lang.php
+++ b/WEB-INF/resources/zh-cn.lang.php
@@ -26,7 +26,7 @@
// | https://www.anuko.com/time_tracker/credits.htm
// +----------------------------------------------------------------------+
-// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option
+// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option.
// Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
$i18n_language = 'ç®ä½ä¸æ';
@@ -38,28 +38,42 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01
$i18n_key_words = array(
-// menu entries
+// Menus.
'menu.login' => 'ç»å½',
'menu.logout' => '注é',
-'menu.feedback' => 'åé¦',
+// TODO: translate the following:
+// 'menu.forum' => 'Forum',
'menu.help' => '帮å©',
// Note to translators: menu.create_team needs a more accurate translation.
'menu.create_team' => 'å建æ°ç®¡çè´¦å·',
-'menu.edit_profile' => 'ç¼è¾ç®ä»',
-'menu.time' => 'æçæ¶é´è®°å½',
+'menu.profile' => 'ç¼è¾ç®ä»', // TODO: Improve this, used to be "Edit profile", now just "Profile".
+'menu.time' => 'æçæ¶é´è®°å½', // TODO: Improve this, used to be "My time", now just "Time".
+// TODO: translate the following:
+// 'menu.expenses' => 'Expenses',
'menu.reports' => 'æ¥å',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: translate the following:
+// 'menu.charts' => 'Charts',
'menu.projects' => '项ç®',
-'menu.activities' => 'æ´»å¨',
-'menu.people' => '人å',
+// TODO: translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
'menu.teams' => 'å¢é',
'menu.export' => 'å¯¼åºæ°æ®',
'menu.clients' => '客æ·',
'menu.options' => 'é项',
-'menu.admin' => '管ç',
-// error strings
+// Footer - strings on the bottom of most pages.
+// TODO: translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+ // This is a link to a webpage that describes how to contribute to the project.
+
+// Error messages.
+// TODO: translate the following:
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
'error.db' => 'æ°æ®åºé误',
'error.field' => '䏿£ç¡®ç"{0}"æ°æ®',
'error.empty' => 'æ ç®"{0}"为空',
@@ -75,8 +89,8 @@ $i18n_key_words = array(
// 'error.client_exists' => 'client with this name already exists',
'error.no_login' => '没æè¯¥ç»å½ä¿¡æ¯çç¨æ·',
'error.upload' => 'ä¸ä¼ æä»¶åºé',
-// Note to translators: string below must be translated.
-// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking.
uncompleted records (with 0 or empty duration) can be deleted.',
+// TODO: Translate the following:
+// 'error.range_locked' => 'Date range is locked.',
'error.mail_send' => 'åéé®ä»¶æ¶åºé',
'error.no_email' => '没æçµåé®ä»¶ä¸è¯¥ç¨æ·åå
³è',
// Note to translators: strings below must be translated.
@@ -123,6 +137,9 @@ $i18n_key_words = array(
// Translate the following string.
// 'label.page' => 'Page',
+// Form titles.
+// TODO: the entire title section is missing here. See the English file.
+
"form.filter.project" => '项ç®',
"form.filter.filter" => 'æ¶èçæ¥å',
"form.filter.filter_new" => 'ä¿åå°æçæ¶è夹',
@@ -404,4 +421,3 @@ $i18n_key_words = array(
// login hello text
// "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
);
-?>
\ No newline at end of file