Update de.rs

This commit is contained in:
Mr-Update
2023-10-28 20:19:17 +02:00
committed by GitHub
parent f748395bda
commit f6ee61f29e

View File

@@ -570,7 +570,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Big tiles", "Große Kacheln"), ("Big tiles", "Große Kacheln"),
("Small tiles", "Kleine Kacheln"), ("Small tiles", "Kleine Kacheln"),
("List", "Liste"), ("List", "Liste"),
("Virtual display", ""), ("Virtual display", "Virtueller Bildschirm"),
("Plug out all", ""), ("Plug out all", "Alle ausschalten"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }