mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Add common state translation string for charging and discharging (#139074)
add common state translation string for charging and discharging
This commit is contained in:
parent
75533463f7
commit
ef46552146
@ -28,7 +28,7 @@
|
||||
"name": "Activity",
|
||||
"state": {
|
||||
"available": "Available",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"unavailable": "Unavailable",
|
||||
"error": "Error",
|
||||
"offline": "Offline"
|
||||
|
@ -138,7 +138,7 @@
|
||||
"name": "Charging status",
|
||||
"state": {
|
||||
"default": "Default",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"error": "Error",
|
||||
"complete": "Complete",
|
||||
"fully_charged": "Fully charged",
|
||||
|
@ -360,9 +360,9 @@
|
||||
"acb_battery_state": {
|
||||
"name": "Battery state",
|
||||
"state": {
|
||||
"discharging": "Discharging",
|
||||
"discharging": "[%key:common::state::discharging%]",
|
||||
"idle": "[%key:common::state::idle%]",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"full": "Full"
|
||||
}
|
||||
},
|
||||
|
@ -86,7 +86,7 @@
|
||||
"name": "State",
|
||||
"state": {
|
||||
"available": "Available",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"connected": "Connected",
|
||||
"error": "Error",
|
||||
"locked": "Locked",
|
||||
|
@ -411,7 +411,7 @@
|
||||
"cancel": "Cancel",
|
||||
"carbonation": "Carbonation",
|
||||
"change_condition": "Settings Change",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"charging_complete": "Charging completed",
|
||||
"checking_turbidity": "Detecting soil level",
|
||||
"cleaning": "Cleaning",
|
||||
@ -498,7 +498,7 @@
|
||||
"cancel": "[%key:component::lg_thinq::entity::sensor::current_state::state::cancel%]",
|
||||
"carbonation": "[%key:component::lg_thinq::entity::sensor::current_state::state::carbonation%]",
|
||||
"change_condition": "[%key:component::lg_thinq::entity::sensor::current_state::state::change_condition%]",
|
||||
"charging": "[%key:component::lg_thinq::entity::sensor::current_state::state::charging%]",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"charging_complete": "[%key:component::lg_thinq::entity::sensor::current_state::state::charging_complete%]",
|
||||
"checking_turbidity": "[%key:component::lg_thinq::entity::sensor::current_state::state::checking_turbidity%]",
|
||||
"cleaning": "[%key:component::lg_thinq::entity::sensor::current_state::state::cleaning%]",
|
||||
|
@ -263,7 +263,7 @@
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"error": "Error",
|
||||
"seeking_charger": "Seeking charger",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"docked": "Docked"
|
||||
}
|
||||
},
|
||||
|
@ -74,7 +74,7 @@
|
||||
"state": {
|
||||
"unplugged": "Unplugged",
|
||||
"plugged_in": "Plugged in",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"pending_approval": "Pending approval",
|
||||
"finished": "Finished charging"
|
||||
|
@ -107,7 +107,7 @@
|
||||
"cp_state": {
|
||||
"name": "State",
|
||||
"state": {
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"error": "Error",
|
||||
"fault": "Fault",
|
||||
"invalid": "Invalid",
|
||||
|
@ -741,8 +741,8 @@
|
||||
"battery_state": {
|
||||
"name": "Battery state",
|
||||
"state": {
|
||||
"discharging": "Discharging",
|
||||
"charging": "Charging",
|
||||
"discharging": "[%key:common::state::discharging%]",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"chargecomplete": "Charge complete"
|
||||
}
|
||||
},
|
||||
|
@ -128,7 +128,7 @@
|
||||
"updating": "[%key:component::roborock::entity::sensor::status::state::updating%]",
|
||||
"washing": "Washing",
|
||||
"ready": "Ready",
|
||||
"charging": "[%key:component::roborock::entity::sensor::status::state::charging%]",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"mop_washing": "Washing mop",
|
||||
"self_clean_cleaning": "Self clean cleaning",
|
||||
"self_clean_deep_cleaning": "Self clean deep cleaning",
|
||||
@ -199,7 +199,7 @@
|
||||
"cleaning": "Cleaning",
|
||||
"returning_home": "Returning home",
|
||||
"manual_mode": "Manual mode",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"charging_problem": "Charging problem",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"spot_cleaning": "Spot cleaning",
|
||||
|
@ -329,7 +329,7 @@
|
||||
"name": "Charging",
|
||||
"state": {
|
||||
"starting": "Starting",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"disconnected": "Disconnected",
|
||||
"stopped": "Stopped",
|
||||
"complete": "Complete",
|
||||
|
@ -42,7 +42,7 @@
|
||||
"charging_finished": "Charging finished",
|
||||
"waiting_car": "Waiting for car",
|
||||
"charging_reduced": "Charging (reduced)",
|
||||
"charging": "Charging"
|
||||
"charging": "[%key:common::state::charging%]"
|
||||
}
|
||||
},
|
||||
"status_code": {
|
||||
|
@ -415,7 +415,7 @@
|
||||
"name": "Charging",
|
||||
"state": {
|
||||
"starting": "Starting",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"disconnected": "Disconnected",
|
||||
"stopped": "Stopped",
|
||||
"complete": "Complete",
|
||||
|
@ -75,7 +75,7 @@
|
||||
"name": "Charging",
|
||||
"state": {
|
||||
"starting": "Starting",
|
||||
"charging": "Charging",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"disconnected": "Disconnected",
|
||||
"stopped": "Stopped",
|
||||
"complete": "Complete",
|
||||
@ -212,7 +212,7 @@
|
||||
"name": "State",
|
||||
"state": {
|
||||
"booting": "Booting",
|
||||
"charging": "[%key:component::tessie::entity::sensor::charge_state_charging_state::state::charging%]",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"disconnected": "[%key:common::state::disconnected%]",
|
||||
"connected": "[%key:common::state::connected%]",
|
||||
"scheduled": "Scheduled",
|
||||
|
@ -71,7 +71,9 @@
|
||||
"standby": "Standby",
|
||||
"paused": "Paused",
|
||||
"home": "Home",
|
||||
"not_home": "Away"
|
||||
"not_home": "Away",
|
||||
"charging": "Charging",
|
||||
"discharging": "Discharging"
|
||||
},
|
||||
"config_flow": {
|
||||
"title": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user