1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/fan/translations/no.json

23 lines
588 B
JSON
Raw Normal View History

2019-11-09 01:32:20 +01:00
{
"device_automation": {
"action_type": {
"turn_off": "Sl\u00e5 av {entity_name}",
"turn_on": "Sl\u00e5 p\u00e5 {entity_name}"
},
2019-12-17 01:32:23 +01:00
"condition_type": {
2019-11-09 01:32:20 +01:00
"is_off": "{entity_name} er av",
"is_on": "{entity_name} er p\u00e5"
},
"trigger_type": {
"turned_off": "{entity_name} sl\u00e5tt av",
"turned_on": "{entity_name} sl\u00e5tt p\u00e5"
}
2020-04-21 01:33:54 +02:00
},
2020-04-29 02:03:31 +02:00
"state": {
"_": {
"off": "Av",
"on": "P\u00e5"
}
},
2020-04-21 01:33:54 +02:00
"title": "Vifte"
2019-11-09 01:32:20 +01:00
}