From ceb78aa095052d2af267c35b1568d79bca00aeee Mon Sep 17 00:00:00 2001 From: Integral Date: Fri, 28 Jul 2023 23:48:11 +0800 Subject: [PATCH] Update cn.rs --- src/lang/cn.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/cn.rs b/src/lang/cn.rs index d15c21d4b..b4a76c62e 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -518,11 +518,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Exit", "退出"), ("Open", "打开"), ("logout_tip", "确定要退出登录吗?"), - ("Service", ""), - ("Start", ""), - ("Stop", ""), - ("exceed_max_devices", ""), - ("Sync with recent sessions", ""), - ("Sort tags", ""), + ("Service", "服务"), + ("Start", "启动"), + ("Stop", "停止"), + ("exceed_max_devices", "管理的设备数已达到最大值"), + ("Sync with recent sessions", "同步最近会话"), + ("Sort tags", "对标签进行排序"), ].iter().cloned().collect(); }