mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Added missing translations for some automation extra-fields (#8210)
This commit is contained in:
parent
12c935f647
commit
dc5d14834d
@ -1202,7 +1202,8 @@
|
|||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"above": "Above",
|
"above": "Above",
|
||||||
"below": "Below",
|
"below": "Below",
|
||||||
"for": "Duration"
|
"for": "Duration",
|
||||||
|
"zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"event": {
|
"event": {
|
||||||
@ -1404,7 +1405,9 @@
|
|||||||
"label": "Device",
|
"label": "Device",
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"code": "Code"
|
"code": "Code",
|
||||||
|
"message": "Message",
|
||||||
|
"title": "Title"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scene": {
|
"scene": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user