Fixes for project type (git, github, gogs etc.). Issue #162.

This commit is contained in:
Dmitry Khomutov 2018-03-08 15:54:19 +07:00
commit f4ecb0e1e7
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
17 changed files with 63 additions and 63 deletions

View file

@ -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"',