Update de.rs

This commit is contained in:
Mr-Update 2023-08-10 12:09:56 +02:00 committed by GitHub
parent 59c865293f
commit d54c96e455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Tags sortieren"),
("Open connection in new tab", "Verbindung in neuem Tab öffnen"),
("Move tab to new window", "Tab in neues Fenster verschieben"),
("Can not be empty", ""),
("Already exists", ""),
("Can not be empty", "Darf nicht leer sein"),
("Already exists", "Existiert bereits"),
].iter().cloned().collect();
}