Update de.rs (#8346)

This commit is contained in:
Mr-Update
2024-06-13 15:01:24 +02:00
committed by GitHub
Unverified
parent 2e4fafcf46
commit d33fa3f073

View File

@@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use texture rendering", "Textur-Rendering verwenden"),
("Floating window", "Schwebendes Fenster"),
("floating_window_tip", "Es hilft dabei, RustDesk im Hintergrund auszuführen."),
("Keep screen on", ""),
("Never", ""),
("During controlled", ""),
("During service is on", ""),
("Keep screen on", "Bildschirm eingeschaltet lassen"),
("Never", "Niemals"),
("During controlled", "Wenn kontrolliert"),
("During service is on", "Wenn der Dienst läuft"),
].iter().cloned().collect();
}