Skip to content

Commit 7ee510b

Browse files
okainovdregad
authored andcommitted
Update Russian translations (#280)
1 parent ebc3688 commit 7ee510b

File tree

6 files changed

+125
-108
lines changed

6 files changed

+125
-108
lines changed

Source/lang/strings_russian.txt

Lines changed: 101 additions & 101 deletions
Large diffs are not rendered by default.

SourceBitBucket/lang/strings_russian.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ $s_plugin_SourceBitBucket_bit_basic_login = 'BitBucket login (for basic auth)';
99
$s_plugin_SourceBitBucket_bit_basic_pwd = 'BitBucket password (for basic auth)';
1010
$s_plugin_SourceBitBucket_bit_username = 'Имя пользователя BitBucket';
1111
$s_plugin_SourceBitBucket_bit_reponame = 'Имя репозитория BitBucket<br/><span class="small">(только имя в нижней раскладке)</span>';
12-
$s_plugin_SourceBitBucket_master_branch = 'Главные ветки<br/><span class="small">(список разделенный запятыми)</span>';
12+
$s_plugin_SourceBitBucket_master_branch = 'Главные ветки<br/><span class="small">(список, разделенный запятыми)</span>';
1313

1414
$s_plugin_SourceBitBucket_repo_authorized = '<p>MantisBT авторизован в репозитории BitBucket.</p>';
15-
$s_plugin_SourceBitBucket_repo_authorization_failed = '<p style="color: red;">Извините, MantisBT не может авторизоваться к этому репозиторию BitBucket.</p>';
15+
$s_plugin_SourceBitBucket_repo_authorization_failed = '<p style="color: red;">Извините, MantisBT не удалось авторизоваться для доступа к этому репозиторию BitBucket.</p>';
1616

1717
$s_plugin_SourceBitBucket_back_repo = 'назад в репозитории';

SourceGithub/lang/strings_russian.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ $s_plugin_SourceGithub_hub_reponame = 'Имя репозитория GitHub<br/>
1313
$s_plugin_SourceGithub_hub_app_client_id = 'ID приложения GitHub <br /><span class="small">Для частных репозиториев. Создать новый в <a href="https://github.com/settings/applications">GitHub Application</a> если надо</span><br />Application OAuth callback должен быть вида: http://адрес к вашему MantisBT/plugin.php?page=SourceGithub/SourceGithub.php';
1414
$s_plugin_SourceGithub_hub_app_secret = 'GitHub Application Secret<br /><span class="small">Для частных репозиториев</span>';
1515
$s_plugin_SourceGithub_hub_app_access_token = 'GitHub Application Access Token<br /><span class="small">Для частных репозиториев</span>';
16-
$s_plugin_SourceGithub_master_branch = 'Главные ветки<br/><span class="small">(список разделенный запятыми)</span>';
16+
$s_plugin_SourceGithub_master_branch = 'Главные ветки<br/><span class="small">(список, разделенный запятыми)</span>';
1717
$s_plugin_SourceGithub_hub_app_client_id_secret_missing = 'Н/Д<br /><span class="small">Вы должны ввести ID приложение GitHub &amp; Secret и обновить прежде чем сможете авторизоваться</span>';
1818
$s_plugin_SourceGithub_hub_app_authorize = 'Авторизоваться';
1919
$s_plugin_SourceGithub_hub_app_authorized = 'Авторизовано';
2020

2121
$s_plugin_SourceGithub_repo_authorized = '<p>MantisBT авторизован в репозитории GitHub.</p>';
22-
$s_plugin_SourceGithub_repo_authorization_failed = '<p style="color: red;">Извините, MantisBT не может авторизоваться к этому репозиторию GitHub.</p>';
22+
$s_plugin_SourceGithub_repo_authorization_failed = '<p style="color: red;">Извините, MantisBT не удалось авторизоваться для доступа к этому репозиторию GitHub.</p>';
2323

2424
$s_plugin_SourceGithub_oauth_authorization = 'OAuth авторизация GitHub';
25-
$s_plugin_SourceGithub_back_repo = 'назад в репозитории';
25+
$s_plugin_SourceGithub_back_repo = 'назад в репозиторий';
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
# Copyright (c) 2018 Oleg Kainov
4+
# Licensed under the MIT license
5+
6+
$s_plugin_SourceGitlab_ = '';
7+
$s_plugin_SourceGitlab_gitlab = 'GitLab';
8+
$s_plugin_SourceGitlab_title = 'Интеграция с GitLab';
9+
$s_plugin_SourceGitlab_description = 'Добавляет интеграцию с GitLab к плагину "Интеграция контроля версий".';
10+
11+
$s_plugin_SourceGitlab_hub_root = 'GitLab URL<br /><span class="small">Адрес (домен) вашего GitLab (например, https://gitlab.com/)</span>';
12+
$s_plugin_SourceGitlab_hub_repoid = 'ID репозитория GitLab<br /><span class="small">Число, если пусто, будет заполнено автоматически</span>';
13+
$s_plugin_SourceGitlab_hub_reponame = 'Имя репозитория GitLab<br /><span class="small">Группа и имя репозитория без слэшей в начале или в конце (namespace/project)</span>';
14+
$s_plugin_SourceGitlab_hub_app_secret = 'Ключ API GitLab<br /><span class="small">GitLab Personal Token с уровнем доступа "api"</span>';
15+
$s_plugin_SourceGitlab_master_branch = 'Отслеживаемые ветки<br/><span class="small">Список веток через запятую или *</span>';
16+
17+
$s_plugin_SourceGitlab_back_repo = 'Назад в репозиторий';

SourceGitphp/lang/strings_russian.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $s_plugin_SourceGitphp_description = 'Добавляет интеграцию Gi
1010

1111
$s_plugin_SourceGitphp_gitphp_root = 'Корневой URL для Gitphp';
1212
$s_plugin_SourceGitphp_gitphp_project = 'Проект Gitphp<br/><span class="small">(включая ".git")</span>';
13-
$s_plugin_SourceGitphp_master_branch = 'Главные ветки<br/><span class="small">(список разделенный запятыми)</span>';
13+
$s_plugin_SourceGitphp_master_branch = 'Главные ветки<br/><span class="small">(список, разделенный запятыми)</span>';

SourceGitweb/lang/strings_russian.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $s_plugin_SourceGitweb_description = 'Добавляет интеграцию Gi
1010

1111
$s_plugin_SourceGitweb_gitweb_root = 'Корневой URL для Gitweb';
1212
$s_plugin_SourceGitweb_gitweb_project = 'Проект Gitweb<br/><span class="small">(включая ".git")</span>';
13-
$s_plugin_SourceGitweb_master_branch = 'Главные ветки<br/><span class="small">(список разделенный запятыми)</span>';
13+
$s_plugin_SourceGitweb_master_branch = 'Главные ветки<br/><span class="small">(список, разделенный запятыми)</span>';

0 commit comments

Comments
 (0)