refactor mac service

This commit is contained in:
rustdesk
2022-01-17 12:05:06 +08:00
parent a12f24bf16
commit 5af1258454
22 changed files with 173 additions and 171 deletions

View File

@@ -3,7 +3,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
[
("Status", "状态"),
("Your Desktop", "你的桌面"),
("desk_tip", "你的桌面可以通过下面的 ID和密码访问。"),
("desk_tip", "你的桌面可以通过下面的ID和密码访问。"),
("Password", "密码"),
("Ready", "就绪"),
("connecting_status", "正在接入RustDesk网络..."),
@@ -109,6 +109,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("OS Password", "操作系统密码"),
("install_tip", "你正在运行未安装版本由于UAC限制作为被控端会在某些情况下无法控制鼠标键盘或者录制屏幕请点击下面的按钮将RustDesk安装到系统从而规避上述问题。"),
("Click to upgrade", "点击这里升级"),
("Click to download", "点击这里下载"),
("Click to update", "点击这里更新"),
("Configuration Permissions", "配置权限"),
("Configure", "配置"),
("config_acc", "为了能够远程控制你的桌面, 请给予RustDesk\"辅助功能\" 权限。"),
@@ -197,6 +199,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Socks5 Proxy", "Socks5 代理"),
("Hostname", "主机名"),
("Discovered", "已发现"),
("install_daemon","为了能够提供更好的\n远程桌面访问功能RustDesk\n需要\"安装系统服务\"")
("install_daemon_tip","为了开机启动,请安装系统服务")
].iter().cloned().collect();
}

View File

@@ -16,5 +16,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("whitelist_sep", "Seperated by comma, semicolon, spaces or new line"),
("Wrong credentials", "Wrong username or password"),
("invalid_http", "must start with http:// or https://"),
("install_daemon_tip","For starting on boot, you need to install system service.")
].iter().cloned().collect();
}

View File

@@ -109,6 +109,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("OS Password", "Mot de passe du système d'exploitation"),
("install_tip", "Vous utilisez une version désinstallée. En raison des restrictions UAC, en tant que terminal contrôlé, dans certains cas, il ne sera pas en mesure de contrôler la souris et le clavier ou d'enregistrer l'écran. Veuillez cliquer sur le bouton ci-dessous pour installer RustDesk au système pour éviter la question ci-dessus."),
("Click to upgrade", "Cliquez pour mettre à niveau"),
("Click to download", "Cliquez pour télécharger"),
("Click to update", "Cliquez pour mettre à jour"),
("Configuration Permissions", "Autorisations de configuration"),
("Configure", "Configurer"),
("config_acc", "Afin de pouvoir contrôler votre bureau à distance, veuillez donner l'autorisation\"accessibilité\" à RustDesk."),

View File

@@ -109,6 +109,8 @@ lazy_static::lazy_static! {
("OS Password", "Password del sistema operativo"),
("install_tip", "A causa del Controllo Account Utente, RustDesk potrebbe non funzionare correttamente come desktop remoto. Per evitare questo problema, fai click sul tasto qui sotto per installare RustDesk a livello di sistema."),
("Click to upgrade", "Fai click per aggiornare"),
("Click to download", "Cliquez per scaricare"),
("Click to update", "Fare clic per aggiornare"),
("Configuration Permissions", "Permessi di configurazione"),
("Configure", "Configura"),
("config_acc", "Per controllare il tuo desktop dall'esterno, devi fornire a RustDesk il permesso \"Accessibilità\"."),
@@ -193,4 +195,4 @@ lazy_static::lazy_static! {
("Discovered", "Scoperto"),
].iter().cloned().collect();
}