Files

42 lines
1.6 KiB
JSON

{
"title": "Aanwezigheidssimulatie",
"config": {
"error": {
"not_unique_name": "The chosen switch name is already taken by another entity, please choose a new name"
},
"step": {
"user":{
"description": "Configuratie",
"data": {
"switch": "The name of the presence simulation switch",
"entities": "Entity of groep van entities",
"delta": "Delta (in dagen)",
"interval": "Verversingsinterval (in seconden)",
"restore": "Herstel toestand na simulatie",
"random": "Add a random time for switching entities. This parameter define the max time in seconds",
"unavailable_as_off": "Consider Unavailable status as Off"
}
}
}
},
"options": {
"error": {
"cannot_change_name": "The name of the swtich can't be changed"
},
"step": {
"init":{
"description": "Configuratie",
"data": {
"switch": "The name of the presence simulation switch",
"entities": "Entity of groep van entities",
"delta": "Delta (in dagen)",
"interval": "Verversingsinterval (in seconden)",
"restore": "Herstel toestand na simulatie",
"random": "Add a random time for switching entities. This parameter define the max time in seconds",
"unavailable_as_off": "Consider Unavailable status as Off"
}
}
}
}
}