Skip to content

Commit

Permalink
Create es.json
Browse files Browse the repository at this point in the history
Spanish translation for the setup process.
  • Loading branch information
figorr authored Sep 30, 2024
1 parent 57381e6 commit 074cfd3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/ecowater_softener/translations/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"config": {
"step": {
"user": {
"data": {
"username": "Usuario",
"password": "Contraseña"
},
"description": "Introduce tus credenciales de la cuenta de Ecowater.\nA continuación selecciona el formato de fecha que utiliza tu dispostivo Ecowater.",
"title": "Acceso"
},
"device": {
"data": {
"device_serial_number": "Dispositivos"
},
"description": "Selecciona el dispositivo Ecowater a añadir.",
"title": "Dispositivos"
}
},
"error": {
"login_fail": "Falló el acceso. Revisa tu usuario y contraseña."
},
"abort": {
"no_available_devices": "No hay dispositivos disponibles para configurar."
}
}
}

0 comments on commit 074cfd3

Please sign in to comment.