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": {
"name": "Current action",
"state": {
"off": "Off",
"off": "[%key:common::state::off%]",
"preheating": "Preheating",
"heating": "Heating",
"cooling": "Cooling",

View File

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

View File

@ -34,7 +34,7 @@
"humidifying": "Humidifying",
"drying": "Drying",
"idle": "Idle",
"off": "Off"
"off": "[%key:common::state::off%]"
}
},
"available_modes": {

View File

@ -122,7 +122,7 @@
"name": "Repeat",
"state": {
"all": "All",
"off": "Off",
"off": "[%key:common::state::off%]",
"one": "One"
}
},

View File

@ -130,7 +130,7 @@
"selector": {
"set_ca_cert": {
"options": {
"off": "Off",
"off": "[%key:common::state::off%]",
"auto": "Auto",
"custom": "Custom"
}

View File

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

View File

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

View File

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

View File

@ -62,9 +62,9 @@
},
"light": {
"state": {
"on": "On",
"on": "[%key:common::state::on%]",
"dim": "Dim",
"off": "Off"
"off": "[%key:common::state::off%]"
}
}
}

View File

@ -93,7 +93,7 @@
"low": "Low",
"middle": "Middle",
"high": "High",
"closed": "Closed"
"closed": "[%key:common::state::closed%]"
}
},
"vacuum_collection": {

View File

@ -69,7 +69,7 @@
"state": {
"bright": "Bright",
"dim": "Dim",
"off": "Off"
"off": "[%key:common::state::off%]"
}
},
"display_orientation": {

View File

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