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

44 lines
1.4 KiB
JSON
Raw Normal View History

2019-06-14 21:53:13 +00:00
{
"config": {
"abort": {
2022-07-01 00:27:03 +00:00
"already_configured": "Account is al geconfigureerd",
2021-02-24 00:04:14 +00:00
"invalid_auth": "Ongeldige authenticatie",
2022-11-24 00:26:32 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2019-06-14 21:53:13 +00:00
},
"error": {
2020-11-07 00:04:02 +00:00
"already_configured": "Account is al geconfigureerd",
2022-07-01 00:27:03 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
2021-02-24 00:04:14 +00:00
"unknown": "Onverwachte fout"
2019-06-14 21:53:13 +00:00
},
"step": {
2022-07-01 00:27:03 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"title": "Integratie herauthenticeren"
},
2019-06-14 21:53:13 +00:00
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Life360-accountgegevens"
}
2020-04-15 16:51:07 +00:00
}
2022-07-08 00:27:47 +00:00
},
"options": {
"step": {
"init": {
2023-01-14 00:22:57 +00:00
"data": {
"driving": "Toon rijden als staat",
"driving_speed": "Rijsnelheid",
"limit_gps_acc": "Beperk de GPS-nauwkeurigheid",
"max_gps_accuracy": "Maximale GPS-nauwkeurigheid (meters)",
"set_drive_speed": "Rijsnelheidsdrempel instellen"
},
2022-07-08 00:27:47 +00:00
"title": "Accountinstellingen"
}
}
2020-04-16 20:00:10 +00:00
}
2019-06-14 21:53:13 +00:00
}