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

View File

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