Update de.rs (#10228)

This commit is contained in:
Mr-Update 2024-12-09 05:30:32 +01:00 committed by GitHub
parent b39e851262
commit 875b738222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -654,7 +654,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload files", "Dateien hochladen"),
("Clipboard is synchronized", "Zwischenablage ist synchronisiert"),
("Update client clipboard", "Client-Zwischenablage aktualisieren"),
("Untagged", ""),
("new-version-of-{}-tip", ""),
("Untagged", "Unmarkiert"),
("new-version-of-{}-tip", "Es ist eine neue Version von {} verfügbar"),
].iter().cloned().collect();
}