Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk

This commit is contained in:
rustdesk 2022-07-27 16:02:31 +08:00
commit 7d8da4acbe

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_restarting_tip", ""), ("remote_restarting_tip", "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();
} }