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

32 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Account is al geconfigureerd",
2021-11-17 00:13:20 +00:00
"no_locations": "Er zijn geen locaties beschikbaar voor deze gebruiker, controleer de instellingen van TotalConnect",
2021-02-24 00:04:14 +00:00
"reauth_successful": "Herauthenticatie was succesvol"
2020-04-29 00:03:31 +00:00
},
"error": {
2021-03-16 00:04:36 +00:00
"invalid_auth": "Ongeldige authenticatie",
"usercode": "Gebruikerscode niet geldig voor deze gebruiker op deze locatie"
2020-04-29 00:03:31 +00:00
},
"step": {
2021-02-25 00:05:20 +00:00
"locations": {
"data": {
2021-05-28 00:19:07 +00:00
"usercode": "Gebruikerscode"
2021-03-16 00:04:36 +00:00
},
2021-05-28 00:19:07 +00:00
"description": "Voer de gebruikerscode voor deze gebruiker in op locatie {location_id}",
2021-03-16 00:04:36 +00:00
"title": "Locatie gebruikerscodes"
2021-02-25 00:05:20 +00:00
},
2021-02-24 00:04:14 +00:00
"reauth_confirm": {
2021-03-16 00:04:36 +00:00
"description": "Total Connect moet uw account opnieuw verifi\u00ebren",
2021-02-24 00:04:14 +00:00
"title": "Verifieer de integratie opnieuw"
},
2020-04-29 00:03:31 +00:00
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2022-05-19 00:26:11 +00:00
}
2020-04-29 00:03:31 +00:00
}
}
}
}