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:
Jan Bouwhuis 2023-07-04 13:52:01 +02:00 committed by GitHub
parent b3e1a3f624
commit c26dc0940c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 18 additions and 18 deletions

View File

@ -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",

View File

@ -81,7 +81,7 @@
"2": "2", "2": "2",
"3": "3", "3": "3",
"auto": "Auto", "auto": "Auto",
"off": "Off" "off": "[%key:common::state::off%]"
} }
} }
} }

View File

@ -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": {

View File

@ -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"
} }
}, },

View File

@ -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"
} }

View File

@ -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"
} }
} }

View File

@ -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": {

View File

@ -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",

View File

@ -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%]"
} }
} }
} }

View File

@ -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": {

View File

@ -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": {

View File

@ -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",