added "Sort by" translations

This commit is contained in:
NicKoehler
2023-03-08 16:35:33 +01:00
parent 43da918630
commit 8cb0cc0a5d
33 changed files with 35 additions and 2 deletions

View File

@@ -461,5 +461,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resolution", "Auflösung"),
("No transfers in progress", "Keine Übertragungen im Gange"),
("Set one-time password length", "Länge des Einmalpassworts festlegen"),
("Sort by", ""),
].iter().cloned().collect();
}