Merge pull request #4365 from Mr-Update/patch-7

Update de.rs
This commit is contained in:
RustDesk 2023-05-14 10:03:40 +08:00 committed by GitHub
commit ad85fe4900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Select a peer", "Gegenstelle auswählen"), ("Select a peer", "Gegenstelle auswählen"),
("Select peers", "Gegenstellen auswählen"), ("Select peers", "Gegenstellen auswählen"),
("Plugins", "Plugins"), ("Plugins", "Plugins"),
("Uninstall", ""), ("Uninstall", "Deinstallieren"),
("Update", ""), ("Update", "Update"),
("Enable", ""), ("Enable", "Aktivieren"),
("Disable", ""), ("Disable", "Deaktivieren"),
("Options", ""), ("Options", "Einstellungen"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }