mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +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": {
|
||||
"name": "Current action",
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"preheating": "Preheating",
|
||||
"heating": "Heating",
|
||||
"cooling": "Cooling",
|
||||
|
@ -81,7 +81,7 @@
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"auto": "Auto",
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
||||
"humidifying": "Humidifying",
|
||||
"drying": "Drying",
|
||||
"idle": "Idle",
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"available_modes": {
|
||||
|
@ -122,7 +122,7 @@
|
||||
"name": "Repeat",
|
||||
"state": {
|
||||
"all": "All",
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"one": "One"
|
||||
}
|
||||
},
|
||||
|
@ -130,7 +130,7 @@
|
||||
"selector": {
|
||||
"set_ca_cert": {
|
||||
"options": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"auto": "Auto",
|
||||
"custom": "Custom"
|
||||
}
|
||||
|
@ -59,9 +59,9 @@
|
||||
"select": {
|
||||
"open_closed_pedestrian": {
|
||||
"state": {
|
||||
"open": "Open",
|
||||
"open": "[%key:common::state::open%]",
|
||||
"pedestrian": "Pedestrian",
|
||||
"closed": "Closed"
|
||||
"closed": "[%key:common::state::closed%]"
|
||||
}
|
||||
},
|
||||
"memorized_simple_volume": {
|
||||
@ -121,8 +121,8 @@
|
||||
},
|
||||
"three_way_handle_direction": {
|
||||
"state": {
|
||||
"closed": "Closed",
|
||||
"open": "Open",
|
||||
"closed": "[%key:common::state::closed%]",
|
||||
"open": "[%key:common::state::open%]",
|
||||
"tilt": "Tilt"
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
"select": {
|
||||
"floodlight_mode": {
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"auto": "Auto",
|
||||
"schedule": "Schedule"
|
||||
}
|
||||
@ -74,7 +74,7 @@
|
||||
},
|
||||
"auto_quick_reply_message": {
|
||||
"state": {
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"auto_track_method": {
|
||||
|
@ -95,7 +95,7 @@
|
||||
"mop_intensity": {
|
||||
"name": "Mop intensity",
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "Low",
|
||||
"mild": "Mild",
|
||||
"medium": "Medium",
|
||||
@ -126,7 +126,7 @@
|
||||
"balanced": "Balanced",
|
||||
"custom": "Custom",
|
||||
"gentle": "Gentle",
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"max": "Max",
|
||||
"max_plus": "Max plus",
|
||||
"medium": "Medium",
|
||||
|
@ -62,9 +62,9 @@
|
||||
},
|
||||
"light": {
|
||||
"state": {
|
||||
"on": "On",
|
||||
"on": "[%key:common::state::on%]",
|
||||
"dim": "Dim",
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -93,7 +93,7 @@
|
||||
"low": "Low",
|
||||
"middle": "Middle",
|
||||
"high": "High",
|
||||
"closed": "Closed"
|
||||
"closed": "[%key:common::state::closed%]"
|
||||
}
|
||||
},
|
||||
"vacuum_collection": {
|
||||
|
@ -69,7 +69,7 @@
|
||||
"state": {
|
||||
"bright": "Bright",
|
||||
"dim": "Dim",
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"display_orientation": {
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
"zone_sleep": {
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"30_min": "30 Minutes",
|
||||
"60_min": "60 Minutes",
|
||||
"90_min": "90 Minutes",
|
||||
|
Loading…
x
Reference in New Issue
Block a user