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

24 lines
650 B
JSON
Raw Normal View History

2019-02-22 00:40:25 +00:00
{
"config": {
"error": {
"name_exists": "El nombre ya existe"
},
"step": {
"user": {
"data": {
"latitude": "Latitud",
"longitude": "Longitud",
2020-02-17 00:31:56 +00:00
"mode": "Modo",
2019-02-22 00:40:25 +00:00
"name": "Nombre"
},
2019-03-13 19:49:42 +00:00
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
2019-02-22 00:40:25 +00:00
"title": "Ubicaci\u00f3n"
}
2020-04-15 16:51:07 +00:00
}
2020-12-02 00:03:14 +00:00
},
"system_health": {
"info": {
"api_endpoint_reachable": "Se puede acceder al punto de conexi\u00f3n de la API IPMA"
}
2020-04-16 20:00:10 +00:00
}
2019-02-22 00:40:25 +00:00
}