Merge pull request #5183 from Integral-Tech/master

Update cn.rs
This commit is contained in:
RustDesk 2023-07-29 11:30:27 +08:00 committed by GitHub
commit 8d92ee424f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}