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

30 lines
778 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
2022-08-12 00:23:47 +00:00
"cannot_connect": "No se pudo conectar",
2021-04-22 00:02:50 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2021-03-16 00:04:36 +00:00
"unknown": "Error inesperado"
},
"step": {
"user": {
"data": {
2021-04-22 00:02:50 +00:00
"host": "Host",
2021-03-16 00:04:36 +00:00
"password": "Contrase\u00f1a",
2022-08-12 00:23:47 +00:00
"username": "Nombre de usuario"
2021-03-16 00:04:36 +00:00
}
}
}
2021-03-20 00:04:10 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-08-12 00:23:47 +00:00
"reverse": "L\u00f3gica de interruptor inverso (usar NC)"
2021-03-20 00:04:10 +00:00
}
}
}
2021-03-16 00:04:36 +00:00
}
}