Update de.rs

This commit is contained in:
Mr-Update 2023-10-13 11:56:14 +02:00 committed by GitHub
parent b39ba92cfe
commit c6bb3d6ae2
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();
}