mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix missing alarm state in translation: vacation (#9893)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
parent
035d621109
commit
719f9c28af
@ -74,6 +74,7 @@
|
||||
"armed_home": "[%key:state_badge::alarm_control_panel::armed%]",
|
||||
"armed_away": "[%key:state_badge::alarm_control_panel::armed%]",
|
||||
"armed_night": "[%key:state_badge::alarm_control_panel::armed%]",
|
||||
"armed_vacation": "[%key:state_badge::alarm_control_panel::armed%]",
|
||||
"armed_custom_bypass": "[%key:state_badge::alarm_control_panel::armed%]",
|
||||
"pending": "Pend",
|
||||
"arming": "Arming",
|
||||
@ -117,6 +118,7 @@
|
||||
"arm_home": "Arm home",
|
||||
"arm_away": "Arm away",
|
||||
"arm_night": "Arm night",
|
||||
"arm_vacation": "Arm vacation",
|
||||
"arm_custom_bypass": "Custom bypass"
|
||||
},
|
||||
"automation": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user