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

48 lines
1.7 KiB
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
"already_configured": "Deze co\u00f6rdinaten of Node / Pro ID zijn al geregistreerd."
},
2020-04-29 00:03:31 +00:00
"error": {
2020-05-01 00:02:55 +00:00
"general_error": "Er is een onbekende fout opgetreden.",
"unable_to_connect": "Kan geen verbinding maken met Node / Pro-apparaat."
2020-04-29 00:03:31 +00:00
},
"step": {
"geography": {
"data": {
"latitude": "Breedtegraad",
"longitude": "Lengtegraad"
},
2020-05-01 00:02:55 +00:00
"description": "Gebruik de AirVisual cloud API om een geografische locatie te bewaken.",
2020-04-29 00:03:31 +00:00
"title": "Configureer een geografie"
},
"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
},
"user": {
"data": {
"cloud_api": "Geografische ligging",
2020-05-01 00:02:55 +00:00
"node_pro": "AirVisual Node Pro",
2020-04-29 00:03:31 +00:00
"type": "Integratietype"
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
}
}
}
}