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

27 lines
876 B
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
2020-06-09 00:05:22 +00:00
"config": {
"abort": {
"already_configured": "Enheten var allerede konfigurert.",
2020-10-06 00:08:09 +00:00
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede",
2020-06-09 00:05:22 +00:00
"unable_to_connect": "Kan ikke koble til enheten."
},
"flow_title": "Arcam FMJ p\u00e5 {host}",
"step": {
"confirm": {
"description": "Vil du legge Arcam FMJ p\u00e5 ` {host} ` til Home Assistant? "
},
"user": {
2020-07-27 00:02:58 +00:00
"data": {
2020-09-08 00:04:13 +00:00
"host": "Vert",
"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
}