Merge pull request #6024 from Mr-Update/patch-8

Update de.rs
This commit is contained in:
RustDesk 2023-10-13 17:58:32 +08:00 committed by GitHub
commit cf0e3ec303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -555,6 +555,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Check for software update on startup", "Beim Start auf Softwareaktualisierung prüfen"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Bitte aktualisieren Sie RustDesk Server Pro auf die Version {} oder neuer!"),
("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"),
("Filter by intersection", "")
("Filter by intersection", "Nach Schnittpunkt filtern")
].iter().cloned().collect();
}