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

32 lines
775 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2020-09-15 00:09:18 +00:00
"unknown": "Onverwachte fout"
},
"step": {
2020-09-27 00:06:49 +00:00
"credentials": {
"data": {
"username": "Gebruikersnaam"
}
},
2020-10-09 00:04:33 +00:00
"host": {
"data": {
"port": "Poort"
}
},
2020-09-15 00:09:18 +00:00
"user": {
"data": {
"host": "Host",
"port": "Poort",
"ssl": "Maak verbinding via SSL"
}
2020-10-09 00:04:33 +00:00
},
"ws_port": {
"data": {
"ws_port": "Poort"
}
2020-09-15 00:09:18 +00:00
}
}
}
}