Merge pull request #6274 from KagamineP/patch-2

Update ru.rs
This commit is contained in:
RustDesk
2023-11-03 11:36:06 +08:00
committed by GitHub

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();
}