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).", "请选择要分享的画面(对端操作)。"),
("Show RustDesk", "显示rustdesk"),
("This PC", "此电脑"),
("or", ""),
("Continue with", "使用"),
].iter().cloned().collect();
}