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 = '请选择一个文件!';