* 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
@@ -411,3 +411,11 @@ $lang->project->copyProject->daysTips = '『Available working days』S
$lang->project->linkBranchStoryByPlanTips = "When the project is scheduled to associate requirements, only the activated requirements associated with the %s of the project are imported.";
$lang->project->linkNormalStoryByPlanTips = "When the project plans to associate requirements, only the requirements that are active are imported.";
$lang->project->cannotManageProducts = "This project is a project-type project and cannot be associated with products.";
$lang->project->featureBar['dynamic']['all'] = 'All';
$lang->project->featureBar['dynamic']['today'] = 'Today';
$lang->project->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->project->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->project->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->project->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->project->featureBar['dynamic']['lastMonth'] = 'Last Month';
+8
View File
@@ -411,3 +411,11 @@ $lang->project->copyProject->daysTips = '『Available working days』S
$lang->project->linkBranchStoryByPlanTips = "When the project is scheduled to associate requirements, only the activated requirements associated with the %s of the project are imported.";
$lang->project->linkNormalStoryByPlanTips = "When the project plans to associate requirements, only the requirements that are active are imported.";
$lang->project->cannotManageProducts = "This project is a project-type project and cannot be associated with products.";
$lang->project->featureBar['dynamic']['all'] = 'All';
$lang->project->featureBar['dynamic']['today'] = 'Today';
$lang->project->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->project->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->project->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->project->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->project->featureBar['dynamic']['lastMonth'] = 'Last Month';
+8
View File
@@ -411,3 +411,11 @@ $lang->project->copyProject->daysTips = '『Available working days』S
$lang->project->linkBranchStoryByPlanTips = "When the project is scheduled to associate requirements, only the activated requirements associated with the %s of the project are imported.";
$lang->project->linkNormalStoryByPlanTips = "When the project plans to associate requirements, only the requirements that are active are imported.";
$lang->project->cannotManageProducts = "This project is a project-type project and cannot be associated with products.";
$lang->project->featureBar['dynamic']['all'] = 'All';
$lang->project->featureBar['dynamic']['today'] = 'Today';
$lang->project->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->project->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->project->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->project->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->project->featureBar['dynamic']['lastMonth'] = 'Last Month';
+8
View File
@@ -412,3 +412,11 @@ $lang->project->linkBranchStoryByPlanTips = "项目按计划关联需求时,
$lang->project->linkNormalStoryByPlanTips = "项目按计划关联需求时,只导入激活状态的需求。";
$lang->project->cannotManageProducts = "该项目为项目型项目,不能关联产品。";
$lang->project->featureBar['dynamic']['all'] = '全部';
$lang->project->featureBar['dynamic']['today'] = '今天';
$lang->project->featureBar['dynamic']['yesterday'] = '昨天';
$lang->project->featureBar['dynamic']['thisWeek'] = '本周';
$lang->project->featureBar['dynamic']['lastWeek'] = '上周';
$lang->project->featureBar['dynamic']['thisMonth'] = '本月';
$lang->project->featureBar['dynamic']['lastMonth'] = '上月';
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<?php foreach($lang->action->periods as $period => $label):?>
<?php foreach($lang->project->featureBar['dynamic'] as $period => $label):?>
<?php
$label = "<span class='text'>$label</span>";
$active = '';