* Fix bug #38807.
This commit is contained in:
@@ -105,8 +105,9 @@ $lang->gitlab->apiError[2] = 'is too short (minimum is 8 characters)';
|
||||
$lang->gitlab->apiError[3] = "can contain only letters, digits, '_', '-' and '.'. Cannot start with '-', end in '.git' or end in '.atom'";
|
||||
$lang->gitlab->apiError[4] = 'Branch already exists';
|
||||
$lang->gitlab->apiError[5] = 'Failed to save group {:path=>["has already been taken"]}';
|
||||
$lang->gitlab->apiError[6] = '403 Forbidden';
|
||||
$lang->gitlab->apiError[7] = 'is invalid';
|
||||
$lang->gitlab->apiError[6] = 'Failed to save group {:path=>["已经被使用"]}';
|
||||
$lang->gitlab->apiError[7] = '403 Forbidden';
|
||||
$lang->gitlab->apiError[8] = 'is invalid';
|
||||
|
||||
$lang->gitlab->errorLang[0] = 'You cannot set Internal as its Visibility Level, if it is private in GitLab.';
|
||||
$lang->gitlab->errorLang[1] = 'You cannot set Public as its Visibility Level, if it is private in GitLab.';
|
||||
@@ -114,8 +115,9 @@ $lang->gitlab->errorLang[2] = 'Password is too short (minimum is 8 characters)';
|
||||
$lang->gitlab->errorLang[3] = 'It should contain only letters, digits, underscore, hyphen and period. It should not start with hypen, or end with .git or .atom.';
|
||||
$lang->gitlab->errorLang[4] = 'Branch already exists.';
|
||||
$lang->gitlab->errorLang[5] = 'Failed to save group, path has already been taken.';
|
||||
$lang->gitlab->errorLang[6] = $lang->gitlab->noAccess;
|
||||
$lang->gitlab->errorLang[7] = "Is invalid";
|
||||
$lang->gitlab->errorLang[6] = 'Failed to save group, path has already been taken.';
|
||||
$lang->gitlab->errorLang[7] = $lang->gitlab->noAccess;
|
||||
$lang->gitlab->errorLang[8] = "Is invalid";
|
||||
|
||||
$lang->gitlab->errorLang[0] = 'You cannot set Internal as its Visibility Level, if it is private in GitLab.';
|
||||
$lang->gitlab->errorLang[1] = 'You cannot set Public as its Visibility Level, if it is private in GitLab.';
|
||||
|
||||
Reference in New Issue
Block a user