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

47 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada",
"reauth_successful": "La autenticaci\u00f3n se volvi\u00f3 a realizar correctamente"
},
"error": {
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
"no_stations": "No se pudo encontrar ninguna estaci\u00f3n dentro del rango."
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Clave API"
}
},
"select_station": {
"data": {
"stations": "Estaciones"
},
"description": "se encontraron {stations_count} estaciones en el radio",
"title": "Selecciona las estaciones para a\u00f1adir"
},
"user": {
"data": {
"api_key": "Clave API",
"fuel_types": "Tipos de combustible",
"location": "Ubicaci\u00f3n",
"name": "Nombre de la regi\u00f3n",
"radius": "Radio de b\u00fasqueda",
"stations": "Estaciones de servicio adicionales"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Muestra las estaciones en el mapa",
"stations": "Estaciones"
},
"title": "Opciones de Tankerkoenig"
}
}
}
}