mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更新翻译
This commit is contained in:
@@ -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 inline uint32_t op_t(uint32_t val) { UNUSED(val); return 0; }
|
||||||
|
|
||||||
static lv_i18n_phrase_t en_singulars[] = {
|
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"},
|
{"press here to close PD", "press here to close PD"},
|
||||||
{"Screen Brightness :", "Screen Brightness :"},
|
{"Screen Brightness :", "Screen Brightness :"},
|
||||||
{"Enable key sound", "Enable key sound"},
|
{"Enable key sound", "Enable key sound"},
|
||||||
{"Enable Chinese", "Enable Chinese"},
|
{"Enable Chinese", "Enable Chinese"},
|
||||||
{"Chose Rotation", "Chose Rotation"},
|
{"Chose Rotation", "Chose Rotation"},
|
||||||
|
{"PD Setting", "PD Setting"},
|
||||||
{NULL, NULL} // End mark
|
{NULL, NULL} // End mark
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -47,12 +49,14 @@ static const lv_i18n_lang_t en_lang = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static lv_i18n_phrase_t zh_cn_singulars[] = {
|
static lv_i18n_phrase_t zh_cn_singulars[] = {
|
||||||
{"press here to Variable", "进入步进调节"},
|
{"press to Step Adjust", "进 入 步 进 调 节"},
|
||||||
{"press here to close PD", "关闭PD"},
|
{"press here to Fixed Set", "进 入 固 定 调 节"},
|
||||||
|
{"press here to close PD", "关 闭 PD 诱 骗"},
|
||||||
{"Screen Brightness :", "屏 幕 亮 度 :"},
|
{"Screen Brightness :", "屏 幕 亮 度 :"},
|
||||||
{"Enable key sound", "按 键 声 音"},
|
{"Enable key sound", "按 键 声 音"},
|
||||||
{"Enable Chinese", "中 英 文 切 换"},
|
{"Enable Chinese", "中 英 文 切 换"},
|
||||||
{"Chose Rotation", "旋转角度"},
|
{"Chose Rotation", "旋 转 角 度 :"},
|
||||||
|
{"PD Setting", "PD 诱 骗"},
|
||||||
{NULL, NULL} // End mark
|
{NULL, NULL} // End mark
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user