Files
core/homeassistant/components/zha/strings.json
T
Quentame ec2ce31204 Fix script/translations_develop launch + clean some unused error i18n (#25459)
* Fix : script/translations_develop launch + clean some unused error i18n

* Respecting strings.json order property

title
step
error
abort

* Review from @fredrike : remove Telldus Live all_configured
2019-08-11 20:40:18 -07:00

20 lines
500 B
JSON

{
"config": {
"title": "ZHA",
"step": {
"user": {
"title": "ZHA",
"data": {
"radio_type": "Radio Type",
"usb_path": "USB Device Path"
}
}
},
"error": {
"cannot_connect": "Unable to connect to ZHA device."
},
"abort": {
"single_instance_allowed": "Only a single configuration of ZHA is allowed."
}
}
}