mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Allow translate gas total (#11547)
This commit is contained in:
parent
0046252e32
commit
8730c122fd
@ -538,7 +538,11 @@ export class HuiEnergySourcesTableCard
|
||||
${types.gas
|
||||
? html`<tr class="mdc-data-table__row total">
|
||||
<td class="mdc-data-table__cell"></td>
|
||||
<th class="mdc-data-table__cell" scope="row">Gas total</th>
|
||||
<th class="mdc-data-table__cell" scope="row">
|
||||
${this.hass.localize(
|
||||
"ui.panel.lovelace.cards.energy.energy_sources_table.gas_total"
|
||||
)}
|
||||
</th>
|
||||
<td
|
||||
class="mdc-data-table__cell mdc-data-table__cell--numeric"
|
||||
>
|
||||
|
@ -3145,6 +3145,7 @@
|
||||
},
|
||||
"energy_sources_table": {
|
||||
"grid_total": "Grid total",
|
||||
"gas_total": "Gas total",
|
||||
"source": "Source",
|
||||
"energy": "Energy",
|
||||
"cost": "Cost",
|
||||
|
Loading…
x
Reference in New Issue
Block a user