feat, win10, virtual display, not support message

Signed-off-by: fufesou <shuanglongchen@yeah.ne>
This commit is contained in:
fufesou
2023-11-20 21:44:25 +08:00
parent 3a6f56ebbc
commit 83dbf88ffb
47 changed files with 134 additions and 83 deletions

View File

@@ -154,15 +154,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("config_screen", "For å kunne få adgang til ditt skrivebord med fjernstyring, må du gi Rustdesk \"skjerstøtte \" tillatelser."),
("Installing ...", "Installerer ..."),
("Install", "installer"),
("installasjon", "Installasjon"),
("installasjon Path", "Installasjonssti"),
("Installation", ""),
("Installation Path", ""),
("Create start menu shortcuts", "Oppret start meny snarvei"),
("Create desktop icon", "Oppret skrivebords-snarvei"),
("agreement_tip", "Hvis du starter installasjonen, må du akseptere lisensavtalen"),
("Accept and Install", "Aksepter og installer"),
("End-user license agreement", "Lisensavtale for sluttbrukere"),
("Generating ...", "Genererer kode ..."),
("Your installasjon is lower version.", "Din installasjon er en eldre versjon."),
("Your installation is lower version.", ""),
("not_close_tcp_tip", "Ikke lukk dette vinduet, mens du bruker tunnelen."),
("Listening ...", "Lytter ..."),
("Remote Host", "Fjern-Host"),
@@ -532,8 +532,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change Color", ""),
("Primary Color", ""),
("HSV Color", ""),
("installasjon Successful!", ""),
("installasjon failed!", ""),
("Installation Successful!", ""),
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("{} sessions", ""),
("scam_title", ""),
@@ -572,5 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("privacy_mode_impl_virtual_display_tip", ""),
("Enter privacy mode", ""),
("Exit privacy mode", ""),
("idd_not_support_tip", ""),
].iter().cloned().collect();
}