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

42 lines
1.4 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",
"reauth_successful": "Herauthenticatie was succesvol"
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:",
"title": "Verifieer de integratie opnieuw"
},
2021-10-02 12:59:05 +00:00
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer uw gebruikersnaam en wachtwoord in:"
}
}
}
}