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

29 lines
830 B
JSON

{
"device_automation": {
"action_type": {
"clean": "Fes que {entity_name} netegi",
"dock": "Fes que {entity_name} torni a la base"
},
"condition_type": {
"is_cleaning": "{entity_name} est\u00e0 netejant",
"is_docked": "{entity_name} est\u00e0 acoblada"
},
"trigger_type": {
"cleaning": "{entity_name} ha comen\u00e7at a netejar",
"docked": "{entity_name} acoblada"
}
},
"state": {
"_": {
"cleaning": "Netejant",
"docked": "Aparcat",
"error": "Error",
"idle": "Inactiu",
"off": "OFF",
"on": "ON",
"paused": "Pausat",
"returning": "Retornant a la base"
}
},
"title": "Aspirador"
}