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

19 lines
565 B
JSON

{
"config": {
"error": {
"already_configured": "Service is already configured"
},
"step": {
"user": {
"data": {
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Name"
},
"description": "Enter your location to use weather data from the Met \u00c9ireann Public Weather Forecast API",
"title": "Location"
}
}
}
}