Some refactoring of labels in translation files.
[timetracker.git] / WEB-INF / resources / zh-tw.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = '簡體中文';
33 $i18n_months = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
34 $i18n_weekdays = array('星期天', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六');
35 $i18n_weekdays_short = array('周日', '週一', '週二', '週三', '週四', '週五', '週六');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01/29', '01/30', '04/04', '09/03');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => '登錄',
44 'menu.logout' => '登出',
45 // TODO: translate the following.
46 // 'menu.forum' => 'Forum',
47 'menu.help' => '幫助',
48 // TODO: translate the following.
49 // 'menu.create_team' => 'Create Team',
50 // 'menu.profile' => 'Profile',
51 // 'menu.time' => 'Time',
52 // 'menu.expenses' => 'Expenses',
53 'menu.reports' => '報告',
54 // TODO: translate the following.
55 // 'menu.charts' => 'Charts',
56 'menu.projects' => '項目',
57 // TODO: translate the following.
58 // 'menu.tasks' => 'Tasks',
59 // 'menu.users' => 'Users',
60 'menu.teams' => '團隊',
61 'menu.export' => '輸出資料',
62 'menu.clients' => '客戶',
63 'menu.options' => '選項',
64
65 // Footer - strings on the bottom of most pages.
66 // TODO: translate the following.
67 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
68 // 'footer.credits' => 'Credits',
69 // 'footer.license' => 'License',
70 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
71                                      // This is a link to a webpage that describes how to contribute to the project.
72
73 // Error messages.
74 // TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
75 // TODO: translate the following.
76 // 'error.access_denied' => 'Access denied.',
77 // 'error.sys' => 'System error.',
78 'error.db' => '資料庫錯誤',
79 'error.field' => '不正確的"{0}"資料',
80 'error.empty' => '欄目"{0}"為空',
81 'error.not_equal' => '欄目"{0}"不等於欄目"{1}"',
82 // TODO: translate the following.
83 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
84 // 'error.project' => 'Select project.',
85 // 'error.task' => 'Select task.',
86 // 'error.client' => 'Select client.',
87 // 'error.report' => 'Select report.',
88 // 'error.record' => 'Select record.',
89 'error.auth' => '不正確的用戶名或密碼',
90 'error.user_exists' => '該使用者登錄資訊已經存在',
91 'error.project_exists' => '該專案名稱已經存在',
92 // TODO: translate the following.
93 // 'error.task_exists' => 'Task with this name already exists.',
94 // 'error.client_exists' => 'Client with this name already exists.',
95 // 'error.invoice_exists' => 'Invoice with this number already exists.',
96 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
97 'error.no_login' => '沒有該登錄資訊的使用者',
98 // TODO: translate the following.
99 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
100 'error.upload' => '上傳文件出錯',
101 // TODO: translate the following.
102 // 'error.range_locked' => 'Date range is locked.',
103 'error.mail_send' => '發送郵件時出錯',
104 'error.no_email' => '沒有電子郵件與該用戶名關聯',
105 // TODO: translate the following.
106 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
107 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
108 // 'error.overlap' => 'Time interval overlaps with existing records.',
109 // 'error.future_date' => 'Date is in future.',
110
111 // Labels for buttons.
112 'button.login' => '登錄',
113 'button.now' => '當前時間',
114 'button.save' => '保存',
115 // TODO: translate the following.
116 // 'button.copy' => 'Copy',
117 'button.cancel' => '取消',
118 'button.submit' => '提交',
119 // TODO: translate the following.
120 // 'button.add_user' => 'Add user',
121 // 'button.add_project' => 'Add project',
122 // 'button.add_task' => 'Add task',
123 // 'button.add_client' => 'Add client',
124 // 'button.add_invoice' => 'Add invoice',
125 // 'button.add_option' => 'Add option',
126 'button.add' => '添加',
127 'button.generate' => '創建',
128 // TODO: translate the following.
129 // 'button.reset_password' => 'Reset password',
130 'button.send' => '發送',
131 'button.send_by_email' => '通過郵件發送',
132 // TODO: translate the following.
133 // 'button.create_team' => 'Create team',
134 'button.export' => '輸出團隊資訊',
135 'button.import' => '輸入團隊資訊',
136 // TODO: translate the following.
137 // 'button.close' => 'Close',
138 // 'button.stop' => 'Stop',
139
140 // Labels for controls on forms. Labels in this section are used on multiple forms.
141 // TODO: translate the following.
142 // 'label.team_name' => 'Team name',
143 // 'label.address' => 'Address',
144 'label.currency' => '貨幣',
145 // TODO: translate the following.
146 // 'label.manager_name' => 'Manager name',
147 // 'label.manager_login' => 'Manager login',
148
149
150
151 // TODO: refactoring ongoing down from here.
152
153 'label.password' => '密碼',
154 'label.confirm_password' => '確認密碼',
155 'label.email' => '電子郵件',
156 'label.cc' => '抄送',
157 // TODO: translate the following.
158 // 'label.bcc' => 'Bcc',
159 'label.subject' => '主題',
160 'label.total' => '總計',
161 // TODO: translate the following.
162 // 'label.page' => 'Page',
163 // 'label.condition' => 'Condition',
164 // 'label.yes' => 'yes',
165 // 'label.no' => 'no',
166 'label.delete' => '刪除',
167
168 // Form titles.
169 // TODO: the entire title section is missing here. See the English file.
170
171 "form.filter.project" => '項目',
172 "form.filter.filter" => '收藏的報告',
173 "form.filter.filter_new" => '保存到我的存檔',
174 "form.filter.filter_confirm_delete" => '您確認要刪除收藏的這個報告嗎?',
175
176 // login form attributes
177 "form.login.title" => '登錄',
178 "form.login.login" => '登錄',
179
180 // password reminder form attributes
181 "form.fpass.title" => '重設密碼',
182 "form.fpass.login" => '登錄',
183 "form.fpass.send_pass_str" => '密碼重設請求已經發送',
184 "form.fpass.send_pass_subj" => 'Anuko時間追蹤器密碼重設請求',
185 // Note to translators: the ending of this string below needs to be translated.
186 "form.fpass.send_pass_body" => "親愛的用戶,\n\n有人,也可能是您自己,請求重新設置您的Anuko時間追蹤器密碼。如果您希望重設您的密碼,請訪問下麵的連結:\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
187 "form.fpass.reset_comment" => "要重設密碼,請輸入新密碼並點擊保存按鈕",
188
189 // administrator form
190 "form.admin.title" => '管理員',
191 "form.admin.duty_text" => '通過創建新的團隊經理帳號來創建新團隊。<br>您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。',
192
193 "form.admin.change_pass" => '修改管理員帳號的密碼',
194 "form.admin.profile.title" => '團隊',
195 "form.admin.profile.noprofiles" => '您的資料庫沒有任何記錄。請以管理員身份登錄並創建一個新團隊。',
196 "form.admin.profile.comment" => '刪除團隊',
197 "form.admin.profile.th.id" => 'ID號',
198 "form.admin.profile.th.name" => '姓名',
199 "form.admin.profile.th.edit" => '編輯',
200 "form.admin.profile.th.del" => '刪除',
201 "form.admin.profile.th.active" => '啟動',
202 "form.admin.options" => '選項',
203 "form.admin.custom_date_format" => "日期格式",
204 "form.admin.custom_time_format" => "時間格式",
205 "form.admin.start_week" => "每週的第一天",
206
207 // my time form attributes
208 "form.mytime.title" => '我的時間記錄',
209 "form.mytime.edit_title" => '編輯時間記錄',
210 "form.mytime.del_str" => '刪除時間記錄',
211 "form.mytime.time_form" => ' (時:分)',
212 "form.mytime.date" => '日期',
213 "form.mytime.project" => '項目',
214 "form.mytime.activity" => '活動',
215 "form.mytime.start" => '開始',
216 "form.mytime.finish" => '結束',
217 "form.mytime.duration" => '持續時間',
218 "form.mytime.note" => '備註',
219 "form.mytime.behalf" => '每日工作,執行人員:',
220 "form.mytime.daily" => '每日工作',
221 "form.mytime.total" => '總小時數: ',
222 "form.mytime.th.project" => '項目',
223 "form.mytime.th.activity" => '活動',
224 "form.mytime.th.start" => '開始',
225 "form.mytime.th.finish" => '結束',
226 "form.mytime.th.duration" => '持續時間',
227 "form.mytime.th.note" => '備註',
228 "form.mytime.th.edit" => '編輯',
229 "form.mytime.th.delete" => '刪除',
230 "form.mytime.del_yes" => '成功刪除時間記錄',
231 "form.mytime.no_finished_rec" => '該記錄只保存了開始時間。這不是錯誤。如果需要,請登出。',
232 "form.mytime.billable" => '計費時間',
233 "form.mytime.warn_tozero_rec" => '由於這段時間是鎖定的,該時間記錄必須刪除',
234 "form.mytime.uncompleted" => '未完成',
235
236 // profile form attributes
237 // Note to translators: we need a more accurate translation of form.profile.create_title
238 "form.profile.create_title" => '創建新管理帳號',
239 "form.profile.edit_title" => '編輯簡介',
240 "form.profile.name" => '名字',
241 "form.profile.login" => '登錄',
242
243 "form.profile.showchart" => '顯示餅狀圖',
244 "form.profile.lang" => '語言',
245 "form.profile.custom_date_format" => "日期格式",
246 "form.profile.custom_time_format" => "時間格式",
247 "form.profile.default_format" => "(默認)",
248 "form.profile.start_week" => "每週的第一天",
249
250 // people form attributes
251 "form.people.ppl_str" => '人員',
252 "form.people.createu_str" => '新建用戶',
253 "form.people.edit_str" => '編輯用戶',
254 "form.people.del_str" => '刪除用戶',
255 "form.people.th.name" => '姓名',
256 "form.people.th.login" => '登錄',
257 "form.people.th.role" => '角色',
258 "form.people.th.edit" => '編輯',
259 "form.people.th.del" => '刪除',
260 "form.people.th.status" => '狀態',
261 "form.people.th.project" => '項目',
262 "form.people.th.rate" => '費率',
263 "form.people.manager" => '經理',
264 "form.people.comanager" => '合作經理人',
265 "form.people.empl" => '用戶',
266 "form.people.name" => '姓名',
267 "form.people.login" => '登錄',
268
269 "form.people.rate" => '默認小時收費',
270 "form.people.comanager" => '合作經理人',
271 "form.people.projects" => '項目',
272
273 // projects form attributes
274 "form.project.proj_title" => '項目',
275 "form.project.edit_str" => '編輯專案',
276 "form.project.add_str" => '添加新項目',
277 "form.project.del_str" => '刪除項目',
278 "form.project.th.name" => '名稱',
279 "form.project.th.edit" => '編輯',
280 "form.project.th.del" => '刪除',
281 "form.project.name" => '名稱',
282
283 // activities form attributes
284 "form.activity.act_title" => '活動',
285 "form.activity.add_title" => '新建活動',
286 "form.activity.edit_str" => '編輯活動',
287 "form.activity.del_str" => '刪除活動',
288 "form.activity.name" => '名稱',
289 "form.activity.project" => '項目',
290 "form.activity.th.name" => '名稱',
291 "form.activity.th.project" => '項目',
292 "form.activity.th.edit" => '編輯',
293 "form.activity.th.del" => '刪除',
294
295 // report attributes
296 "form.report.title" => '報告',
297 "form.report.from" => '開始日期',
298 "form.report.to" => '結束日期',
299 "form.report.groupby_user" => '用戶',
300 "form.report.groupby_project" => '項目',
301 "form.report.groupby_activity" => '活動',
302 "form.report.duration" => '持續時間',
303 "form.report.start" => '開始',
304 "form.report.activity" => '活動',
305 "form.report.show_idle" => '顯示空閒',
306 "form.report.finish" => '結束',
307 "form.report.note" => '備註',
308 "form.report.project" => '項目',
309 "form.report.totals_only" => '僅僅今天',
310 "form.report.total" => '總計時間',
311 "form.report.th.empllist" => '用戶',
312 "form.report.th.date" => '日期',
313 "form.report.th.project" => '項目',
314 "form.report.th.activity" => '活動',
315 "form.report.th.start" => '開始',
316 "form.report.th.finish" => '結束',
317 "form.report.th.duration" => '持續時間',
318 "form.report.th.note" => '備註',
319
320 // mail form attributes
321 "form.mail.from" => '從',
322 "form.mail.to" => '到',
323 "form.mail.comment" => '留言',
324 "form.mail.above" => '通過電子郵件發送該報告',
325 // Note to translators: this string needs to be translated.
326 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
327 "form.mail.sending_str" => '<b>消息已發送</b>',
328
329 // invoice attributes
330 "form.invoice.title" => '發票',
331 "form.invoice.caption" => '發票',
332 "form.invoice.above" => '發票附加資訊',
333 "form.invoice.select_cust" => '選擇客戶',
334 "form.invoice.fillform" => '填寫該欄目',
335 "form.invoice.date" => '日期',
336 "form.invoice.number" => '發票號碼',
337 "form.invoice.tax" => '稅',
338 "form.invoice.comment" => '留言',
339 "form.invoice.th.username" => '收費人',
340 "form.invoice.th.time" => '小時數',
341 "form.invoice.th.rate" => '費率',
342 "form.invoice.th.summ" => '帳號',
343 "form.invoice.subtotal" => '共計',
344 "form.invoice.customer" => '客戶',
345 "form.invoice.mailinv_above" => '通過電子郵件發送此發票',
346 "form.invoice.sending_str" => '<b>發票已送出</b>',
347
348 "form.migration.zip" => '壓縮',
349 "form.migration.file" => '選擇檔',
350 "form.migration.import.title" => '導入數據',
351 "form.migration.import.success" => '成功完成導入',
352 "form.migration.import.text" => '從xml檔導入團隊資料',
353 "form.migration.export.title" => '匯出數據',
354 "form.migration.export.success" => '成功完成匯出',
355 "form.migration.export.text" => '您可以將所有團隊資料匯出到xml檔。如果您要將資料轉移到您自己的伺服器,這項操作很有用。',
356 "form.migration.compression.none" => '不压缩',
357 "form.migration.compression.gzip" => 'gzip格式',
358 "form.migration.compression.bzip" => 'bzip格式',
359
360 "form.client.title" => '客戶',
361 "form.client.add_title" => '添加客戶',
362 "form.client.edit_title" => '編輯客戶',
363 "form.client.del_title" => '刪除客戶',
364 "form.client.th.name" => '姓名',
365 "form.client.th.edit" => '編輯',
366 "form.client.th.del" => '刪除',
367 "form.client.name" => '姓名',
368 "form.client.tax" => '稅',
369 "form.client.comment" => '備註',
370
371 // miscellaneous strings
372 "forward.forgot_password" => '忘記密碼?',
373 "forward.edit" => '編輯',
374 "forward.delete" => '刪除',
375 "forward.tocsvfile" => '將資料輸出到.csv文件',
376 "forward.toxmlfile" => '將資料輸出到.xml文件',
377 "forward.geninvoice" => '生成發票',
378 "forward.change" => '客戶設置',
379
380 // strings inside contols on forms
381 "controls.select.project" => '--- 選擇項目 ---',
382 "controls.select.activity" => '--- 選擇活動 ---',
383 "controls.select.client" => '--- 選擇客戶 ---',
384 "controls.project_bind" => '--- 全部 ---',
385 "controls.all" => '--- 全部 ---',
386 "controls.notbind" => '--- 無 ---',
387 "controls.per_tm" => '本月',
388 "controls.per_lm" => '上個月',
389 "controls.per_tw" => '本周',
390 "controls.per_lw" => '上周',
391 "controls.per_td" => '今天',
392 "controls.per_at" => '全部時間',
393 "controls.per_ty" => '今年',
394 "controls.sel_period" => '--- 選擇時間段 ---',
395 "controls.sel_groupby" => '--- 沒有分組 ---',
396 "controls.inc_billable" => '計費時間',
397 "controls.inc_nbillable" => '非計費時間',
398 "controls.default" => '--- 默認 ---',
399
400 // labels
401 "label.chart.title1" => '活動用戶',
402 "label.chart.title2" => '項目用戶',
403 "label.chart.period" => '圖表期限',
404
405 "label.pinfo" => '%s, %s',
406 "label.pinfo2" => '%s',
407 "label.pbehalf_info" => '%s %s <b>代表%s</b>',
408 "label.pminfo" => ' (經理)',
409 "label.pcminfo" => ' (合作經理人)',
410 "label.painfo" => ' (管理員)',
411 "label.time_noentry" => '沒有條目',
412 "label.today" => '今天',
413 "label.req_fields" => '* 必填欄目',
414 "label.sel_project" => '選擇項目',
415 "label.sel_activity" => '選擇活動',
416 "label.sel_tp" => '選擇時間段',
417 "label.set_tp" => '或設定日期',
418 "label.fields" => '顯示欄目',
419 "label.group_title" => '分組方式:',
420 "label.include_title" => '包含記錄',
421 "label.inv_str" => '發票',
422 "label.set_empl" => '選擇用戶',
423 "label.sel_all" => '全部選擇',
424 "label.sel_none" => '全部不選',
425 "label.or" => '或',
426 "label.disable" => '禁用',
427 "label.enable" => '啟用',
428 "label.filter" => '篩檢程式',
429 "label.timeweek" => '一周總計',
430 "label.hrs" => '小時',
431 "label.errors" => '錯誤',
432 "label.ldap_hint" => '在下麵的欄目輸入您的<b>Windows用戶名</b>和<b>密碼</b>。',
433 // Note to translators: string below must be translated.
434 // "label.calendar_today" => 'today',
435 // "label.calendar_close" => 'close',
436
437 // login hello text
438 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
439 );