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

39 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-23 00:13:53 +00:00
{
"config": {
"abort": {
2022-04-29 00:22:21 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"not_intellifire_device": "Niet een IntelliFire apparaat.",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2022-01-23 00:13:53 +00:00
},
"error": {
2022-04-29 00:22:21 +00:00
"api_error": "Inloggen mislukt",
2022-01-23 00:13:53 +00:00
"cannot_connect": "Kan geen verbinding maken",
2022-05-19 00:26:11 +00:00
"iftapi_connect": "Fout bij het verbinden met iftapi.net"
2022-01-23 00:13:53 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{serial} ({host})",
2022-01-23 00:13:53 +00:00
"step": {
2022-04-29 00:22:21 +00:00
"api_config": {
"data": {
"password": "Wachtwoord",
"username": "E-mail"
}
},
"dhcp_confirm": {
"description": "Wilt u {host} instellen\n Serieel: {serial} ?"
},
"manual_device_entry": {
"data": {
"host": "Host (IP-adres)"
},
"description": "Lokale configuratie"
},
"pick_device": {
"data": {
"host": "Host"
},
"description": "De volgende IntelliFire-apparaten zijn ontdekt. Selecteer welke u wilt configureren.",
"title": "Apparaat selectie"
2022-01-23 00:13:53 +00:00
}
}
}
}