mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Add missing extra-fields translations (#8681)
This commit is contained in:
parent
3e20d2b454
commit
ce5fb57577
@ -1367,7 +1367,9 @@
|
|||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"above": "Above",
|
"above": "Above",
|
||||||
"below": "Below",
|
"below": "Below",
|
||||||
"for": "Duration"
|
"for": "Duration",
|
||||||
|
"hvac_mode": "HVAC mode",
|
||||||
|
"preset_mode": "Preset mode"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"not": {
|
"not": {
|
||||||
@ -1467,7 +1469,12 @@
|
|||||||
"code": "Code",
|
"code": "Code",
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
"title": "Title",
|
"title": "Title",
|
||||||
"position": "[%key:ui::card::cover::position%]"
|
"position": "[%key:ui::card::cover::position%]",
|
||||||
|
"mode": "Mode",
|
||||||
|
"humidity": "Humidity",
|
||||||
|
"value": "Value",
|
||||||
|
"brightness_pct": "[%key:ui::card::light::brightness%]",
|
||||||
|
"flash": "Flash"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scene": {
|
"scene": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user