This commit is contained in:
zhouxudong
2022-05-24 09:06:23 +00:00
parent ff0edfa042
commit f7d41d2ddd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ $lang->execution->setTeam = 'Set Team';
$lang->execution->linkStory = 'Link Story';
$lang->execution->createTask = 'Create Task';
$lang->execution->goback = "Go Back Task List";
$lang->execution->gobackExecution = "Go Back Executioni List";
$lang->execution->gobackExecution = "Go Back {$lang->executionCommon} List";
$lang->execution->noweekend = 'Exclude Weekend';
$lang->execution->nodelay = 'Exclude Delay Date';
$lang->execution->withweekend = 'Include Weekend';
+1 -1
View File
@@ -380,7 +380,7 @@ $lang->execution->setTeam = '设置团队';
$lang->execution->linkStory = "关联{$lang->SRCommon}";
$lang->execution->createTask = '创建任务';
$lang->execution->goback = "返回任务列表";
$lang->execution->gobackExecution = "返回迭代列表";
$lang->execution->gobackExecution = "返回{$lang->executionCommon}列表";
$lang->execution->noweekend = '去除周末';
$lang->execution->nodelay = '去除延期日期';
$lang->execution->withweekend = '显示周末';