This commit is contained in:
rustdesk
2022-12-04 18:38:50 +08:00
parent f624f74991
commit 3c584a7c01
29 changed files with 843 additions and 813 deletions

View File

@@ -301,7 +301,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_open_battery_optimizations_tip", "Möchten Sie die Einstellungen zur Batterieopimierung öffnen?"),
("Connection not allowed", "Verbindung abgelehnt"),
("Legacy mode", "Kompatibilitätsmodus"),
("Map mode", ""), //Muss noch angepasst werden
("Map mode", ""), //Muss noch angepasst wer"),
("Translate mode", "Übersetzungsmodus"),
("Use permanent password", "Permanentes Passwort verwenden"),
("Use both passwords", "Beide Passwörter verwenden"),
@@ -367,7 +367,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable LAN Discovery", "LAN-Erkennung aktivieren"),
("Deny LAN Discovery", "LAN-Erkennung verbieten"),
("Write a message", "Nachricht schreiben"),
("Prompt", ""), //Aufforderung?
("Prompt", ""), //Aufforderu"),
("Please wait for confirmation of UAC...", "Bitte auf die Bestätigung des Nutzers warten..."),
("elevated_foreground_window_tip", ""),
("Disconnected", "Verbindung abgebrochen"),
@@ -396,6 +396,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-time password length", "Länge des Einmalpassworts"),
("Request access to your device", "Zugriff zu Ihrem Gerät erbitten"),
("Hide connection management window", "Fenster zur Verwaltung der Verbindung verstecken"),
("hide_cm_tip", "Dies ist nur möglich, wenn der Zugriff nur über ein permanentes Passwort erfolgt."), // Sehr unklar. Muss noch angepasst werden. Original: Allow hiding only if accepting sessions via password and using pernament password
("hide_cm_tip", "Dies ist nur möglich, wenn der Zugriff nur über ein permanentes Passwort erfolgt."), // Sehr unklar. Muss noch angepasst werden. Original: Allow hiding only if accepting sessions via password and using pernament passw"),
("wayland_experiment_tip", ""),
].iter().cloned().collect();
}