mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
fix: [translations] Add the translation in cn.rs (#9768)
Add the translation in cn.rs Log: Add the translation in cn.rs
This commit is contained in:
parent
f0450db203
commit
26d23d588a
@ -44,7 +44,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("id_change_tip", "只可以使用字母 a-z, A-Z, 0-9, _ (下划线)。首字母必须是 a-z, A-Z。长度在 6 与 16 之间。"),
|
("id_change_tip", "只可以使用字母 a-z, A-Z, 0-9, _ (下划线)。首字母必须是 a-z, A-Z。长度在 6 与 16 之间。"),
|
||||||
("Website", "网站"),
|
("Website", "网站"),
|
||||||
("About", "关于"),
|
("About", "关于"),
|
||||||
("Slogan_tip", ""),
|
("Slogan_tip", "在这个混乱的世界中,用心制作!"),
|
||||||
("Privacy Statement", "隐私声明"),
|
("Privacy Statement", "隐私声明"),
|
||||||
("Mute", "静音"),
|
("Mute", "静音"),
|
||||||
("Build Date", "构建日期"),
|
("Build Date", "构建日期"),
|
||||||
|
Loading…
Reference in New Issue
Block a user