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"),
|
||||
("android_open_battery_optimizations_tip", "Möchten Sie die Batterieopimierungs-Einstellungen öffnen?"),
|
||||
("Connection not allowed", "Verbindung abgelehnt"),
|
||||
("Use temporary password", ""),
|
||||
("Use permanent password", ""),
|
||||
("Use both passwords", ""),
|
||||
("Set permanent password", ""),
|
||||
("Set temporary password length", ""),
|
||||
("Enable Remote Restart", ""),
|
||||
("Allow remote restart", ""),
|
||||
("Restart Remote Device", ""),
|
||||
("Are you sure you want to restart", ""),
|
||||
("Restarting Remote Device", ""),
|
||||
("Remote device is restarting, please close this message box and reconnect with permanent password after a while", ""),
|
||||
("Use temporary password", "Temporäres Passwort verwenden"),
|
||||
("Use permanent password", "Dauerhaftes Passwort verwenden"),
|
||||
("Use both passwords", "Beide Passwörter verwenden"),
|
||||
("Set permanent password", "Dauerhaftes Passwort setzen"),
|
||||
("Set temporary password length", "Länge des temporären Passworts setzen"),
|
||||
("Enable Remote Restart", "Entfernten Neustart aktivieren"),
|
||||
("Allow remote restart", "Entfernten Neustart erlauben"),
|
||||
("Restart Remote Device", "Entferntes Gerät neu starten"),
|
||||
("Are you sure you want to restart", "Möchten Sie das entfernte Gerät wirklich neu starten?"),
|
||||
("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", "Entferntes Gerät startet neu, bitte schließen Sie diese Meldung und verbinden Sie sich mit dem dauerhaften Passwort erneut."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user