Update ru.rs

This commit is contained in:
solokot 2023-09-15 08:37:08 +03:00 committed by GitHub
parent ab2672777e
commit 3dd329a999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,6 +554,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Timeout in minutes", "Время ожидания (минут)"),
("auto_disconnect_option_tip", "Автоматически закрывать входящие сеансы при неактивности пользователя"),
("Connection failed due to inactivity", "Подключение не выполнено из-за неактивности"),
("Check for software update on startup", ""),
("Check for software update on startup", "Проверять обновления программы при запуске"),
].iter().cloned().collect();
}