Files
EasySoft-ZenTaoPMS/module/weekly/lang/zh-tw.php
2020-11-03 16:48:19 +08:00

40 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The weekly module lang file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青島易軟天創網絡科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package weekly
* @version $Id
* @link http://www.zentao.net
*/
$lang->weekly->common = '項目周報';
$lang->weekly->index = '周報總覽';
$lang->weekly->progress = '完成百分比';
$lang->weekly->workload = '工作量';
$lang->weekly->total = '合計';
$lang->weekly->reportTtitle = '項目: %s 周報(第 %s 周)';
$lang->weekly->summary = '項目進展狀況';
$lang->weekly->finished = '本週工作完成情況100%完成的工作)';
$lang->weekly->postponed = '本週未完成工作';
$lang->weekly->nextWeek = '下周工作計劃';
$lang->weekly->workloadByType = '工作量統計';
$lang->weekly->term = '報告周期';
$lang->weekly->program = '項目名稱';
$lang->weekly->master = '項目經理 ';
$lang->weekly->staff = '本週投入人數';
$lang->weekly->weekDesc = '第 %s 周( %s ~ %s)';
$lang->weekly->progress = '項目當前進展狀況';
$lang->weekly->analysisResult = '分析結果';
$lang->weekly->cost = '項目成本';
$lang->weekly->pv = '計劃完成的工作(PV)';
$lang->weekly->ev = '實際完成的工作(EV)';
$lang->weekly->ac = '實際花費的成本(AC)';
$lang->weekly->sv = '進度偏差率(SV%)';
$lang->weekly->cv = '成本偏差率CV%';