Update de.rs

This commit is contained in:
Fabian Schillig 2022-07-27 09:03:05 +02:00 committed by GitHub
parent 9b21182886
commit d5eea27318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,16 +288,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Ignore Battery Optimizations", "Batterieoptimierung ignorieren"), ("Ignore Battery Optimizations", "Batterieoptimierung ignorieren"),
("android_open_battery_optimizations_tip", "Möchten Sie die Batterieopimierungs-Einstellungen öffnen?"), ("android_open_battery_optimizations_tip", "Möchten Sie die Batterieopimierungs-Einstellungen öffnen?"),
("Connection not allowed", "Verbindung abgelehnt"), ("Connection not allowed", "Verbindung abgelehnt"),
("Use temporary password", ""), ("Use temporary password", "Temporäres Passwort verwenden"),
("Use permanent password", ""), ("Use permanent password", "Dauerhaftes Passwort verwenden"),
("Use both passwords", ""), ("Use both passwords", "Beide Passwörter verwenden"),
("Set permanent password", ""), ("Set permanent password", "Dauerhaftes Passwort setzen"),
("Set temporary password length", ""), ("Set temporary password length", "Länge des temporären Passworts setzen"),
("Enable Remote Restart", ""), ("Enable Remote Restart", "Entfernten Neustart aktivieren"),
("Allow remote restart", ""), ("Allow remote restart", "Entfernten Neustart erlauben"),
("Restart Remote Device", ""), ("Restart Remote Device", "Entferntes Gerät neu starten"),
("Are you sure you want to restart", ""), ("Are you sure you want to restart", "Möchten Sie das entfernte Gerät wirklich neu starten?"),
("Restarting Remote Device", ""), ("Restarting Remote Device", "Entferntes Gerät wird neu gestartet"),
("Remote device is restarting, please close this message box and reconnect with permanent password after a while", ""), ("Remote device is restarting, please close this message box and reconnect with permanent password after a while", "Entferntes Gerät startet neu, bitte schließen Sie diese Meldung und verbinden Sie sich mit dem dauerhaften Passwort erneut."),
].iter().cloned().collect(); ].iter().cloned().collect();
} }