This commit is contained in:
hufangzhou
2022-09-01 10:50:45 +08:00
parent 5dc1b86b71
commit def6b278e9
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Fixed Rate';
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
$lang->bug->selectProjects = 'Select Projects';
$lang->bug->nextStep = 'Next Step';
$lang->bug->noProject = 'Havent chosen a project yet';
$lang->bug->noExecution = 'Havent chosen a execution yet';
$lang->bug->noProject = 'Havent chosen a project yet.';
$lang->bug->noExecution = 'Havent chosen a ' . strtolower($lang->execution->common) . ' yet.';
/* Method list. */
$lang->bug->index = 'Home';
+2 -2
View File
@@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Fixed Rate';
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
$lang->bug->selectProjects = 'Select Projects';
$lang->bug->nextStep = 'Next Step';
$lang->bug->noProject = 'Havent chosen a project yet';
$lang->bug->noExecution = 'Havent chosen a execution yet';
$lang->bug->noProject = 'Havent chosen a project yet.';
$lang->bug->noExecution = 'Havent chosen a ' . strtolower($lang->execution->common) . ' yet.';
/* Method list. */
$lang->bug->index = 'Bug Home';
+2 -2
View File
@@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Repair Rate';
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
$lang->bug->selectProjects = 'Select Projects';
$lang->bug->nextStep = 'Next Step';
$lang->bug->noProject = 'Havent chosen a project yet';
$lang->bug->noExecution = 'Havent chosen a execution yet';
$lang->bug->noProject = 'Havent chosen a project yet.';
$lang->bug->noExecution = 'Havent chosen a ' . strtolower($lang->execution->common) . ' yet.';
/* Method list. */
$lang->bug->index = 'Accueil Bug';
+1 -1
View File
@@ -98,7 +98,7 @@ $lang->bug->noticefeedbackBy = '通知反馈者';
$lang->bug->selectProjects = '选择项目';
$lang->bug->nextStep = '下一步';
$lang->bug->noProject = '还没有选择项目!';
$lang->bug->noExecution = '还没有选择执行!';
$lang->bug->noExecution = "还没有选择{$lang->execution->common}";
/* 方法列表。*/
$lang->bug->index = '首页';