feat_account: update ui

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-11-07 17:43:22 +08:00
parent a84ee7a6ec
commit dbd3df370a
26 changed files with 112 additions and 191 deletions

View File

@@ -387,5 +387,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Please Select the screen to be shared(Operate on the peer side).", "Vyberte prosím obrazovku, kterou chcete sdílet (Ovládejte na straně protějšku)."),
("Show RustDesk", ""),
("This PC", ""),
("or", ""),
("Continue with", ""),
].iter().cloned().collect();
}