Update ru.rs

This commit is contained in:
Dmitry Kiryanov 2023-11-03 08:30:28 +05:00 committed by GitHub
parent 11232c6f23
commit 346c88b661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "Список"),
("Virtual display", "Виртуальный дисплей"),
("Plug out all", "Отключить все"),
("True color (4:4:4)", ""),
("True color (4:4:4)", "Истинный цвет (4:4:4)"),
].iter().cloned().collect();
}