refactor(gbk_text): 重构GBK文本常量定义并优化命名 移除过时的文本定义,使用更简洁通用的名称替换原有特定功能的文本 常量,并更新相应的长度定义和别名映射。 BREAKING CHANGE: 原有的特定功能文本常量已被移除,需使用新的通 用名称进行访问。 ```
23 lines
431 B
Plaintext
23 lines
431 B
Plaintext
# 按摩仪核心文本
|
|
text_device_name=智能按摩仪
|
|
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 = 已结束
|
|
|
|
|
|
|