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

24 lines
614 B
JSON
Raw Normal View History

{
"config": {
"error": {
"name_exists": "Name already exists"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude",
2020-02-15 00:31:45 +00:00
"mode": "Mode",
"name": "Name"
},
2019-02-13 23:44:18 +00:00
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"title": "Location"
}
2020-04-15 16:51:07 +00:00
}
2020-12-01 00:03:00 +00:00
},
"system_health": {
"info": {
"api_endpoint_reachable": "IPMA API endpoint reachable"
}
2020-04-16 20:00:10 +00:00
}
}