Merge pull request #5487 from Mr-Update/master-4

Update de.rs
This commit is contained in:
RustDesk 2023-08-23 20:28:47 +08:00 committed by GitHub
commit 535405521c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,8 +538,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("pull_ab_failed_tip", "Aktualisierung des Adressbuchs fehlgeschlagen"),
("push_ab_failed_tip", "Synchronisierung des Adressbuchs mit dem Server fehlgeschlagen"),
("synced_peer_readded_tip", "Die Geräte, die in den letzten Sitzungen vorhanden waren, werden erneut zum Adressbuch hinzugefügt."),
("Change Color", ""),
("Primary Color", ""),
("HSV Color", ""),
("Change Color", "Farbe ändern"),
("Primary Color", "Primärfarbe"),
("HSV Color", "HSV-Farbe"),
].iter().cloned().collect();
}