Files
EasySoft-ZenTaoPMS/module/report/lang/zh-cn.php
2013-02-21 09:44:35 +00:00

86 lines
3.4 KiB
PHP

<?php
/**
* The report module zh-cn file of ZenTaoPMS.
*
* @copyright Copyright 2009-2013 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package report
* @version $Id$
* @link http://www.zentao.net
*/
$lang->report->common = '统计视图';
$lang->report->index = '统计首页';
$lang->report->list = '统计报表';
$lang->report->item = '条目';
$lang->report->value = '值';
$lang->report->percent = '百分比';
$lang->report->undefined = '未设定';
$lang->report->time = '时间';
$lang->report->colors[] = 'AFD8F8';
$lang->report->colors[] = 'F6BD0F';
$lang->report->colors[] = '8BBA00';
$lang->report->colors[] = 'FF8E46';
$lang->report->colors[] = '008E8E';
$lang->report->colors[] = 'D64646';
$lang->report->colors[] = '8E468E';
$lang->report->colors[] = '588526';
$lang->report->colors[] = 'B3AA00';
$lang->report->colors[] = '008ED6';
$lang->report->colors[] = '9D080D';
$lang->report->colors[] = 'A186BE';
$lang->report->singleColor[] = 'F6BD0F';
$lang->report->projectDeviation = '项目偏差报表';
$lang->report->productInfo = '产品信息统计表';
$lang->report->bugSummary = 'Bug汇总表';
$lang->report->bugAssign = 'Bug指派表';
$lang->report->workload = '员工负载表';
$lang->reportList->project->lists[10] = '项目偏差报表|report|projectdeviation';
$lang->reportList->product->lists[10] = '产品信息统计表|report|productinfo';
$lang->reportList->test->lists[10] = 'Bug汇总表|report|bugsummary';
$lang->reportList->test->lists[13] = 'Bug指派表|report|bugassign';
$lang->reportList->staff->lists[10] = '员工负载表|report|workload';
$lang->report->id = '编号';
$lang->report->project = '项目';
$lang->report->product = '产品';
$lang->report->user = '姓名';
$lang->report->bug = 'Bug';
$lang->report->task = '任务数';
$lang->report->estimate = '总预计';
$lang->report->consumed = '总消耗';
$lang->report->remain = '剩余工时';
$lang->report->manhour = '工时';
$lang->report->deviation = '偏差';
$lang->report->deviationRate = '偏差率';
$lang->report->stories = '需求数';
$lang->report->bugs = 'Bug数';
$lang->report->devConsumed = '开发时间';
$lang->report->testConsumed = '测试时间';
$lang->report->devTestRate = '开发/测试';
$lang->report->details = '详情';
$lang->report->total = '总计';
$lang->report->to = '至';
$lang->report->taskTotal = "总任务数";
$lang->report->manhourTotal = "总工时";
$lang->report->bugTotal = "共%s个Bug";
$lang->report->unplanned = '未计划';
/* daily reminder. */
$lang->report->idAB = 'ID';
$lang->report->bugTitle = 'Bug标题';
$lang->report->taskName = '任务名称';
$lang->report->todoName = 'Todo名称';
$lang->report->mailtitle = new stdclass();
$lang->report->mailtitle->begin = '提醒:您有';
$lang->report->mailtitle->bug = " Bugs(%s),";
$lang->report->mailtitle->task = " 任务(%s),";
$lang->report->mailtitle->todo = " Todos(%s),";
$lang->report->proVersion = '<a href="http://www.zentao.net/goto.php?item=proversion&from=reportpage" target="_blank">更多精彩,尽在专业版!</a>';