Skip to content

Commit

Permalink
Update de.rs (rustdesk#9054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Update authored Aug 14, 2024
1 parent 65318ef commit b477ade
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Requires at least {} characters", "Erfordert mindestens {} Zeichen"),
("Wrong PIN", "Falsche PIN"),
("Set PIN", "PIN festlegen"),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Enable trusted devices", "Vertrauenswürdige Geräte aktivieren"),
("Manage trusted devices", "Vertrauenswürdige Geräte verwalten"),
("Platform", "Plattform"),
("Days remaining", "Verbleibende Tage"),
("enable-trusted-devices-tip", "2FA-Verifizierung auf vertrauenswürdigen Geräten überspringen"),
].iter().cloned().collect();
}

0 comments on commit b477ade

Please sign in to comment.