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

69 lines
2.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"cloud": {
"data": {
"password": "Wachtwoord",
"pin": "Pincode",
"username": "Gebruikersnaam"
}
},
"local": {
"data": {
"host": "Host",
"pin": "Pincode",
"port": "Poort"
}
},
"user": {
"data": {
"password": "Wachtwoord",
"pin": "Pincode",
"username": "Gebruikersnaam"
}
}
}
},
"options": {
"step": {
"ha_to_risco": {
"data": {
"armed_away": "Ingeschakeld weg",
"armed_custom_bypass": "Ingeschakeld met overbrugging",
"armed_home": "Ingeschakeld thuis",
"armed_night": "Ingeschakeld nacht"
},
"description": "Selecteer in welke staat u uw Risco-alarm wilt instellen wanneer u het Home Assistant-alarm inschakelt",
"title": "Wijs Home Assistant statussen toe aan Risco status"
},
"init": {
"data": {
"code_arm_required": "Pincode vereist om in te schakelen",
"code_disarm_required": "Pincode vereist om uit te schakelen",
"scan_interval": "Hoe vaak moet Risco worden ververst (in seconden)"
},
"title": "Configureer opties"
},
"risco_to_ha": {
"data": {
"A": "Groep A",
"B": "Groep B",
"C": "Groep C",
"D": "Groep D",
"arm": "Ingeschakeld (AFWEZIG)",
"partial_arm": "Gedeeltelijk ingeschakeld (AANWEZIG)"
},
"description": "Selecteer welke status uw Home Assistant alarm zal melden voor elke status gemeld door Risco",
"title": "Wijs Risco status toe aan Home Assistant statussen"
}
}
}
}