From 34803f8e9bc625a2ceaba4cfe627713b44468c6a Mon Sep 17 00:00:00 2001 From: memory_clear <83893503+MemoryClear@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:28:19 +0800 Subject: [PATCH] Update labels for keep awake during sessions (#14391) --- src/lang/cn.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 5cb228a6e..0cc6aacd1 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -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();