* [task#127137,done,0.5h] adjust job exec error tips for mr edit.

This commit is contained in:
caoyanyi
2024-08-30 14:28:23 +08:00
committed by 田淑杰
parent ee7ec6afe6
commit c00d63a4df
6 changed files with 25 additions and 7 deletions
+2
View File
@@ -120,6 +120,7 @@ $lang->gitlab->apiError[] = 'avatar is invalid';
$lang->gitlab->apiError[] = 'file format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->apiError[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->apiError[] = 'must be greater than or equal to 0';
$lang->gitlab->apiError[] = '500 Internal Server Error';
$lang->gitlab->errorLang[] = 'You cannot set Internal as its Visibility Level, if it is private in GitLab.';
$lang->gitlab->errorLang[] = 'You cannot set Public as its Visibility Level, if it is private in GitLab.';
@@ -139,6 +140,7 @@ $lang->gitlab->errorLang[] = 'Avatar is invalid';
$lang->gitlab->errorLang[] = 'File format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->errorLang[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->errorLang[] = 'must be greater than or equal to 0';
$lang->gitlab->errorLang[] = '500 Internal Server Error';
$lang->gitlab->errorResonse['Email has already been taken'] = 'Email has already been taken';
$lang->gitlab->errorResonse['Username has already been taken'] = 'Username has already been taken';
+2
View File
@@ -120,6 +120,7 @@ $lang->gitlab->apiError[] = 'avatar is invalid';
$lang->gitlab->apiError[] = 'file format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->apiError[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->apiError[] = 'must be greater than or equal to 0';
$lang->gitlab->apiError[] = '500 Internal Server Error';
$lang->gitlab->errorLang[] = 'You cannot set Internal as its Visibility Level, if it is private in GitLab.';
$lang->gitlab->errorLang[] = 'You cannot set Public as its Visibility Level, if it is private in GitLab.';
@@ -139,6 +140,7 @@ $lang->gitlab->errorLang[] = 'Avatar is invalid';
$lang->gitlab->errorLang[] = 'File format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->errorLang[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->errorLang[] = 'must be greater than or equal to 0';
$lang->gitlab->errorLang[] = '500 Internal Server Error';
$lang->gitlab->errorResonse['Email has already been taken'] = 'Email has already been taken';
$lang->gitlab->errorResonse['Username has already been taken'] = 'Username has already been taken';
+2
View File
@@ -120,6 +120,7 @@ $lang->gitlab->apiError[] = 'avatar is invalid';
$lang->gitlab->apiError[] = 'file format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->apiError[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->apiError[] = 'must be greater than or equal to 0';
$lang->gitlab->apiError[] = '500 Internal Server Error';
$lang->gitlab->errorLang[] = 'You cannot set Internal as its Visibility Level, if it is private in GitLab.';
$lang->gitlab->errorLang[] = 'You cannot set Public as its Visibility Level, if it is private in GitLab.';
@@ -139,6 +140,7 @@ $lang->gitlab->errorLang[] = 'Avatar is invalid';
$lang->gitlab->errorLang[] = 'File format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->errorLang[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->errorLang[] = 'must be greater than or equal to 0';
$lang->gitlab->errorLang[] = '500 Internal Server Error';
$lang->gitlab->errorResonse['Email has already been taken'] = 'Email has already been taken';
$lang->gitlab->errorResonse['Username has already been taken'] = 'Username has already been taken';
+2
View File
@@ -120,6 +120,7 @@ $lang->gitlab->apiError[] = 'avatar is invalid';
$lang->gitlab->apiError[] = 'file format is not supported. Please try one of the following supported formats: image/png, image/jpeg, image/gif, image/bmp, image/tiff, image/vnd.microsoft.icon';
$lang->gitlab->apiError[] = 'must not contain commonly used combinations of words and letters';
$lang->gitlab->apiError[] = 'must be greater than or equal to 0';
$lang->gitlab->apiError[] = '500 Internal Server Error';
$lang->gitlab->errorLang[] = '私有分组的项目,可见性级别不能设为内部。';
$lang->gitlab->errorLang[] = '私有分组的项目,可见性级别不能设为公开。';
@@ -139,6 +140,7 @@ $lang->gitlab->errorLang[] = '头像格式不正确';
$lang->gitlab->errorLang[] = '文件格式不支持,请尝试以下格式:image/png,image/jpeg,image/gif,image/bmp,image/tiff,image/vnd.microsoft.icon';
$lang->gitlab->errorLang[] = '不能使用常用的数字或字母组合';
$lang->gitlab->errorLang[] = '必须大于等于0';
$lang->gitlab->errorLang[] = '服务器返回错误:500';
$lang->gitlab->errorResonse['Email has already been taken'] = '邮箱已存在';
$lang->gitlab->errorResonse['Username has already been taken'] = '用户名已存在';