diff --git a/es.json b/es.json index 0967ef424bce6791893e9a57bb952f80fd536e93..c199c06081c69f02799063d80ceb8e0c7d0500a2 100644 --- a/es.json +++ b/es.json @@ -1 +1,27 @@ -{} +{ + "app": { + "main": { + "channel": { + "message": "Message {{name}}" + } + } + }, + "login": { + "create": "Crear una nueva cuenta.", + "new": "¿Nuevo a REVOLT?", + "forgot": "¿Olvidó su contraseña?", + "enter": { + "password": "Pon tu contraseña.", + "email": "Pon tu email." + }, + "password": "Contraseña", + "email": "Email", + "title": "Login" + }, + "general": { + "image_by": "Imagen de", + "privacy": "PolÃtica de privacidad", + "tos": "Términos de servicio", + "about": "Sobre nosotros" + } +}