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

16 lines
480 B
JSON
Raw Normal View History

2019-11-09 00:32:20 +00:00
{
"device_automation": {
"action_type": {
"clean": "La {entity_name} rengj\u00f8res",
"dock": "La {entity_name} tilbake til dock"
},
"condtion_type": {
"is_cleaning": "{entity_name} rengj\u00f8res",
"is_docked": "{entity_name} er docked"
},
"trigger_type": {
"cleaning": "{entity_name} startet rengj\u00f8ringen",
"docked": "{entity_name} dokket"
}
}
}