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:
pppanghu77 2024-10-29 13:54:16 +08:00 committed by GitHub
parent f0450db203
commit 26d23d588a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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", "构建日期"),