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

15 lines
679 B
PHP

<?php
$lang->bug->importCase = 'Import Bug';
$lang->bug->import = 'Import';
$lang->bug->exportTemplate = 'Export Template';
$lang->bug->showImport = 'Show the imported';
$lang->bug->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
$lang->bug->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
$lang->bug->execStory = $lang->executionCommon . '/Story';
$lang->bug->errorEmail = 'Row %s enter valid Email address.';
$lang->bug->errorDeadline = 'The end date of line %s should be a legal date.';
$lang->bug->new = 'New';
$lang->bug->num = 'Bug Rows';