core/homeassistant/components/meteoclimatic/translations/en.json

21 lines
521 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-05-26 00:16:09 +00:00
"already_configured": "Device is already configured",
"unknown": "Unexpected error"
},
"error": {
2021-05-26 00:16:09 +00:00
"not_found": "No devices found on the network"
},
"step": {
"user": {
"data": {
"code": "Station code"
},
2022-04-29 00:22:21 +00:00
"data_description": {
"code": "Looks like ESCAT4300000043206B"
}
}
}
}
}