Merge pull request #5329 from Mr-Update/master-5

Update de.rs
This commit is contained in:
RustDesk 2023-08-10 19:23:06 +08:00 committed by GitHub
commit 399af2fbf6
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();
}