Merge pull request #5649 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-09-10 23:04:25 +08:00 committed by GitHub
commit 52ec27f785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -543,6 +543,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("HSV Color", "Цвет HSV"),
("Installation Successful!", "Установка выполнена успешно!"),
("Installation failed!", "Установка не выполнена!"),
("Reverse mouse wheel", ""),
("Reverse mouse wheel", "Реверсировать колесо мыши"),
].iter().cloned().collect();
}