Russian localization for Environments. PullRequest #41.

This commit is contained in:
Dmitry Khomutov 2017-04-03 19:55:21 +07:00
parent 81d83f6abc
commit 9b9d1b1122
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -46,6 +46,7 @@ PHP Censor',
'branch_x' => 'Ветка: %s',
'created_x' => 'Создан: %s',
'started_x' => 'Запущен: %s',
'environment_x' => 'Окружение: %s',
// Sidebar
'hello_name' => 'Привет, %s',
@ -114,6 +115,7 @@ PHP Censor',
'archived' => 'Архивный',
'archived_menu' => 'Архив',
'save_project' => 'Сохранить проект',
'environments_label' => 'Окружения (yaml)',
'error_mercurial' => 'URL репозитория Mercurial должен начинаться с http:// или https://',
'error_remote' => 'URL репозитория должен начинаться с git://, http:// или https://',
@ -124,12 +126,14 @@ PHP Censor',
// View Project:
'all_branches' => 'Все ветки',
'all' => 'Все',
'builds' => 'Сборки',
'id' => 'ID',
'date' => 'Дата',
'project' => 'Проект',
'commit' => 'Коммит',
'branch' => 'Ветка',
'environment' => 'Окружение',
'status' => 'Статус',
'prev_link' => '« Пред.',
'next_link' => 'След. »',
@ -186,6 +190,7 @@ PHP Censor',
'phpcpd_warnings' => 'Предупреждения PHP Copy/Paste Detector',
'phpdoccheck_warnings' => 'Пропущенные Docblocks',
'issues' => 'Проблемы',
'merged_branches' => 'Объеденяемые ветки',
'phpcpd' => 'PHP Copy/Paste Detector',
'phpcs' => 'PHP Code Sniffer',