Merge pull request #6213 from Mr-Update/patch-1

Update de.rs
This commit is contained in:
RustDesk 2023-10-29 16:47:15 +08:00 committed by GitHub
commit c8a6e8005e
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", "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();
} }