core/homeassistant/components/vacuum/translations/hu.json

29 lines
893 B
JSON

{
"device_automation": {
"action_type": {
"clean": "{entity_name} takar\u00edt\u00e1s ind\u00edt\u00e1sa",
"dock": "{entity_name} visszak\u00fcld\u00e9se a dokkol\u00f3ra"
},
"condition_type": {
"is_cleaning": "{entity_name} takar\u00edt",
"is_docked": "{entity_name} dokkolva van"
},
"trigger_type": {
"cleaning": "{entity_name} elkezdett takar\u00edtani",
"docked": "{entity_name} dokkolt"
}
},
"state": {
"_": {
"cleaning": "Takar\u00edt\u00e1s",
"docked": "Dokkolva",
"error": "Hiba",
"idle": "T\u00e9tlen",
"off": "Ki",
"on": "Be",
"paused": "Sz\u00fcnetel",
"returning": "Dokkol\u00e1s folyamatban"
}
},
"title": "Porsz\u00edv\u00f3"
}