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

24 lines
614 B
JSON

{
"config": {
"error": {
"name_exists": "Name already exists"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude",
"mode": "Mode",
"name": "Name"
},
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"title": "Location"
}
}
},
"system_health": {
"info": {
"api_endpoint_reachable": "IPMA API endpoint reachable"
}
}
}