Update de.rs (#9107)

This commit is contained in:
Mr-Update 2024-08-18 21:12:56 +02:00 committed by GitHub
parent 0a5fafb84f
commit e3f09b3ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -641,8 +641,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "Plattform"),
("Days remaining", "Verbleibende Tage"),
("enable-trusted-devices-tip", "2FA-Verifizierung auf vertrauenswürdigen Geräten überspringen"),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Parent directory", "Übergeordnetes Verzeichnis"),
("Resume", "Fortsetzen"),
("Invalid file name", "Ungültiger Dateiname"),
].iter().cloned().collect();
}