This commit is contained in:
rustdesk
2022-04-20 15:45:33 +08:00
parent 605a52aebb
commit 4829b87546
10 changed files with 24 additions and 33 deletions

View File

@@ -126,7 +126,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Click to upgrade", "点击这里升级"),
("Click to download", "点击这里下载"),
("Click to update", "点击这里更新"),
("Configuration Permissions", "配置权限"),
("Configure", "配置"),
("config_acc", "为了能够远程控制你的桌面, 请给予RustDesk\"辅助功能\" 权限。"),
("config_screen", "为了能够远程访问你的桌面, 请给予RustDesk\"屏幕录制\" 权限。"),
@@ -250,7 +249,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("items", "个项目"),
("Selected", "已选择"),
("Screen Capture", "屏幕录制"),
("Mouse Control", "鼠标输入"),
("Input Control", "输入控制"),
("File Transfer", "文件传输"),
("Audio Capture", "音频录制"),
("File Connection", "文件连接"),
@@ -258,8 +257,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Do you accept?", "是否接受?"),
("Open System Setting", "打开系统设置"),
("How to get Android input permission?", "如何获取安卓的输入权限?"),
("android_input_permission_tip1", "获取输入权限后可以让远程设备通过鼠标控制这台安卓设备"),
("android_input_permission_tip2", "请在接下来的系统设置页面里,找到并进入 [已安装的服务] 页面,将 [RustDesk Input] 服务开启"),
("android_input_permission_tip1", "為了讓遠程設備通過鼠標或者觸屏控制您的安卓設備你需要允許RustDesk使用\"無障礙\"服務。"),
("android_input_permission_tip2", "请在接下来的系统设置页面里,找到并进入 [已安装的服务] 页面,将 [RustDesk Input] 服务开启"),
("android_new_connection_tip", "收到新的连接控制请求,对方想要控制你当前的设备。"),
("android_service_will_start_tip", "开启录屏权限将自动开启服务,允许其他设备向此设备请求建立连接。"),
("android_stop_service_tip", "关闭服务将自动关闭所有已建立的连接。"),