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

10 lines
442 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->feedback->importCase = '反馈导入';
$lang->feedback->import = '导入';
$lang->feedback->exportTemplate = '导出模板';
$lang->feedback->showImport = '显示导入内容';
$lang->feedback->importNotice = '请先导出模板,按照模板格式填写数据后再导入。';
$lang->feedback->noRequire = '%s行的“%s”是必填字段不能为空。';
$lang->feedback->new = '新增';