mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Tweak some energy related translation strings (#10852)
This commit is contained in:
parent
cea40610c0
commit
48c66e6349
@ -1146,7 +1146,7 @@
|
|||||||
"cost_number": "Use a static price",
|
"cost_number": "Use a static price",
|
||||||
"cost_number_input": "Price per {unit}",
|
"cost_number_input": "Price per {unit}",
|
||||||
"gas_usage": "Gas usage",
|
"gas_usage": "Gas usage",
|
||||||
"m3_or_kWh": "m³ or kWh"
|
"m3_or_kWh": "ft³, m³, Wh, kWh or MWh"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"device_consumption": {
|
"device_consumption": {
|
||||||
@ -1187,19 +1187,19 @@
|
|||||||
},
|
},
|
||||||
"entity_unexpected_unit_energy": {
|
"entity_unexpected_unit_energy": {
|
||||||
"title": "Unexpected unit of measurement",
|
"title": "Unexpected unit of measurement",
|
||||||
"description": "The following entities do not have the expected units of measurement 'kWh' or 'Wh':"
|
"description": "The following entities do not have the expected units of measurement 'Wh', 'kWh' or 'MWh':"
|
||||||
},
|
},
|
||||||
"entity_unexpected_unit_gas": {
|
"entity_unexpected_unit_gas": {
|
||||||
"title": "Unexpected unit of measurement",
|
"title": "Unexpected unit of measurement",
|
||||||
"description": "The following entities do not have the expected units of measurement 'kWh', 'm³' or 'ft³':"
|
"description": "The following entities do not have the expected units of measurement 'Wh', 'kWh' or 'MWh' for an energy sensor or 'm³' or 'ft³' for a gas sensor:"
|
||||||
},
|
},
|
||||||
"entity_unexpected_unit_energy_price": {
|
"entity_unexpected_unit_energy_price": {
|
||||||
"title": "Unexpected unit of measurement",
|
"title": "Unexpected unit of measurement",
|
||||||
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':"
|
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'' or ''{currency}/MWh'':"
|
||||||
},
|
},
|
||||||
"entity_unexpected_unit_gas_price": {
|
"entity_unexpected_unit_gas_price": {
|
||||||
"title": "Unexpected unit of measurement",
|
"title": "Unexpected unit of measurement",
|
||||||
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'', ''{currency}/m³'' or ''{currency}/ft³'':"
|
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'', ''{currency}/MWh'', ''{currency}/m³'' or ''{currency}/ft³'':"
|
||||||
},
|
},
|
||||||
"entity_unexpected_state_class": {
|
"entity_unexpected_state_class": {
|
||||||
"title": "Unexpected state class",
|
"title": "Unexpected state class",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user