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

15 lines
655 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->bug->importCase = 'Bug导入';
$lang->bug->import = '导入';
$lang->bug->exportTemplate = '导出模板';
$lang->bug->showImport = '显示导入内容';
$lang->bug->importNotice = '请先导出模板,按照模板格式填写数据后再导入。';
$lang->bug->noRequire = '第%s行的“%s”是必填字段不能为空。';
$lang->bug->execStory = $lang->executionCommon . "/{$lang->SRCommon}";
$lang->bug->errorEmail = '%s行的邮箱地址不正确。';
$lang->bug->errorDeadline = '%s行的截至日期应当为合法的日期。';
$lang->bug->new = '新增';
$lang->bug->num = 'Bug记录数';