2023-05-16 10:50:42 +08:00

11 lines
483 B
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
$lang->report->errorExportChart = '该浏览器不支持Canvas图像导出功能请换其他浏览器。';
$lang->report->errorNoChart = '还没有报表数据!';
$lang->report->exportName = '%s测试报告';
$lang->report->exportNotice = "由禅道%s导出";
$lang->report->export = '导出报表';
$lang->report->versionName['biz'] = "企业版";
$lang->report->versionName['pro'] = "专业版";
$lang->report->versionName['max'] = "旗舰版";