Update de.rs (#9699)

This commit is contained in:
Mr-Update 2024-10-19 13:41:14 +02:00 committed by GitHub
parent 1212d9fa2d
commit 1bf4ef1f46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -651,6 +651,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Download", "Herunterladen"),
("Upload folder", "Ordner hochladen"),
("Upload files", "Dateien hochladen"),
("Clipboard is synchronized", ""),
("Clipboard is synchronized", "Zwischenablage ist synchronisiert"),
].iter().cloned().collect();
}