more trans

This commit is contained in:
rustdesk
2022-04-06 10:51:24 +08:00
parent f370c60d06
commit 840413db5f
11 changed files with 30 additions and 30 deletions

View File

@@ -265,5 +265,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_stop_service_tip", "关闭服务将自动关闭所有已建立的连接。"),
("android_version_audio_tip", "当前安卓版本不支持音频录制请升级至安卓10或更高。"),
("android_start_service_tip", "点击 [启动服务] 或打开 [屏幕录制] 权限开启手机屏幕共享服务。"),
("Account", "账号"),
].iter().cloned().collect();
}