+ [bug#54838] add lang on ztf cr to zentao.

This commit is contained in:
liyang
2024-09-14 14:43:28 +08:00
committed by 曹延义
parent 3908af9d2e
commit d8c41762fa
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -7,3 +7,8 @@ $lang->ci->job = 'Construction';
$lang->ci->task = 'Task';
$lang->ci->history = 'History';
$lang->ci->list = 'List';
$lang->ci->errors = new stdclass();
$lang->ci->errors->noProduct = 'ProductID is not correct.';
$lang->ci->errors->noProject = 'Product#%s has no related project.';
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';
+5
View File
@@ -7,3 +7,8 @@ $lang->ci->job = 'Job';
$lang->ci->task = 'Task';
$lang->ci->history = 'History';
$lang->ci->list = 'List';
$lang->ci->errors = new stdclass();
$lang->ci->errors->noProduct = 'ProductID is not correct.';
$lang->ci->errors->noProject = 'Product#%s has no related project.';
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';
+5
View File
@@ -7,3 +7,8 @@ $lang->ci->job = 'Construction';
$lang->ci->task = 'T鈉he';
$lang->ci->history = 'Historique';
$lang->ci->list = 'List';
$lang->ci->errors = new stdclass();
$lang->ci->errors->noProduct = 'ProductID is not correct.';
$lang->ci->errors->noProject = 'Product#%s has no related project.';
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';
+5
View File
@@ -7,3 +7,8 @@ $lang->ci->job = '构建';
$lang->ci->task = '构建任务';
$lang->ci->history = '执行历史';
$lang->ci->list = '列表';
$lang->ci->errors = new stdclass();
$lang->ci->errors->noProduct = '产品ID不正确。';
$lang->ci->errors->noProject = '产品#%s 下没有关联的项目。';
$lang->ci->errors->noExecution = '产品#%s 下没有关联的执行。';