Update de.rs

This commit is contained in:
Mr-Update 2023-04-15 18:16:03 +02:00 committed by GitHub
parent 225a549e4e
commit a9705c5be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,5 +493,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_desktop_text_tip", "Bitte installieren Sie den GNOME-Desktop."),
("No need to elevate", "Erhöhung der Rechte nicht erforderlich"),
("New RDP", "Neue RDP-Verbindung"),
("Failed to listen on {}: {}", "Lauschen fehlgeschlagen auf Port {}: {}"),
].iter().cloned().collect();
}