mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Update labels for keep awake during sessions (#14391)
This commit is contained in:
parent
fd43184406
commit
34803f8e9b
1 changed files with 2 additions and 2 deletions
|
|
@ -736,8 +736,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("rel-mouse-exit-{}-tip", "按下 {} 退出"),
|
||||
("rel-mouse-permission-lost-tip", "键盘权限被撤销。相对鼠标模式已被禁用。"),
|
||||
("Changelog", "更新日志"),
|
||||
("keep-awake-during-outgoing-sessions-label", ""),
|
||||
("keep-awake-during-incoming-sessions-label", ""),
|
||||
("keep-awake-during-outgoing-sessions-label", "传出会话期间保持屏幕常亮"),
|
||||
("keep-awake-during-incoming-sessions-label", "传入会话期间保持屏幕常亮"),
|
||||
("Continue with {}", "使用 {} 登录"),
|
||||
("Display Name", "显示名称"),
|
||||
].iter().cloned().collect();
|
||||
|
|
|
|||
Loading…
Reference in a new issue