Skip to content

Commit

Permalink
Update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHorrorRus committed May 17, 2024
1 parent 1d5a941 commit a5f5d21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@
"TITLE": "Hardware acceleration",
"TIP": "Requires application restart"
},
"DISCORD": "Discord integration",
"DISCORD_LINUX_TIP": "It may not work on Linux systems",
"DISCORD": {
"TITLE": "Discord integration",
"LINUX_TIP": "It may not work on Linux systems"
},
"BETA": {
"TITLE": "Get Beta updates",
"TIP": "Test builds may be unstable, but you get the opportunity to test new features before others. Requires application restart"
Expand Down Expand Up @@ -571,8 +573,7 @@
"ERRORS": {
"CYRILLIC": "Cyrillic is not allowed in the password",
"EMPTY_FIELD": "You must enter your username and password",
"TFA_REQUIRED": "You must to enter two-factor authentication code. If you don't receive code from VK administration and SMS, then use Code Generator (E.g. Google Authenticator)",
"TFA_HTTP_REQUIRED": "Now you must to enter two-factor code for HTTP Client",
"TFA_REQUIRED": "You must to enter two-factor code",
"CAPTCHA_REQUIRED": "You must to solve the captcha",
"CAPTCHA_INVALID": "Invalid captcha solution"
},
Expand Down
9 changes: 5 additions & 4 deletions langs/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@
"TITLE": "Аппаратное ускорение",
"TIP": "Требуется перезапуск приложения"
},
"DISCORD": "Интеграция с Discord",
"DISCORD_LINUX_TIP": "Может не работать на системах Linux",
"DISCORD": {
"TITLE": "Интеграция с Discord",
"LINUX_TIP": "Может не работать на системах Linux"
},
"BETA": {
"TITLE": "Получать Beta обновления",
"TIP": "Тестовые сборки могут работать нестабильно, однако вы получаете возможность тестировать новые функции раньше остальных. Требуется перезапуск приложения"
Expand Down Expand Up @@ -571,8 +573,7 @@
"ERRORS": {
"CYRILLIC": "Кириллица в пароле недопустима",
"EMPTY_FIELD": "Вы должны ввести логин и пароль",
"TFA_REQUIRED": "Вы должны ввести код двухфакторной аутентификации. Если вы не получили код от администрации VK и по СМС, то воспользуйтесь приложением для генерации кодов (например, Google Authenticator)",
"TFA_HTTP_REQUIRED": "Теперь введите код двухфакторной аутентификации для HTTP клиента",
"TFA_REQUIRED": "Введите код двухфакторной аутентификации",
"CAPTCHA_REQUIRED": "Введите код с картинки",
"CAPTCHA_INVALID": "Неверно введён код с картинки"
},
Expand Down

0 comments on commit a5f5d21

Please sign in to comment.