hass-core/homeassistant/components/monoprice/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

50 lines
1.6 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to the device",
"data": {
"port": "[%key:common::config_flow::data::port%]",
"source_1": "Name of source #1",
"source_2": "Name of source #2",
"source_3": "Name of source #3",
"source_4": "Name of source #4",
"source_5": "Name of source #5",
"source_6": "Name of source #6"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"init": {
"title": "Configure sources",
"data": {
"source_1": "[%key:component::monoprice::config::step::user::data::source_1%]",
"source_2": "[%key:component::monoprice::config::step::user::data::source_2%]",
"source_3": "[%key:component::monoprice::config::step::user::data::source_3%]",
"source_4": "[%key:component::monoprice::config::step::user::data::source_4%]",
"source_5": "[%key:component::monoprice::config::step::user::data::source_5%]",
"source_6": "[%key:component::monoprice::config::step::user::data::source_6%]"
}
}
}
},
"services": {
"snapshot": {
"name": "Snapshot",
"description": "Takes a snapshot of the media player zone."
},
"restore": {
"name": "Restore",
"description": "Restores a snapshot of the media player zone."
}
}
}