1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant/components/fritzbox/translations/nl.json

39 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-23 02:05:07 +02:00
{
"config": {
2020-04-25 02:08:30 +02:00
"abort": {
2021-03-16 01:04:36 +01:00
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratiestroom is al aan de gang",
2021-02-25 01:05:20 +01:00
"no_devices_found": "Geen apparaten gevonden op het netwerk",
2021-02-24 01:04:14 +01: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 02:08:30 +02:00
},
2021-05-11 02:04:41 +02:00
"flow_title": "AVM FRITZ!SmartHome: {name}",
2020-04-23 02:05:07 +02:00
"step": {
"confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-04-25 02:08:30 +02:00
},
2020-05-29 02:04:16 +02:00
"description": "Wilt u {name} instellen?"
2020-04-23 02:05:07 +02:00
},
2021-02-24 01:04:14 +01:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2021-03-16 01:04:36 +01:00
},
"description": "Gelieve uw logingegevens voor {name} te actualiseren."
2021-02-24 01:04:14 +01:00
},
2020-04-23 02:05:07 +02:00
"user": {
"data": {
2021-03-16 01:04:36 +01:00
"host": "Host",
2020-04-23 02:05:07 +02:00
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-04-25 02:08:30 +02:00
},
2020-05-29 02:04:16 +02:00
"description": "Voer uw AVM FRITZ!Box informatie in."
2020-04-23 02:05:07 +02:00
}
}
}
}