* Modify dynamic language.

This commit is contained in:
caoyanyi
2023-02-23 10:10:11 +08:00
parent 10da3ef802
commit e7c8ceed8d
32 changed files with 191 additions and 71 deletions
+8
View File
@@ -639,3 +639,11 @@ $lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F
$lang->execution->linkBranchStoryByPlanTips = "When a scheduled association requirement is executed, only the active requirements associated with the %s of this execution are imported.";
$lang->execution->linkNormalStoryByPlanTips = "Only the active requirements are imported when the scheduled requirements are associated.";
$lang->execution->featureBar['dynamic']['all'] = 'All';
$lang->execution->featureBar['dynamic']['today'] = 'Today';
$lang->execution->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->execution->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->execution->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->execution->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->execution->featureBar['dynamic']['lastMonth'] = 'Last Month';
+8
View File
@@ -639,3 +639,11 @@ $lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F
$lang->execution->linkBranchStoryByPlanTips = "When a scheduled association requirement is executed, only the active requirements associated with the %s of this execution are imported.";
$lang->execution->linkNormalStoryByPlanTips = "Only the active requirements are imported when the scheduled requirements are associated.";
$lang->execution->featureBar['dynamic']['all'] = 'All';
$lang->execution->featureBar['dynamic']['today'] = 'Today';
$lang->execution->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->execution->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->execution->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->execution->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->execution->featureBar['dynamic']['lastMonth'] = 'Last Month';
+8
View File
@@ -639,3 +639,11 @@ $lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F
$lang->execution->linkBranchStoryByPlanTips = "When a scheduled association requirement is executed, only the active requirements associated with the %s of this execution are imported.";
$lang->execution->linkNormalStoryByPlanTips = "Only the active requirements are imported when the scheduled requirements are associated.";
$lang->execution->featureBar['dynamic']['all'] = 'All';
$lang->execution->featureBar['dynamic']['today'] = 'Today';
$lang->execution->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->execution->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->execution->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->execution->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->execution->featureBar['dynamic']['lastMonth'] = 'Last Month';
+8
View File
@@ -639,3 +639,11 @@ $lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F
$lang->execution->linkBranchStoryByPlanTips = "执行按计划关联需求时,只导入本执行所关联%s的激活状态的需求。";
$lang->execution->linkNormalStoryByPlanTips = "执行按计划关联需求时,只导入激活状态的需求。";
$lang->execution->featureBar['dynamic']['all'] = '全部';
$lang->execution->featureBar['dynamic']['today'] = '今天';
$lang->execution->featureBar['dynamic']['yesterday'] = '昨天';
$lang->execution->featureBar['dynamic']['thisWeek'] = '本周';
$lang->execution->featureBar['dynamic']['lastWeek'] = '上周';
$lang->execution->featureBar['dynamic']['thisMonth'] = '本月';
$lang->execution->featureBar['dynamic']['lastMonth'] = '上月';