From 48b1929f10f0fd18246c868cd76fb6ba6cac3025 Mon Sep 17 00:00:00 2001
From: Archit Sasta <architsastam@gmail.com>
Date: Fri, 16 Apr 2021 18:41:25 +0000
Subject: [PATCH] Translated using Weblate (Spanish)

Currently translated at 13.2% (33 of 250 strings)

Translation: Revolt/Web App
Translate-URL: http://weblate.insrt.uk/projects/revolt/web-app/es/
---
 es.json | 31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

diff --git a/es.json b/es.json
index c199c06..76ecf93 100644
--- a/es.json
+++ b/es.json
@@ -12,16 +12,39 @@
         "forgot": "¿Olvidó su contraseña?",
         "enter": {
             "password": "Pon tu contraseña.",
-            "email": "Pon tu email."
+            "email": "Introduce tu correo electrónico.",
+            "current_password": "Introduce tu contraseña actual.",
+            "invite": "Ingresa tu código de invitación.",
+            "username": "Introduzca un nombre de usuario."
         },
         "password": "Contraseña",
-        "email": "Email",
-        "title": "Login"
+        "email": "Correo electrónico",
+        "title": "Login",
+        "error": {
+            "login": "¡Error al iniciar sesión!",
+            "create": "¡Fallo el registro!"
+        },
+        "successful_registration": "¡Registrado exitosamente!",
+        "open_mail_provider": "Abierto {{provider}}",
+        "check_spam": "Asegúrese de revisar el correo no deseado si no puede encontrarlo.",
+        "check_mail": "Revisa tu correo.",
+        "cancel": "Cancelar petición.",
+        "resend": "Reenviar verificación.",
+        "missing_verification": "¿Sin correo electrónico?",
+        "existing": "¿Ya tienes una cuenta?",
+        "remembered": "Regrese para iniciar sesión.",
+        "set_password": "Establecer nueva contraseña.",
+        "reset": "Restablecer la contraseña.",
+        "current_password": "Contraseña actual",
+        "invite": "Codigo de invitacion",
+        "username": "Nombre de usuario",
+        "register": "Registrarse"
     },
     "general": {
         "image_by": "Imagen de",
         "privacy": "Política de privacidad",
         "tos": "Términos de servicio",
-        "about": "Sobre nosotros"
+        "about": "Sobre nosotros",
+        "loading": "Cargando…"
     }
 }
-- 
GitLab