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

22 lines
656 B
JSON
Raw Normal View History

2020-10-08 00:06:03 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig."
},
"error": {
2020-10-19 00:03:28 +00:00
"invalid_discovery_topic": "Ugyldig prefiks for oppdagelsesemne"
2020-10-08 00:06:03 +00:00
},
"step": {
"config": {
"data": {
"discovery_prefix": "Prefiks for oppdagelsesemne"
},
"description": "Vennligst skriv inn Tasmota-konfigurasjonen.",
2020-10-13 00:03:24 +00:00
"title": ""
2020-10-10 00:05:05 +00:00
},
"confirm": {
"description": "Vil du sette opp Tasmota?"
2020-10-08 00:06:03 +00:00
}
}
}
}