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

31 lines
911 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
2021-03-17 00:03:55 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"no_server_found": "Geen LMS server gevonden."
2020-11-07 00:04:02 +00:00
},
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie",
2021-03-17 00:03:55 +00:00
"no_server_found": "Kan server niet automatisch vinden.",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{host}",
2020-09-27 00:06:49 +00:00
"step": {
"edit": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
"port": "Poort",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2020-11-07 00:04:02 +00:00
},
"title": "Verbindingsgegevens bewerken"
2020-10-15 00:03:50 +00:00
},
"user": {
2020-11-07 00:04:02 +00:00
"data": {
"host": "Host"
2020-11-11 12:25:22 +00:00
}
2020-09-27 00:06:49 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-27 00:06:49 +00:00
}