add new service install tip in Chinese

This commit is contained in:
chenbaiyu
2022-01-14 18:28:39 +08:00
parent d5286782cd
commit d0ca9de946
7 changed files with 7 additions and 5 deletions

View File

@@ -195,5 +195,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Socks5 Proxy", "Socks5 代理"),
("Hostname", "主机名"),
("Discovered", "已发现"),
("install_daemon","为了能够提供更好的\n远程桌面访问功能RustDesk\n需要\"安装系统服务\"")
].iter().cloned().collect();
}