diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 26d2f7b49..e712c0ad5 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -604,7 +604,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("ab_web_console_tip", "打开 Web 控制台以执行更多操作"), ("allow-only-conn-window-open-tip", "仅当 RustDesk 窗口打开时允许连接"), ("no_need_privacy_mode_no_physical_displays_tip", "没有物理显示器,没必要使用隐私模式。"), - ("Follow remote cursor", ""), - ("Follow remote window focus", ""), + ("Follow remote cursor", "跟随远程光标"), + ("Follow remote window focus", "跟随远程窗口焦点"), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 5181d3074..0790054d6 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -602,8 +602,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Everyone", "所有人"), ("ab_web_console_tip", "打開 Web 控制台以進行更多操作"), ("allow-only-conn-window-open-tip", "只在 RustDesk 視窗開啟時允許連接"), - ("no_need_privacy_mode_no_physical_displays_tip", ""), - ("Follow remote cursor", ""), - ("Follow remote window focus", ""), + ("no_need_privacy_mode_no_physical_displays_tip", "沒有物理螢幕,沒必要使用隱私模式。"), + ("Follow remote cursor", "跟隨遠端游標"), + ("Follow remote window focus", "跟隨遠端視窗焦點"), ].iter().cloned().collect(); }