[>] en > ru

This commit is contained in:
Maxim Khomutov 2025-03-18 13:16:57 +03:00
parent 0fb107d952
commit a88bd10783

View File

@ -2,16 +2,16 @@
class Strings: class Strings:
# login box, # login box,
ok = "ok" ok = "Ок"
cancel = "cancel" cancel = "Отмена"
login = "login" login = "Логин"
password = "password" password = "Пароль"
# message box # message box
info = "Info" info = "Информация"
warning = "Warning" warning = "Warning"
error = "Error" error = "Ошибка"
yesno = "Question" yesno = "Вопрос"
class Icons: class Icons: