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

17 lines
803 B
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n.",
"webhook_not_internet_accessible": "Tu instancia de Home Assistant debe estar accesible desde Internet para recibir mensajes webhook."
2019-09-14 00:32:15 +00:00
},
"create_entry": {
"default": "Para enviar eventos a Home Assistant, necesitar\u00e1 configurar la funci\u00f3n de webhook en Traccar.\n\nUtilice la siguiente url: ``{webhook_url}``\n\nConsulte la [documentaci\u00f3n]({docs_url}) para m\u00e1s detalles."
},
"step": {
"user": {
"description": "\u00bfEst\u00e1 seguro de querer configurar Traccar?",
"title": "Configurar Traccar"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-05 10:11:41 +00:00
}