* project: adjust lang items for checking budget.

This commit is contained in:
liugang
2023-11-20 17:15:25 +08:00
parent 900622cda5
commit f03a536873
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions
$lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this {$lang->projectCommon}. Do you want to remove them from the execution team too?";
$lang->project->productTip = "After clicking New {$lang->productCommon}, the {$lang->projectCommon} will not be linked to the selected {$lang->productCommon}.";
$lang->project->noDevStage = "There is no R&D stage under this {$lang->projectCommon}, or you do not have access permissions. The creation of builds is not supported at the moment.";
$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program:";
$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program: <strong id='currency'></strong><strong id='parentBudget'></strong><strong id='budgetUnit'></strong>. ";
$lang->project->disabledInputTip = 'Please cancel %s first';
$lang->project->linkRepoFailed = "Failed to link {$lang->projectCommon}s and code repositories.";
$lang->project->unLinkProductTip = 'Are you sure you want to unlink %s? (Does not affect linked requirements)';
+1 -1
View File
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions
$lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this {$lang->projectCommon}. Do you want to remove them from the execution team too?";
$lang->project->productTip = "After clicking New {$lang->productCommon}, the {$lang->projectCommon} will not be linked to the selected {$lang->productCommon}.";
$lang->project->noDevStage = "There is no R&D stage under this {$lang->projectCommon}, or you do not have access permissions. The creation of builds is not supported at the moment.";
$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program:";
$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program: <strong id='currency'></strong><strong id='parentBudget'></strong><strong id='budgetUnit'></strong>. ";
$lang->project->disabledInputTip = 'Please cancel %s first';
$lang->project->linkRepoFailed = "Failed to link {$lang->projectCommon}s and code repositories.";
$lang->project->unLinkProductTip = 'Are you sure you want to unlink %s? (Does not affect linked requirements)';
+1 -1
View File
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions
$lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this {$lang->projectCommon}. Do you want to remove them from the execution team too?";
$lang->project->productTip = "After clicking New {$lang->productCommon}, the {$lang->projectCommon} will not be linked to the selected {$lang->productCommon}.";
$lang->project->noDevStage = "There is no R&D stage under this {$lang->projectCommon}, or you do not have access permissions. The creation of builds is not supported at the moment.";
$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program:";
$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program: <strong id='currency'></strong><strong id='parentBudget'></strong><strong id='budgetUnit'></strong>. ";
$lang->project->disabledInputTip = 'Please cancel %s first';
$lang->project->linkRepoFailed = "Failed to link {$lang->projectCommon}s and code repositories.";
$lang->project->unLinkProductTip = 'Are you sure you want to unlink %s? (Does not affect linked requirements)';
+1 -1
View File
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "该用户参与了%s%s%s个{$lang->exe
$lang->project->unlinkExecutionMembers = "移除的团队成员还参与了{$lang->projectCommon}下的执行,是否同步从执行团队中移除?";
$lang->project->productTip = "点击新建{$lang->productCommon}后,{$lang->projectCommon}将不会关联已选中的{$lang->productCommon}。";
$lang->project->noDevStage = "该{$lang->projectCommon}下没有研发类型的阶段,或者您没有权限访问,暂时不支持创建版本。";
$lang->project->budgetOverrun = "{$lang->projectCommon}的预算超出了父项目集的剩余预算:";
$lang->project->budgetOverrun = "{$lang->projectCommon}的预算超出了父项目集的剩余预算:<strong id='currency'></strong><strong id='parentBudget'></strong><strong id='budgetUnit'></strong>。";
$lang->project->disabledInputTip = '请先取消%s';
$lang->project->linkRepoFailed = '关联代码库失败';
$lang->project->unLinkProductTip = "您确认要取消与%s的关联关系吗?(不影响已关联的需求)";