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

55 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"pin": "PIN Code",
"username": "Username"
}
}
}
},
"options": {
"step": {
"ha_to_risco": {
"data": {
"armed_away": "Armed Away",
"armed_custom_bypass": "Armed Custom Bypass",
"armed_home": "Armed Home",
"armed_night": "Armed Night"
},
"description": "Select what state to set your Risco alarm to when arming the Home Assistant alarm",
"title": "Map Home Assistant states to Risco states"
},
"init": {
"data": {
"code_arm_required": "Require PIN Code to arm",
"code_disarm_required": "Require PIN Code to disarm",
"scan_interval": "How often to poll Risco (in seconds)"
},
"title": "Configure options"
},
"risco_to_ha": {
"data": {
"A": "Group A",
"B": "Group B",
"C": "Group C",
"D": "Group D",
"arm": "Armed (AWAY)",
"partial_arm": "Partially Armed (STAY)"
},
"description": "Select what state your Home Assistant alarm will report for every state reported by Risco",
"title": "Map Risco states to Home Assistant states"
}
}
}
}