Files
HomeAssistantVS/custom_components/presence_simulation/translations/it.json
T

42 lines
1.7 KiB
JSON

{
"title": "Simulazione di presenza",
"config": {
"error": {
"not_unique_name": "The chosen switch name is already taken by another entity, please choose a new name"
},
"step": {
"user":{
"description": "Configurazione",
"data": {
"switch": "The name of the presence simulation switch",
"entities": "Entità o gruppo di entità",
"delta": "Delta (in giorni)",
"interval": "Intervallo di aggiornamento (in secondi)",
"restore": "Ripristina stati precedenti alla simulazione",
"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": "Configurazione",
"data": {
"switch": "The name of the presence simulation switch",
"entities": "Entità o gruppo di entità",
"delta": "Delta (in giorni)",
"interval": "Intervallo di aggiornamento (in secondi)",
"restore": "Ripristina stati precedenti alla simulazione",
"random": "Add a random time for switching entities. This parameter define the max time in seconds",
"unavailable_as_off": "Consider Unavailable status as Off"
}
}
}
}
}