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

10 lines
546 B
PHP
Raw Permalink 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->ticket->importCase = '工單導入';
$lang->ticket->import = '導入';
$lang->ticket->exportTemplate = '導出模板';
$lang->ticket->showImport = '顯示導入內容';
$lang->ticket->importNotice = '請先導出模板,按照模板格式填寫數據後再導入。';
$lang->ticket->noRequireLine = '%s行的“%s”是必填欄位不能為空。';
$lang->ticket->new = '新增';
$lang->ticket->exportData = '導出數據';
$lang->ticket->importReload = '抱歉,不支持數據重新導入';