mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 15:51:29 +03:00
Update tw.rs (#14138)
This commit is contained in:
@@ -729,15 +729,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("server-oss-not-support-tip", "注意:RustDesk 開源伺服器 (OSS server) 不包含此功能。"),
|
("server-oss-not-support-tip", "注意:RustDesk 開源伺服器 (OSS server) 不包含此功能。"),
|
||||||
("input note here", "輸入備註"),
|
("input note here", "輸入備註"),
|
||||||
("note-at-conn-end-tip", "在連接結束時請求備註"),
|
("note-at-conn-end-tip", "在連接結束時請求備註"),
|
||||||
("Show terminal extra keys", ""),
|
("Show terminal extra keys", "顯示終端機額外按鍵"),
|
||||||
("Relative mouse mode", ""),
|
("Relative mouse mode", "相對滑鼠模式"),
|
||||||
("rel-mouse-not-supported-peer-tip", ""),
|
("rel-mouse-not-supported-peer-tip", "被控端不支援相對滑鼠模式"),
|
||||||
("rel-mouse-not-ready-tip", ""),
|
("rel-mouse-not-ready-tip", "相對滑鼠模式尚未就緒,請稍候再試"),
|
||||||
("rel-mouse-lock-failed-tip", ""),
|
("rel-mouse-lock-failed-tip", "無法鎖定游標,相對滑鼠模式已停用"),
|
||||||
("rel-mouse-exit-{}-tip", ""),
|
("rel-mouse-exit-{}-tip", "按下 {} 退出"),
|
||||||
("rel-mouse-permission-lost-tip", ""),
|
("rel-mouse-permission-lost-tip", "鍵盤權限被撤銷,相對滑鼠模式已被停用"),
|
||||||
("Changelog", ""),
|
("Changelog", "更新日誌"),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user