Merge pull request #5997 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-10-12 15:24:29 +08:00 committed by GitHub
commit e6f62dc95e
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> =
("Check for software update on startup", "Проверять обновления программы при запуске"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Обновите RustDesk Server Pro до версии {} или новее!"),
("pull_group_failed_tip", "Невозможно обновить группу"),
("Filter by intersection", "")
("Filter by intersection", "Фильтровать по пересечению")
].iter().cloned().collect();
}