Add state attribute translations for calendars (#89811)
This commit is contained in:
parent
69aa3a75c5
commit
3e89b81e1d
1 changed files with 20 additions and 0 deletions
|
@ -5,6 +5,26 @@
|
|||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
},
|
||||
"state_attributes": {
|
||||
"all_day": {
|
||||
"name": "All day"
|
||||
},
|
||||
"description": {
|
||||
"name": "Description"
|
||||
},
|
||||
"end_time": {
|
||||
"name": "End time"
|
||||
},
|
||||
"location": {
|
||||
"name": "Location"
|
||||
},
|
||||
"messages": {
|
||||
"name": "Message"
|
||||
},
|
||||
"start_time": {
|
||||
"name": "Start time"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue