加入字体

This commit is contained in:
不吃油炸鸡
2026-02-21 10:58:58 +08:00
parent e02d3bf346
commit c49a16a483
2 changed files with 401 additions and 31 deletions

View File

@@ -25,7 +25,8 @@ static lv_i18n_phrase_t en_singulars[] = {
{"Enable key sound", "Enable key sound"},
{"Enable Chinese", "Enable Chinese"},
{"Chose Rotation", "Chose Rotation"},
{"PD Setting", "PD Setting"},
{"PD Sink", "PD Sink"},
{"Please reboot to apply\nall changes!", "Please reboot to apply\nall changes!"},
{NULL, NULL} // End mark
};
@@ -56,7 +57,8 @@ static lv_i18n_phrase_t zh_cn_singulars[] = {
{"Enable key sound", "按 键 声 音"},
{"Enable Chinese", "中 英 文 切 换"},
{"Chose Rotation", "旋 转 角 度 :"},
{"PD Setting", "PD 诱 骗"},
{"PD Sink", "PD 诱 骗"},
{"Please reboot to apply\nall changes!", "请重启以应用\n所有更改!"},
{NULL, NULL} // End mark
};