mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Set default unit for US unit system to gl instead of ft3 (#14257)
Mention gl instead of ft3
This commit is contained in:
parent
e2104c1591
commit
9cb168c439
@ -1511,16 +1511,16 @@
|
|||||||
"dialog": {
|
"dialog": {
|
||||||
"header": "Configure water consumption",
|
"header": "Configure water consumption",
|
||||||
"paragraph": "Gas consumption is the volume of water that flows to your home.",
|
"paragraph": "Gas consumption is the volume of water that flows to your home.",
|
||||||
"energy_stat": "Consumed water (m³/ft³)",
|
"energy_stat": "Consumed water (m³ or gl)",
|
||||||
"cost_para": "Select how Home Assistant should keep track of the costs of the consumed water.",
|
"cost_para": "Select how Home Assistant should keep track of the costs of the consumed water.",
|
||||||
"no_cost": "Do not track costs",
|
"no_cost": "Do not track costs",
|
||||||
"cost_stat": "Use an entity tracking the total costs",
|
"cost_stat": "Use an entity tracking the total costs",
|
||||||
"cost_stat_input": "Total Costs Entity",
|
"cost_stat_input": "Total Costs Entity",
|
||||||
"cost_entity": "Use an entity with current price",
|
"cost_entity": "Use an entity with current price",
|
||||||
"cost_entity_input": "Entity with the current price per m³",
|
"cost_entity_input": "Entity with the current price per m³ or gl",
|
||||||
"cost_number": "Use a static price",
|
"cost_number": "Use a static price",
|
||||||
"cost_number_input": "Price per m³",
|
"cost_number_input": "Price per m³ or gl",
|
||||||
"water_usage": "Water usage (m³/ft³)"
|
"water_usage": "Water usage (m³ or gl)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"device_consumption": {
|
"device_consumption": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user