Update de.rs (#7778)

This commit is contained in:
Mr-Update 2024-04-20 05:30:48 +02:00 committed by GitHub
parent 75521fe363
commit a8eefbc9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -601,6 +601,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Everyone", "Jeder"),
("ab_web_console_tip", "Mehr über Webkonsole"),
("allow-only-conn-window-open-tip", "Verbindung nur zulassen, wenn das RustDesk-Fenster geöffnet ist"),
("no_need_privacy_mode_no_physical_displays_tip", ""),
("no_need_privacy_mode_no_physical_displays_tip", "Keine physischen Bildschirme; keine Notwendigkeit, den Datenschutzmodus zu verwenden."),
].iter().cloned().collect();
}