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

42 lines
1.1 KiB
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
2021-03-16 00:04:36 +00:00
"invalid_pin": "Ongeldige pincode",
"pairing_failure": "Kan niet koppelen: {error_id}",
2021-02-24 00:04:14 +00:00
"unknown": "Onverwachte fout"
},
"step": {
2021-03-26 00:04:15 +00:00
"pair": {
"data": {
"pin": "PIN-code"
},
"description": "Voer de pincode in die op uw tv wordt weergegeven",
"title": "Koppel"
},
2021-02-24 00:04:14 +00:00
"user": {
"data": {
"api_version": "API Versie",
"host": "Host"
}
}
}
2021-03-16 00:04:36 +00:00
},
"device_automation": {
"trigger_type": {
"turn_on": "Apparaat wordt gevraagd om in te schakelen"
}
2021-06-30 00:11:18 +00:00
},
"options": {
"step": {
"init": {
"data": {
"allow_notify": "Sta het gebruik van de gegevensnotificatieservice toe."
}
}
}
2021-02-24 00:04:14 +00:00
}
}