Skip to content

Commit

Permalink
New translations strings.json (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlcrs committed Jul 21, 2024
1 parent 6d7ad0d commit 9fe5382
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions translations/it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_configured": "Il dispositivo è già configurato",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
Expand Down Expand Up @@ -84,6 +84,12 @@
}
},
"sensor": {
"rated_power": {
"name": "Potenza nominale"
},
"p_max": {
"name": "Potenza attiva massima"
},
"input_power": {
"name": "Potenza in ingresso"
},
Expand Down Expand Up @@ -270,6 +276,15 @@
"active_grid_c_power": {
"name": "Potenza attiva di Fase C"
},
"storage_maximum_charge_power": {
"name": "Massima potenza di carica"
},
"storage_maximum_discharge_power": {
"name": "Massima potenza di scarica"
},
"storage_rated_capacity": {
"name": "Capienza stimata"
},
"storage_state_of_capacity": {
"name": "Stato della capacità"
},
Expand Down Expand Up @@ -459,12 +474,6 @@
"battery_working_mode": {
"name": "Modo di funzionamento"
},
"battery_rated_charge_power": {
"name": "Potenza di carica nominale"
},
"battery_rated_discharge_power": {
"name": "Potenza di scarica nominale"
},
"battery_remaining_charge_discharge_time": {
"name": "Tempo di carica/scarica rimasto"
},
Expand Down Expand Up @@ -713,4 +722,4 @@
"name": "Battery 2"
}
}
}
}

0 comments on commit 9fe5382

Please sign in to comment.