Update ru.rs

This commit is contained in:
solokot 2023-09-10 16:47:50 +03:00 committed by GitHub
parent 15c72fe7d3
commit 759bbeac06
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"), ("HSV Color", "Цвет HSV"),
("Installation Successful!", "Установка выполнена успешно!"), ("Installation Successful!", "Установка выполнена успешно!"),
("Installation failed!", "Установка не выполнена!"), ("Installation failed!", "Установка не выполнена!"),
("Reverse mouse wheel", ""), ("Reverse mouse wheel", "Реверсировать колесо мыши"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }