mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 08:01:03 +03:00
add reconnect button on Connection Error
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -209,7 +209,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Closed manually by the peer", "Handmatig gesloten door de peer"),
|
||||
("Enable remote configuration modification", "Wijziging configuratie op afstand inschakelen"),
|
||||
("Run without install", "Uitvoeren zonder installatie"),
|
||||
("Always connected via relay", "Altijd verbonden via relay"),
|
||||
("Connect via relay", ""),
|
||||
("Always connect via relay", "Altijd verbinden via relay"),
|
||||
("whitelist_tip", "Alleen een IP-adres op de witte lijst krijgt toegang tot mijn toestel"),
|
||||
("Login", "Log In"),
|
||||
@@ -449,5 +449,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Voice call", "Spraakoproep"),
|
||||
("Text chat", "Tekst chat"),
|
||||
("Stop voice call", "Stop spraakoproep"),
|
||||
].iter().cloned().collect();
|
||||
("relay_hint_tip", ""),
|
||||
("Reconnect", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user