This commit is contained in:
rustdesk 2024-10-09 10:19:24 +08:00
parent 4b3b31147e
commit 38fcf4e039
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start the screen sharing service on boot, requires special permissions", "开机自动启动屏幕共享服务,此功能需要一些特殊权限。"), ("Start the screen sharing service on boot, requires special permissions", "开机自动启动屏幕共享服务,此功能需要一些特殊权限。"),
("Connection not allowed", "对方不允许连接"), ("Connection not allowed", "对方不允许连接"),
("Legacy mode", "传统模式"), ("Legacy mode", "传统模式"),
("Map mode", "11 传输"), ("Map mode", "1:1 传输"),
("Translate mode", "翻译模式"), ("Translate mode", "翻译模式"),
("Use permanent password", "使用固定密码"), ("Use permanent password", "使用固定密码"),
("Use both passwords", "同时使用两种密码"), ("Use both passwords", "同时使用两种密码"),

View File

@ -310,7 +310,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start the screen sharing service on boot, requires special permissions", "開機時啟動螢幕分享服務,需要特殊權限。"), ("Start the screen sharing service on boot, requires special permissions", "開機時啟動螢幕分享服務,需要特殊權限。"),
("Connection not allowed", "不允許連線"), ("Connection not allowed", "不允許連線"),
("Legacy mode", "傳統模式"), ("Legacy mode", "傳統模式"),
("Map mode", "11 傳輸模式"), ("Map mode", "1:1 傳輸模式"),
("Translate mode", "翻譯模式"), ("Translate mode", "翻譯模式"),
("Use permanent password", "使用固定密碼"), ("Use permanent password", "使用固定密碼"),
("Use both passwords", "同時使用兩種密碼"), ("Use both passwords", "同時使用兩種密碼"),