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

39 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-23 00:05:07 +00:00
{
"config": {
2020-04-25 00:08:30 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratiestroom is al aan de gang",
2021-02-25 00:05:20 +00:00
"no_devices_found": "Geen apparaten gevonden op het netwerk",
2021-02-24 00:04:14 +00:00
"not_supported": "Verbonden met AVM FRITZ! Box, maar het kan geen Smart Home-apparaten bedienen.",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
2020-04-25 00:08:30 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-04-23 00:05:07 +00:00
"step": {
"confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-04-25 00:08:30 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Wilt u {name} instellen?"
2020-04-23 00:05:07 +00:00
},
2021-02-24 00:04:14 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2021-03-16 00:04:36 +00:00
},
"description": "Gelieve uw logingegevens voor {name} te actualiseren."
2021-02-24 00:04:14 +00:00
},
2020-04-23 00:05:07 +00:00
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"host": "Host",
2020-04-23 00:05:07 +00:00
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-04-25 00:08:30 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Voer uw AVM FRITZ!Box informatie in."
2020-04-23 00:05:07 +00:00
}
}
}
}