Update ru.rs

This commit is contained in:
solokot 2023-09-25 17:47:41 +03:00 committed by GitHub
parent 4e93ffb924
commit ed90979417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Подключение не выполнено из-за неактивности"),
("Check for software update on startup", "Проверять обновления программы при запуске"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Обновите RustDesk Server Pro до версии {} или новее!"),
("pull_group_failed_tip", ""),
("pull_group_failed_tip", "Невозможно обновить группу"),
].iter().cloned().collect();
}