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

43 lines
1.5 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",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
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",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2021-02-24 00:04:14 +00:00
},
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
}
}
2022-05-27 00:24:01 +00:00
},
"options": {
"step": {
"init": {
2022-06-13 00:25:34 +00:00
"data": {
"auto_bypass_low_battery": "Automatische bypass van batterij bijna leeg"
},
"description": "Automatisch zones omzeilen op het moment dat ze een bijna lege batterij melden.",
2022-05-27 00:24:01 +00:00
"title": "TotalConnect-opties"
}
}
2020-04-29 00:03:31 +00:00
}
}