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

23 lines
663 B
JSON
Raw Normal View History

2018-09-24 10:01:01 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Kun en enkelt konfigurasjon av MQTT er tillatt."
},
"error": {
"cannot_connect": "Kan ikke koble til megleren."
},
"step": {
"broker": {
"data": {
"broker": "Megler",
"password": "Passord",
"port": "Port",
"username": "Brukernavn"
},
"description": "Vennligst oppgi tilkoblingsinformasjonen for din MQTT megler.",
"title": "MQTT"
}
},
"title": "MQTT"
}
}