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

52 lines
1.6 KiB
JSON
Raw Normal View History

2021-10-02 12:59:05 +00:00
{
"config": {
"abort": {
2021-10-14 00:11:41 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2021-10-02 12:59:05 +00:00
},
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout",
"unknown_coordinates": "Geen gegevens voor lengte-/breedtegraad"
},
"step": {
"coordinates": {
"data": {
"latitude": "Breedtegraad",
"longitude": "Lengtegraad"
},
"description": "Voer de breedtegraad en de lengtegraad in die u wilt monitoren:"
},
"location": {
"data": {
"location_type": "Locatie"
},
"description": "Kies een locatie om te monitoren:"
},
2021-10-14 00:11:41 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het wachtwoord voor {username} opnieuw in:",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2021-10-14 00:11:41 +00:00
},
2021-10-02 12:59:05 +00:00
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer uw gebruikersnaam en wachtwoord in:"
}
}
2021-10-28 00:11:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Toon gemonitorde locatie op de kaart"
},
"title": "Configureer WattTime"
}
}
2021-10-02 12:59:05 +00:00
}
}