Update de.rs (#9699)

This commit is contained in:
Mr-Update
2024-10-19 13:41:14 +02:00
committed by GitHub
Unverified
parent 1212d9fa2d
commit 1bf4ef1f46

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();
}