1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/fritzbox/translations/es.json

31 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-22 02:03:20 +02:00
{
"config": {
"abort": {
"already_configured": "Este AVM FRITZ!Box ya est\u00e1 configurado.",
2020-10-09 02:04:33 +02:00
"already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso",
2020-10-12 02:03:31 +02:00
"no_devices_found": "No se encontraron dispositivos en la red",
2020-04-30 02:03:17 +02:00
"not_supported": "Conectado a AVM FRITZ!Box pero no es capaz de controlar dispositivos Smart Home."
2020-04-22 02:03:20 +02:00
},
"error": {
2020-10-12 02:03:31 +02:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
2020-04-22 02:03:20 +02:00
},
"flow_title": "AVM FRITZ!Box: {name}",
"step": {
"confirm": {
"data": {
"password": "Contrase\u00f1a",
"username": "Usuario"
},
2020-05-29 02:04:16 +02:00
"description": "\u00bfQuieres configurar {name}?"
2020-04-22 02:03:20 +02:00
},
"user": {
"data": {
2020-07-20 02:03:01 +02:00
"host": "Host",
2020-04-22 02:03:20 +02:00
"password": "Contrase\u00f1a",
"username": "Usuario"
},
2020-05-29 02:04:16 +02:00
"description": "Introduce tu informaci\u00f3n de AVM FRITZ!Box."
2020-04-22 02:03:20 +02:00
}
}
}
}