fix:添加清空显示区域函数,使用任务事件组init_ok同步初始化 完善屏幕显示
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 按摩仪核心文本
|
||||
text_device_name=智能按摩仪
|
||||
text_device_loading=设备加载中请稍候
|
||||
text_start_massage=开始按摩
|
||||
text_start_heating=开始加热
|
||||
text_stop_massage=停止按摩
|
||||
text_stop_heating=停止加热
|
||||
text_device_loading=设备加载中,请稍候!
|
||||
text_start_massage=开始按摩!
|
||||
text_start_heating=开始加热!
|
||||
text_stop_massage=停止按摩!
|
||||
text_stop_heating=停止加热!
|
||||
text_massage_gear_1=按摩档位:1级
|
||||
text_massage_gear_2=按摩档位:2级
|
||||
text_massage_gear_3=按摩档位:3级
|
||||
@@ -16,8 +16,8 @@ text_massage_time_cont=按摩时间:持续
|
||||
text_remaining_time=剩余按摩时间为:%d
|
||||
|
||||
# 补充辅助文本)
|
||||
text_heating_on=加热已开启
|
||||
text_heating_off=加热已关闭
|
||||
text_massage_running=按摩中
|
||||
text_massage_paused=按摩已暂停
|
||||
text_massage_ended=按摩已结束
|
||||
text_heating_on=加热已开启!
|
||||
text_heating_off=加热已关闭!
|
||||
text_massage_running=按摩中!
|
||||
text_massage_paused=按摩已暂停!
|
||||
text_massage_ended=按摩已结束!
|
||||
|
||||
Reference in New Issue
Block a user