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

20 lines
544 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"unknown": "Unexpected error"
},
"error": {
"not_found": "No devices found on the network"
},
"step": {
"user": {
"data": {
"code": "Station code"
},
"description": "Enter the Meteoclimatic station code (e.g., ESCAT4300000043206B)",
"title": "Meteoclimatic"
}
}
}
}