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

39 lines
1.1 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"pin": "Pincode",
"username": "Gebruikersnaam"
}
}
}
},
"options": {
"step": {
"ha_to_risco": {
"data": {
"armed_away": "Ingeschakeld weg",
"armed_custom_bypass": "Ingeschakeld met overbrugging(en)",
"armed_home": "Ingeschakeld thuis",
"armed_night": "Ingeschakeld nacht"
}
},
"init": {
"data": {
"code_arm_required": "Pincode vereist om in te schakelen",
"code_disarm_required": "Pincode vereist om uit te schakelen"
},
"title": "Configureer opties"
},
"risco_to_ha": {
"data": {
"A": "Groep A",
"B": "Groep B",
"C": "Groep C",
"D": "Groep D"
}
}
}
}
}