Skip to content

Commit

Permalink
feat(i18n): add Russian translations (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: wildserver <[email protected]>
  • Loading branch information
wildserver and wildserver authored Nov 1, 2023
1 parent 8edc220 commit b5d757e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions i18n/ru.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[go_back]
other = "Назад"

[home]
other = "Главная"

[offline_title]
other = "Упс! Нет подключения к сети"

[offline_info]
other = """
Кажется, возникла проблема с вашим соединением. Проверьте состояние сети.
Пожалуйста, свяжитесь с нами, если вы считаете, что это ошибка сервера. Спасибо.
"""

[try_again]
other = "Попробуйте еще раз"

0 comments on commit b5d757e

Please sign in to comment.