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

20 lines
856 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->story->importCase = "導入{$lang->SRCommon}";
$lang->story->import = '導入';
$lang->story->exportTemplate = '導出模板';
$lang->story->showImport = '顯示導入內容';
$lang->story->importNotice = '請先導出模板,按照模板格式填寫數據後再導入。';
$lang->story->noRequire = '%s行的“%s”是必填欄位不能為空。';
$lang->story->new = '新增';
$lang->story->num = "{$lang->SRCommon}記錄數:";
$lang->requirement->importCase = "導入{$lang->URCommon}";
$lang->requirement->exportTemplate = '導出模板';
$lang->excel->help = new stdclass();
$lang->excel->help->story = "添加{$lang->SRCommon}時,“{$lang->SRCommon}名稱”是必填欄位,如果不填導入時會忽略該條數據。";
$this->lang->excel->emptyFileName = '請選擇一個檔案!';