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'] = "旗艦版";