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

55 lines
2.0 KiB
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2020-11-07 00:04:02 +00:00
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-09-15 00:09:18 +00:00
"step": {
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
"pin": "PIN-code",
2020-09-15 00:09:18 +00:00
"username": "Gebruikersnaam"
}
}
}
},
"options": {
"step": {
"ha_to_risco": {
"data": {
"armed_away": "Ingeschakeld weg",
2021-08-24 01:55:24 +00:00
"armed_custom_bypass": "Ingeschakeld met overbrugging",
2020-09-15 00:09:18 +00:00
"armed_home": "Ingeschakeld thuis",
"armed_night": "Ingeschakeld nacht"
2021-03-26 00:04:15 +00:00
},
"description": "Selecteer in welke staat u uw Risco-alarm wilt instellen wanneer u het Home Assistant-alarm inschakelt",
"title": "Wijs Home Assistant-staten toe aan Risco-staten"
2020-09-15 00:09:18 +00:00
},
"init": {
"data": {
2021-02-27 00:05:45 +00:00
"code_arm_required": "PIN-code vereist om in te schakelen",
2021-03-26 00:04:15 +00:00
"code_disarm_required": "PIN-code vereist om uit te schakelen",
"scan_interval": "Polling-interval (in seconden)"
2020-09-15 00:09:18 +00:00
},
"title": "Configureer opties"
},
"risco_to_ha": {
"data": {
"A": "Groep A",
"B": "Groep B",
"C": "Groep C",
2021-03-26 00:04:15 +00:00
"D": "Groep D",
"arm": "Ingeschakeld (AFWEZIG)",
"partial_arm": "Gedeeltelijk ingeschakeld (AANWEZIG)"
},
"description": "Selecteer welke staat uw Home Assistant alarm zal melden voor elke staat gemeld door Risco",
"title": "Wijs Risco-staten toe aan Home Assistant-staten"
2020-09-15 00:09:18 +00:00
}
}
}
}