Update cn.rs

This commit is contained in:
Integral 2023-07-28 23:48:11 +08:00
parent 6dd476fecb
commit ceb78aa095

View File

@ -518,11 +518,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "退出"), ("Exit", "退出"),
("Open", "打开"), ("Open", "打开"),
("logout_tip", "确定要退出登录吗?"), ("logout_tip", "确定要退出登录吗?"),
("Service", ""), ("Service", "服务"),
("Start", ""), ("Start", "启动"),
("Stop", ""), ("Stop", "停止"),
("exceed_max_devices", ""), ("exceed_max_devices", "管理的设备数已达到最大值"),
("Sync with recent sessions", ""), ("Sync with recent sessions", "同步最近会话"),
("Sort tags", ""), ("Sort tags", "对标签进行排序"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }