diff --git a/module/compile/lang/de.php b/module/compile/lang/de.php index 508f346310..b1ce3e5a19 100644 --- a/module/compile/lang/de.php +++ b/module/compile/lang/de.php @@ -33,6 +33,7 @@ $lang->compile->statusList['create_fail'] = 'Fail to create'; $lang->compile->statusList['timeout'] = 'Exec Timeout'; $lang->compile->statusList['canceled'] = 'Canceled'; $lang->compile->statusList['failed'] = 'Build failed'; +$lang->compile->statusList['skipped'] = 'Skipped'; $lang->compile->featureBar['browse']['job'] = 'List'; -$lang->compile->featureBar['browse']['compile'] = 'History'; \ No newline at end of file +$lang->compile->featureBar['browse']['compile'] = 'History'; diff --git a/module/compile/lang/en.php b/module/compile/lang/en.php index 9ac9d7b309..172317c764 100644 --- a/module/compile/lang/en.php +++ b/module/compile/lang/en.php @@ -33,6 +33,7 @@ $lang->compile->statusList['create_fail'] = 'Failed to create'; $lang->compile->statusList['timeout'] = 'Timeout'; $lang->compile->statusList['canceled'] = 'Canceled'; $lang->compile->statusList['failed'] = 'Build failed'; +$lang->compile->statusList['skipped'] = 'Skipped'; $lang->compile->featureBar['browse']['job'] = 'List'; -$lang->compile->featureBar['browse']['compile'] = 'History'; \ No newline at end of file +$lang->compile->featureBar['browse']['compile'] = 'History'; diff --git a/module/compile/lang/fr.php b/module/compile/lang/fr.php index 173b94b66d..f61427ed02 100644 --- a/module/compile/lang/fr.php +++ b/module/compile/lang/fr.php @@ -33,6 +33,7 @@ $lang->compile->statusList['create_fail'] = 'Echec Cr閍tion'; $lang->compile->statusList['timeout'] = 'Ex閏ution Timeout'; $lang->compile->statusList['canceled'] = 'Canceled'; $lang->compile->statusList['failed'] = 'Build failed'; +$lang->compile->statusList['skipped'] = 'Skipped'; $lang->compile->featureBar['browse']['job'] = 'List'; -$lang->compile->featureBar['browse']['compile'] = 'History'; \ No newline at end of file +$lang->compile->featureBar['browse']['compile'] = 'History'; diff --git a/module/compile/lang/zh-cn.php b/module/compile/lang/zh-cn.php index 995a590af4..a637ed8dd4 100644 --- a/module/compile/lang/zh-cn.php +++ b/module/compile/lang/zh-cn.php @@ -33,6 +33,7 @@ $lang->compile->statusList['create_fail'] = '创建失败'; $lang->compile->statusList['timeout'] = '执行超时'; $lang->compile->statusList['canceled'] = '已取消'; $lang->compile->statusList['failed'] = '构建失败'; +$lang->compile->statusList['skipped'] = '已跳过'; $lang->compile->featureBar['browse']['job'] = '列表'; -$lang->compile->featureBar['browse']['compile'] = '执行历史'; \ No newline at end of file +$lang->compile->featureBar['browse']['compile'] = '执行历史';