Skip to content

Commit

Permalink
Updated Italian translations (#87)
Browse files Browse the repository at this point in the history
Added translations of new features (vacation timer and powerful mode).
  • Loading branch information
lcavalli authored Jan 4, 2024
1 parent 5062a6a commit 8ab9607
Showing 1 changed file with 91 additions and 79 deletions.
170 changes: 91 additions & 79 deletions custom_components/aquarea/translations/it.json
Original file line number Diff line number Diff line change
@@ -1,90 +1,102 @@
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Connessione non riuscita",
"invalid_auth": "Nome utente o password non validi",
"unknown": "Errore inatteso"
},
"step": {
"user": {
"description": "Inserire il tuo ID Panasonic e la password:",
"data": {
"password": "Password",
"username": "Nome utente"
}
},
"reauth": {
"description": "Inserire la password del tuo ID Panasonic {username}:",
"data": {
"password": "Password"
}
}
}
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Connessione non riuscita",
"invalid_auth": "Nome utente o password non validi",
"unknown": "Errore inatteso"
},
"step": {
"user": {
"description": "Inserire il tuo ID Panasonic e la password:",
"data": {
"password": "Password",
"username": "Nome utente"
}
},
"reauth": {
"description": "Inserire la password del tuo ID Panasonic {username}:",
"data": {
"password": "Password"
}
}
}
},
"entity": {
"binary_sensor": {
"defrost": {
"name": "Sbrinamento"
},
"status": {
"name": "Stato"
}
},
"entity": {
"binary_sensor": {
"defrost": {
"name": "Sbrinamento"
},
"status": {
"name": "Stato"
}
"button": {
"request_defrost": {
"name": "Richiesta sbrinamento"
}
},
"sensor": {
"heating_accumulated_energy_consumption": {
"name": "Consumo accumulato riscaldamento"
},
"button": {
"request_defrost": {
"name": "Richiesta sbrinamento"
}
"cooling_accumulated_energy_consumption": {
"name": "Consumo accumulato raffrescamento"
},
"sensor": {
"heating_accumulated_energy_consumption": {
"name": "Consumo accumulato riscaldamento"
},
"cooling_accumulated_energy_consumption": {
"name": "Consumo accumulato raffrescamento"
},
"tank_accumulated_energy_consumption": {
"name": "Consumo accumulato serbatoio ACS"
},
"accumulated_energy_consumption": {
"name": "Consumo accumulato"
},
"heating_energy_consumption": {
"name": "Consumo riscaldamento"
},
"cooling_energy_consumption": {
"name": "Consumo raffrescamento"
},
"tank_energy_consumption": {
"name": "Consumo serbatoio ACS"
},
"energy_consumption": {
"name": "Consumo"
},
"outdoor_temperature": {
"name": "Temperatura esterna"
}
"tank_accumulated_energy_consumption": {
"name": "Consumo accumulato serbatoio ACS"
},
"select": {
"quiet_mode": {
"name": "Modo silenzioso",
"state": {
"level1": "Livello 1",
"level2": "Livello 2",
"level3": "Livello 3",
"off": "Spento"
}
"accumulated_energy_consumption": {
"name": "Consumo accumulato"
},
"heating_energy_consumption": {
"name": "Consumo riscaldamento"
},
"cooling_energy_consumption": {
"name": "Consumo raffrescamento"
},
"tank_energy_consumption": {
"name": "Consumo serbatoio ACS"
},
"energy_consumption": {
"name": "Consumo"
},
"outdoor_temperature": {
"name": "Temperatura esterna"
}
},
"select": {
"quiet_mode": {
"name": "Modo silenzioso",
"state": {
"level1": "Livello 1",
"level2": "Livello 2",
"level3": "Livello 3",
"off": "Spento"
}
},
"switch": {
"force_dhw": {
"name": "Forza ACS"
},
"force_heater": {
"name": "Forza riscaldamento"
"powerful_time": {
"name": "Powerful",
"state": {
"on-30m": "Attivo 30 minuti",
"on-60m": "Attivo 60 minuti",
"on-90m": "Attivo 90 minuti",
"off": "Spento"
}
}
},
"switch": {
"force_dhw": {
"name": "Forza ACS"
},
"force_heater": {
"name": "Forza riscaldamento"
},
"holiday_timer": {
"name": "Timer vacanza"
}
}
}
}

0 comments on commit 8ab9607

Please sign in to comment.