Skip to content

Commit 99c0ded

Browse files
authored
fix(locale): Update locale text for ru
1 parent 8f8536e commit 99c0ded

File tree

1 file changed

+6
-6
lines changed
  • src/locale/languages

1 file changed

+6
-6
lines changed

src/locale/languages/ru.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
'Are you sure?': 'Вы уверены?',
1515
'Assign Yourself': 'Назначить на самого себя',
1616
Assignees: 'Ответственные',
17-
'Author: ': '',
17+
'Author: ': 'Автор',
1818
BIO: 'СПРАВКА',
1919
CANCEL: 'ОТМЕНА',
2020
CONTACT: 'КОНТАКТЫ',
@@ -33,8 +33,8 @@ module.exports = {
3333
'Comment Actions': 'Действия с комментарием',
3434
'Commit Message': 'Текст сообщения коммита',
3535
'Commit Title': 'Заголовок коммита',
36-
Commits: '',
37-
'Committer: ': '',
36+
Commits: 'Коммиты',
37+
'Committer: ': 'Автор коммита',
3838
'Communicate on conversations, merge pull requests and more':
3939
'Общайтесь, принимайте пулреквесты и делайте многое другое',
4040
Company: 'Компания',
@@ -91,8 +91,8 @@ module.exports = {
9191
'New Issue': 'Новая ишью',
9292
'No README.md found': 'He yдалось найти README.md',
9393
'No closed issues found!': 'Не найдено закрытых ишью!',
94-
'No closed pull requests found!': '',
95-
'No commit found!': '',
94+
'No closed pull requests found!': 'Не найдено ни одного пулреквеста!',
95+
'No commit found!': 'Не найдено ни одного коммита!',
9696
'No contributors found': 'Участники не найдены',
9797
'No description provided.': 'Нет описания.',
9898
'No issues': 'Нет ишью',
@@ -163,7 +163,7 @@ module.exports = {
163163
Users: 'Пользователи',
164164
'View All': 'Смотреть все',
165165
'View Code': 'Смотреть код',
166-
'View Commits': '',
166+
'View Commits': 'Просмотр коммитов',
167167
'View and control all of your unread and participating notifications':
168168
'Просматривайте и управляйте всеми вашими непрочитанными и активными уведомлениями',
169169
Watch: 'Следить',

0 commit comments

Comments
 (0)