```
refactor(gbk_text): 重构GBK文本常量定义并优化命名 移除过时的文本定义,使用更简洁通用的名称替换原有特定功能的文本 常量,并更新相应的长度定义和别名映射。 BREAKING CHANGE: 原有的特定功能文本常量已被移除,需使用新的通 用名称进行访问。 ```
This commit is contained in:
@@ -1,23 +1,22 @@
|
||||
# 按摩仪核心文本
|
||||
text_device_name=智能按摩仪
|
||||
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级
|
||||
text_massage_time_10=按摩时间:10分钟
|
||||
text_massage_time_15=按摩时间:15分钟
|
||||
text_massage_time_20=按摩时间:20分钟
|
||||
text_massage_time_30=按摩时间:30分钟
|
||||
text_massage_time_cont=按摩时间:持续
|
||||
text_remaining_time=剩余按摩时间为:%d
|
||||
text_loading = 加载中
|
||||
|
||||
text_massage_on = 按摩启动
|
||||
text_massage_off = 按摩停止
|
||||
|
||||
text_heat_on = 加热启动
|
||||
text_heat_off = 加热停止
|
||||
|
||||
text_gear = %d级
|
||||
text_time = %d分钟
|
||||
text_cont = 持续
|
||||
|
||||
text_remaining = 剩余%d分
|
||||
|
||||
text_running = 运行中
|
||||
text_paused = 已暂停
|
||||
text_ended = 已结束
|
||||
|
||||
|
||||
|
||||
# 补充辅助文本)
|
||||
text_heating_on=加热已开启!
|
||||
text_heating_off=加热已关闭!
|
||||
text_massage_running=按摩中!
|
||||
text_massage_paused=按摩已暂停!
|
||||
text_massage_ended=按摩已结束!
|
||||
|
||||
Reference in New Issue
Block a user