Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add dishwasher message translation #1755

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions custom_components/xiaomi_miot/core/translation_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,32 @@
'timed': '定时烘干',
},

'dishwasher': {
'dishwasher status': '状态',
'dishwasher switch status': '开关',
'dishwasher mode': '洗涤模式',
'Start Wash': '开始洗涤',
'Stop Washing': '停止洗涤',
'dishwasher left time': '洗涤剩余时间',
},
'dishwasher.mode': {
'Basic': '标准洗',
'Energy Saving': '节能洗',
'Quick Wash': '快速洗',
'Intensive': '强力洗',
'Glass': '玻璃洗',
'Disinfecting': '消毒洗',
},
'dishwasher.status': {
'Off': '已关机',
'Idle': '已停止',
'Busy': '工作中',
'Paused': '暂停',
'Completed': '洗涤完成',
'Delay': '已预约',
'Preservation': '保留',
},

'water_heater': {
'water heater': '热水器',
},
Expand Down