Update cs.rs

This commit is contained in:
leroyloren 2023-10-27 20:26:50 +02:00 committed by GitHub
parent cef782c388
commit 11956d9e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -570,7 +570,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Big tiles", "Velké dlaždice"),
("Small tiles", "Malé dlaždice"),
("List", "Seznam"),
("Virtual display", ""),
("Plug out all", ""),
("Virtual display", "Virtuální obrazovka"),
("Plug out all", "Odpojit všechny"),
].iter().cloned().collect();
}