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

63 lines
2.3 KiB
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Locatie is al geconfigureerd. of Node/Pro IDis al geregistreerd.",
2021-02-24 00:04:14 +00:00
"reauth_successful": "Herauthenticatie was succesvol"
2020-05-01 00:02:55 +00:00
},
2020-04-29 00:03:31 +00:00
"error": {
2020-10-09 00:04:33 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-05-01 00:02:55 +00:00
"general_error": "Er is een onbekende fout opgetreden.",
2021-02-24 00:04:14 +00:00
"invalid_api_key": "Ongeldige API-sleutel",
"location_not_found": "Locatie niet gevonden"
2020-04-29 00:03:31 +00:00
},
"step": {
2021-02-24 00:04:14 +00:00
"geography_by_coords": {
"data": {
"api_key": "API-sleutel",
"latitude": "Breedtegraad",
"longitude": "Lengtegraad"
2021-03-16 00:04:36 +00:00
},
"description": "Gebruik de AirVisual-cloud-API om een lengte- / breedtegraad te bewaken.",
"title": "Configureer een geografie"
2021-02-24 00:04:14 +00:00
},
"geography_by_name": {
"data": {
"api_key": "API-sleutel",
"city": "Stad",
2021-03-16 00:04:36 +00:00
"country": "Land",
"state": "staat"
2021-02-24 00:04:14 +00:00
},
2021-03-16 00:04:36 +00:00
"description": "Gebruik de AirVisual-cloud-API om een stad/staat/land te bewaken.",
"title": "Configureer een geografie"
2021-02-24 00:04:14 +00:00
},
2020-04-29 00:03:31 +00:00
"node_pro": {
"data": {
2020-05-13 18:27:21 +00:00
"ip_address": "IP adres/hostname van component",
"password": "Wachtwoord van component"
2020-05-01 00:02:55 +00:00
},
"description": "Monitor een persoonlijke AirVisual-eenheid. Het wachtwoord kan worden opgehaald uit de gebruikersinterface van het apparaat.",
"title": "Configureer een AirVisual Node / Pro"
2020-04-29 00:03:31 +00:00
},
2020-11-07 00:04:02 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-sleutel"
},
"title": "Verifieer AirVisual opnieuw"
},
2020-04-29 00:03:31 +00:00
"user": {
2020-05-01 00:02:55 +00:00
"description": "Kies welk type AirVisual-gegevens u wilt bewaken.",
"title": "Configureer AirVisual"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Toon gecontroleerde geografie op de kaart"
},
"title": "Configureer AirVisual"
2020-04-29 00:03:31 +00:00
}
}
}
}