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
commit b60c4bd952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}