-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1268 from Fabrizz/master
added Spanish translations (ES)
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |