Merge pull request #5702 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-09-15 14:34:11 +08:00 committed by GitHub
commit bb8438c770
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();
}