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

21 lines
592 B
JSON
Raw Normal View History

2021-02-27 00:05:45 +00:00
{
"config": {
"abort": {
2021-02-28 00:07:08 +00:00
"already_configured": "Denne flyplassen er allerede konfigurert"
2021-02-27 00:05:45 +00:00
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_airport": "Flyplasskoden er ikke gyldig",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"id": "Flyplass"
},
"description": "Skriv inn en amerikansk flyplasskode i IATA-format",
"title": "FAA forsinkelser"
}
}
}
}