X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8a3dcc22484e01a06a0576cd47c88d9e99e7da77..e27646be3f900ddff86ea36ffde3bdc78eebffdd:/WEB-INF/resources/zh-tw.lang.php
diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php
index 6a946dd0..7a34fcf2 100644
--- a/WEB-INF/resources/zh-tw.lang.php
+++ b/WEB-INF/resources/zh-tw.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