Files
core/homeassistant/components/whirlpool/strings.json
Paulus Schoutsen 7859be6481 Add deduplicate translations script (#96384)
* Add deduplicate script

* Fix forecast_solar incorrect key with space

* Fix utf-8

* Do not create references to other arbitrary other integrations

* Add commented code to only allow applying to referencing integrations

* Tweak

* Bug fix

* Add command line arg for limit reference

* never suggest to update common keys

* Output of script

* Apply suggestions from code review

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>

---------

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00

66 lines
2.2 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"no_appliances": "No supported appliances found"
}
},
"entity": {
"sensor": {
"whirlpool_machine": {
"state": {
"standby": "[%key:common::state::standby%]",
"setting": "Setting",
"delay_countdown": "Delay Countdown",
"delay_paused": "Delay Paused",
"smart_delay": "Smart Delay",
"smart_grid_pause": "[%key:component::whirlpool::entity::sensor::whirlpool_machine::state::smart_delay%]",
"pause": "[%key:common::state::paused%]",
"running_maincycle": "Running Maincycle",
"running_postcycle": "Running Postcycle",
"exception": "Exception",
"complete": "Complete",
"power_failure": "Power Failure",
"service_diagnostic_mode": "Service Diagnostic Mode",
"factory_diagnostic_mode": "Factory Diagnostic Mode",
"life_test": "Life Test",
"customer_focus_mode": "Customer Focus Mode",
"demo_mode": "Demo Mode",
"hard_stop_or_error": "Hard Stop or Error",
"system_initialize": "System Initialize",
"cycle_filling": "Cycle Filling",
"cycle_rinsing": "Cycle Rinsing",
"cycle_sensing": "Cycle Sensing",
"cycle_soaking": "Cycle Soaking",
"cycle_spinning": "Cycle Spinning",
"cycle_washing": "Cycle Washing",
"door_open": "Door Open"
}
},
"whirlpool_tank": {
"state": {
"unknown": "Unknown",
"empty": "Empty",
"25": "25%",
"50": "50%",
"100": "100%",
"active": "[%key:common::state::active%]"
}
}
}
}
}