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

22 lines
656 B
JSON
Raw Normal View History

2022-01-10 00:14:49 +00:00
{
"config": {
"step": {
"site": {
"data": {
"site_name": "Nombre del sitio",
"site_nmi": "Sitio NMI"
},
"description": "Seleccione el NMI del sitio que le gustar\u00eda agregar",
"title": "Amber Electric"
},
"user": {
"data": {
"api_token": "API Token",
"site_id": "ID del sitio"
},
"description": "Ve a {api_url} para generar una clave API",
"title": "Amber Electric"
}
}
}
}