core/homeassistant/components/ambient_station/translations/nl.json

20 lines
516 B
JSON
Raw Normal View History

2019-02-13 23:44:18 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
2022-05-22 00:22:43 +00:00
"already_configured": "Dienst is al geconfigureerd"
2020-11-07 00:04:02 +00:00
},
2019-02-13 23:44:18 +00:00
"error": {
2021-03-16 00:04:36 +00:00
"invalid_key": "Ongeldige API-sleutel",
2019-02-13 23:44:18 +00:00
"no_devices": "Geen apparaten gevonden in account"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
"app_key": "Applicatiesleutel"
},
"title": "Vul uw gegevens in"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-13 23:44:18 +00:00
}