Update de.rs

This commit is contained in:
Mr-Update
2023-05-13 22:47:48 +02:00
committed by GitHub
parent 6c15dd6fd5
commit cd57009a46

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();
} }