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

27 lines
847 B
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
2020-06-09 00:05:22 +00:00
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Enheten er allerede konfigurert",
2020-10-06 00:08:09 +00:00
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Tilkobling mislyktes"
2020-06-09 00:05:22 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{host}",
2020-06-09 00:05:22 +00:00
"step": {
"confirm": {
2020-10-17 00:06:00 +00:00
"description": "Vil du legge Arcam FMJ p\u00e5 `{host}` til Home Assistant?"
2020-06-09 00:05:22 +00:00
},
"user": {
2020-07-27 00:02:58 +00:00
"data": {
2020-09-08 00:04:13 +00:00
"host": "Vert",
2020-10-15 00:03:50 +00:00
"port": "Port"
2020-07-27 00:02:58 +00:00
},
2020-06-09 00:05:22 +00:00
"description": "Vennligst skriv inn vertsnavnet eller IP-adressen til enheten."
}
}
},
2020-05-16 00:03:50 +00:00
"device_automation": {
"trigger_type": {
"turn_on": "{entity_name} ble bedt om \u00e5 sl\u00e5 p\u00e5"
}
2020-05-29 00:04:16 +00:00
}
2019-09-02 05:30:09 +00:00
}