From fd8b408d63c5afefc0c0377d42f3a40847c2045d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Wed, 28 Jan 2026 19:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/User/GUI/common/lv_i18n.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Power_Pico/User/GUI/common/lv_i18n.c b/Power_Pico/User/GUI/common/lv_i18n.c index ebe4126..5fae929 100644 --- a/Power_Pico/User/GUI/common/lv_i18n.c +++ b/Power_Pico/User/GUI/common/lv_i18n.c @@ -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"}, - {"Screen Brightness :", "屏幕亮度 :"}, - {"Enable key sound", "按键声音"}, - {"Enable Chinese", "中英文切换"}, - {"Chose Rotation", "旋转角度"}, + {"press to Step Adjust", "进 入 步 进 调 节"}, + {"press here to Fixed Set", "进 入 固 定 调 节"}, + {"press here to close PD", "关 闭 PD 诱 骗"}, + {"Screen Brightness :", "屏 幕 亮 度 :"}, + {"Enable key sound", "按 键 声 音"}, + {"Enable Chinese", "中 英 文 切 换"}, + {"Chose Rotation", "旋 转 角 度 :"}, + {"PD Setting", "PD 诱 骗"}, {NULL, NULL} // End mark };