Fixes for project type (git, github, gogs etc.). Issue #162.
This commit is contained in:
parent
5c8a8c44c2
commit
f4ecb0e1e7
17 changed files with 63 additions and 63 deletions
|
|
@ -99,7 +99,7 @@ PHP Censor',
|
|||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Внешний URL',
|
||||
'git' => 'Git',
|
||||
'local' => 'Локальный путь',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
|
@ -121,8 +121,8 @@ PHP Censor',
|
|||
'save_project' => 'Сохранить проект',
|
||||
'environments_label' => 'Окружения (yaml)',
|
||||
|
||||
'error_mercurial' => 'URL репозитория Mercurial должен начинаться с http:// или https://',
|
||||
'error_remote' => 'URL репозитория должен начинаться с git://, http:// или https://',
|
||||
'error_hg' => 'URL репозитория Mercurial должен начинаться с http:// или https://',
|
||||
'error_git' => 'URL репозитория должен начинаться с git://, http:// или https://',
|
||||
'error_gitlab' => 'Имя репозитория в GitLab должно иметь формат: "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Имя репозитория должно иметь формат: "owner/repo"',
|
||||
'error_bitbucket' => 'Имя репозитория должно иметь формат: "owner/repo"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue