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

29 lines
718 B
JSON
Raw Normal View History

2020-06-09 00:05:22 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "La cuenta ya ha sido configurada"
2020-06-09 00:05:22 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
2020-06-09 00:05:22 +00:00
},
"step": {
"user": {
"data": {
"password": "Contrase\u00f1a",
"username": "Correo electr\u00f3nico"
},
"title": "Configurar Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Mostrar Tiles inactivos"
},
"title": "Configurar Tile"
}
}
}
}