mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Use common translations for On
, Off
, Open
and Closed
(#95779)
* Use common translations for On and Off * Used common translations for open and closed * Update homeassistant/components/sensibo/strings.json Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Only update state translations --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
b3e1a3f624
commit
c26dc0940c
@ -53,7 +53,7 @@
|
|||||||
"hvac_action": {
|
"hvac_action": {
|
||||||
"name": "Current action",
|
"name": "Current action",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"preheating": "Preheating",
|
"preheating": "Preheating",
|
||||||
"heating": "Heating",
|
"heating": "Heating",
|
||||||
"cooling": "Cooling",
|
"cooling": "Cooling",
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
"2": "2",
|
"2": "2",
|
||||||
"3": "3",
|
"3": "3",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"off": "Off"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"humidifying": "Humidifying",
|
"humidifying": "Humidifying",
|
||||||
"drying": "Drying",
|
"drying": "Drying",
|
||||||
"idle": "Idle",
|
"idle": "Idle",
|
||||||
"off": "Off"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"available_modes": {
|
"available_modes": {
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
"name": "Repeat",
|
"name": "Repeat",
|
||||||
"state": {
|
"state": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"one": "One"
|
"one": "One"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -130,7 +130,7 @@
|
|||||||
"selector": {
|
"selector": {
|
||||||
"set_ca_cert": {
|
"set_ca_cert": {
|
||||||
"options": {
|
"options": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"custom": "Custom"
|
"custom": "Custom"
|
||||||
}
|
}
|
||||||
|
@ -59,9 +59,9 @@
|
|||||||
"select": {
|
"select": {
|
||||||
"open_closed_pedestrian": {
|
"open_closed_pedestrian": {
|
||||||
"state": {
|
"state": {
|
||||||
"open": "Open",
|
"open": "[%key:common::state::open%]",
|
||||||
"pedestrian": "Pedestrian",
|
"pedestrian": "Pedestrian",
|
||||||
"closed": "Closed"
|
"closed": "[%key:common::state::closed%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"memorized_simple_volume": {
|
"memorized_simple_volume": {
|
||||||
@ -121,8 +121,8 @@
|
|||||||
},
|
},
|
||||||
"three_way_handle_direction": {
|
"three_way_handle_direction": {
|
||||||
"state": {
|
"state": {
|
||||||
"closed": "Closed",
|
"closed": "[%key:common::state::closed%]",
|
||||||
"open": "Open",
|
"open": "[%key:common::state::open%]",
|
||||||
"tilt": "Tilt"
|
"tilt": "Tilt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"select": {
|
"select": {
|
||||||
"floodlight_mode": {
|
"floodlight_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"schedule": "Schedule"
|
"schedule": "Schedule"
|
||||||
}
|
}
|
||||||
@ -74,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
"auto_quick_reply_message": {
|
"auto_quick_reply_message": {
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auto_track_method": {
|
"auto_track_method": {
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
"mop_intensity": {
|
"mop_intensity": {
|
||||||
"name": "Mop intensity",
|
"name": "Mop intensity",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
"mild": "Mild",
|
"mild": "Mild",
|
||||||
"medium": "Medium",
|
"medium": "Medium",
|
||||||
@ -126,7 +126,7 @@
|
|||||||
"balanced": "Balanced",
|
"balanced": "Balanced",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"gentle": "Gentle",
|
"gentle": "Gentle",
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"max": "Max",
|
"max": "Max",
|
||||||
"max_plus": "Max plus",
|
"max_plus": "Max plus",
|
||||||
"medium": "Medium",
|
"medium": "Medium",
|
||||||
|
@ -62,9 +62,9 @@
|
|||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"state": {
|
"state": {
|
||||||
"on": "On",
|
"on": "[%key:common::state::on%]",
|
||||||
"dim": "Dim",
|
"dim": "Dim",
|
||||||
"off": "Off"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
"low": "Low",
|
"low": "Low",
|
||||||
"middle": "Middle",
|
"middle": "Middle",
|
||||||
"high": "High",
|
"high": "High",
|
||||||
"closed": "Closed"
|
"closed": "[%key:common::state::closed%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vacuum_collection": {
|
"vacuum_collection": {
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"bright": "Bright",
|
"bright": "Bright",
|
||||||
"dim": "Dim",
|
"dim": "Dim",
|
||||||
"off": "Off"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"display_orientation": {
|
"display_orientation": {
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"zone_sleep": {
|
"zone_sleep": {
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"30_min": "30 Minutes",
|
"30_min": "30 Minutes",
|
||||||
"60_min": "60 Minutes",
|
"60_min": "60 Minutes",
|
||||||
"90_min": "90 Minutes",
|
"90_min": "90 Minutes",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user