更新翻译

This commit is contained in:
不吃油炸鸡
2026-01-28 19:44:16 +08:00
parent 42f9ecceeb
commit fd8b408d63

View File

@@ -18,12 +18,14 @@ static inline uint32_t op_f(uint32_t val) { UNUSED(val); return 0; }
static inline uint32_t op_t(uint32_t val) { UNUSED(val); return 0; }
static lv_i18n_phrase_t en_singulars[] = {
{"press here to Variable", "press here to Variable"},
{"press to Step Adjust", "press to Step Adjust"},
{"press here to Fixed Set", "press here to Fixed Set"},
{"press here to close PD", "press here to close PD"},
{"Screen Brightness :", "Screen Brightness :"},
{"Enable key sound", "Enable key sound"},
{"Enable Chinese", "Enable Chinese"},
{"Chose Rotation", "Chose Rotation"},
{"PD Setting", "PD Setting"},
{NULL, NULL} // End mark
};
@@ -47,12 +49,14 @@ static const lv_i18n_lang_t en_lang = {
};
static lv_i18n_phrase_t zh_cn_singulars[] = {
{"press here to Variable", "入步进调"},
{"press here to close PD", "关闭PD"},
{"press to Step Adjust", " 入 步 进 调 "},
{"press here to Fixed Set", "进 入 固 定 调 节"},
{"press here to close PD", "关 闭 PD 诱 骗"},
{"Screen Brightness :", "屏 幕 亮 度 :"},
{"Enable key sound", "按 键 声 音"},
{"Enable Chinese", "中 英 文 切 换"},
{"Chose Rotation", "转角度"},
{"Chose Rotation", " 转 角 度 :"},
{"PD Setting", "PD 诱 骗"},
{NULL, NULL} // End mark
};