* project: adjust lang items for frontend.

This commit is contained in:
liugang
2023-11-20 14:05:03 +08:00
parent ac29669396
commit 03301c87bf
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -419,8 +419,8 @@ $lang->project->cannotCancelCat = "There are child {$lang->projectCommon}s
$lang->project->parentBeginEnd = "The begin and end date of the parent {$lang->projectCommon}: %s ~ %s";
$lang->project->parentBudget = "The budget of the parent program: ";
$lang->project->beginLessThanParent = "The start date of the {$lang->projectCommon} is < the start date of the parent program:";
$lang->project->endGreatThanParent = "The finish date of the {$lang->projectCommon} is > the finish date of the parent program:";
$lang->project->beginLessThanParent = "The start date of the {$lang->projectCommon} is < the start date of the parent program: <strong class='parentBegin'></strong>. ";
$lang->project->endGreatThanParent = "The finish date of the {$lang->projectCommon} is > the finish date of the parent program: <strong class='parentEnd'></strong>. ";
$lang->project->dateExceedParent = "The start and finish date of the {$lang->projectCommon} was > the start and finish date of the parent program:";
$lang->project->beginGreatEqualChild = "The start date of the {$lang->projectCommon} should be ≥ the start date of program: %s.";
$lang->project->endLessThanChild = "The finish date of the {$lang->projectCommon} should be ≤ the finish date of program: %s.";
+2 -2
View File
@@ -423,8 +423,8 @@ $lang->project->cannotCancelCat = "There are child {$lang->projectCommon}s
$lang->project->parentBeginEnd = "The begin and end date of the parent {$lang->projectCommon}: %s ~ %s";
$lang->project->parentBudget = "The budget of the parent program: ";
$lang->project->beginLessThanParent = "The start date of the {$lang->projectCommon} is < the start date of the parent program:";
$lang->project->endGreatThanParent = "The finish date of the {$lang->projectCommon} is > the finish date of the parent program:";
$lang->project->beginLessThanParent = "The start date of the {$lang->projectCommon} is < the start date of the parent program: <strong class='parentBegin'></strong>. ";
$lang->project->endGreatThanParent = "The finish date of the {$lang->projectCommon} is > the finish date of the parent program: <strong class='parentEnd'></strong>. ";
$lang->project->dateExceedParent = "The start and finish date of the {$lang->projectCommon} was > the start and finish date of the parent program:";
$lang->project->beginGreatEqualChild = "The start date of the {$lang->projectCommon} should be ≥ the start date of program: %s.";
$lang->project->endLessThanChild = "The finish date of the {$lang->projectCommon} should be ≤ the finish date of program: %s.";
+2 -2
View File
@@ -419,8 +419,8 @@ $lang->project->cannotCancelCat = "There are child {$lang->projectCommon}s
$lang->project->parentBeginEnd = "The begin and end date of the parent {$lang->projectCommon}: %s ~ %s";
$lang->project->parentBudget = "The budget of the parent program: ";
$lang->project->beginLessThanParent = "The start date of the {$lang->projectCommon} is < the start date of the parent program:";
$lang->project->endGreatThanParent = "The finish date of the {$lang->projectCommon} is > the finish date of the parent program:";
$lang->project->beginLessThanParent = "The start date of the {$lang->projectCommon} is < the start date of the parent program: <strong class='parentBegin'></strong>. ";
$lang->project->endGreatThanParent = "The finish date of the {$lang->projectCommon} is > the finish date of the parent program: <strong class='parentEnd'></strong>. ";
$lang->project->dateExceedParent = "The start and finish date of the {$lang->projectCommon} was > the start and finish date of the parent program:";
$lang->project->beginGreatEqualChild = "The start date of the {$lang->projectCommon} should be ≥ the start date of program: %s.";
$lang->project->endLessThanChild = "The finish date of the {$lang->projectCommon} should be ≤ the finish date of program: %s.";
+2 -2
View File
@@ -423,8 +423,8 @@ $lang->project->cannotCancelCat = "该{$lang->projectCommon}下已经有子
$lang->project->parentBeginEnd = "{$lang->projectCommon}起止时间:%s ~ %s";
$lang->project->parentBudget = "父项目集预算:";
$lang->project->beginLessThanParent = "{$lang->projectCommon}的开始日期小于了父项目集的开始日期:";
$lang->project->endGreatThanParent = "{$lang->projectCommon}的完成日期大于了父项目集的完成日期:";
$lang->project->beginLessThanParent = "{$lang->projectCommon}的开始日期小于了父项目集的开始日期:<strong class='parentBegin'></strong>。";
$lang->project->endGreatThanParent = "{$lang->projectCommon}的完成日期大于了父项目集的完成日期:<strong class='parentEnd'></strong>。";
$lang->project->dateExceedParent = "{$lang->projectCommon}的起止日期已超出父项目集的起止日期:";
$lang->project->beginGreatEqualChild = "{$lang->projectCommon}的开始日期应大于等于项目集的最小开始日期:%s";
$lang->project->endLessThanChild = "{$lang->projectCommon}的完成日期应小于等于项目集的最大完成日期:%s";