mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-18 07:43:01 +08:00
Update de.rs
This commit is contained in:
parent
9b21182886
commit
d5eea27318
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user