* 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';