Merge pull request #5015 from Mr-Update/patch-16

Update de.rs
This commit is contained in:
RustDesk
2023-07-16 11:50:29 +08:00
committed by GitHub

View File

@@ -517,6 +517,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Outgoing connection", "Ausgehende Verbindung"),
("Exit", "Beenden"),
("Open", "Öffnen"),
("logout_tip", ""),
("logout_tip", "Sind Sie sicher, dass Sie sich abmelden wollen?"),
].iter().cloned().collect();
}