Skip to content

Commit

Permalink
added Spanish translations (ES)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizz committed Dec 9, 2023
1 parent f20725b commit 4459ece
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions custom_components/sonoff/translations/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"config": {
"abort": {
"reauth_successful": "La re-autenticación fue exitosa."
},
"error": {
"exists": "Esta cuenta ya se encuentra configurada.",
"template": "{error}"
},
"step": {
"user": {
"description": "Ingrese las credenciales de su [cuenta eWeLink](https://www.ewelink.cc/es/)",
"data": {
"username": "Email o teléfono (Use cualquiera para el modo DIY)",
"password": "Contraseña (Dejar en blanco para el modo DIY)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Modo (\"Auto\" es recomendado para la mayoría de usuarios)",
"homes": "Casas (Dejar desmarcado para la casa \"actual\")",
"debug": "Página de depuración (Integraciones > Sonoff integration > Problemas conocidos)"
}
}
}
},
"system_health": {
"info": {
"version": "Versión",
"cloud_online": "Dispositivos cloud online",
"local_online": "Dispositivos locales online",
"debug": "Página de depuración"
}
}
}

0 comments on commit 4459ece

Please sign in to comment.