Merge pull request #5397 from Mr-Update/master-2

Update de.rs
This commit is contained in:
RustDesk 2023-08-15 19:33:17 +08:00 committed by GitHub
commit 1bb48e1979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,7 +535,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List View", "Listenansicht"),
("Select", "Auswählen"),
("Toggle Tags", "Tags umschalten"),
("pull_ab_failed_tip", ""),
("push_ab_failed_tip", ""),
("pull_ab_failed_tip", "Aktualisierung des Adressbuchs fehlgeschlagen"),
("push_ab_failed_tip", "Synchronisierung des Adressbuchs mit dem Server fehlgeschlagen"),
].iter().cloned().collect();
}