feat:improved background importing

This commit is contained in:
hackerESQ
2024-10-24 14:48:24 -05:00
parent 7543c0a865
commit 3c368310ad
15 changed files with 459 additions and 139 deletions
+10 -1
View File
@@ -20,6 +20,7 @@
"Yes": "Yes",
"you": "you",
"Nothing to show here yet": "Nothing to show here yet",
"Try again": "Try again",
"Hang on! You're doing that too much.": "Hang on! You're doing that too much.",
"Delete Account": "Delete Account",
@@ -360,6 +361,14 @@
"Hey again!": "Hey again!",
"Before you can get started with Investbrain, let's complete your profile:": "Before you can get started with Investbrain, let's complete your profile:",
"Or login with SSO:": "Or login with SSO:",
"Create Password": "Create Password"
"Create Password": "Create Password",
"You do not have access to that portfolio.": "You do not have access to that portfolio.",
"Import starting...": "Import starting...",
"Import is in progress...": "Import is in progress...",
"Importing portfolios...": "Importing portfolios...",
"Importing transactions...": "Importing transactions...",
"Importing daily changes...": "Importing daily changes...",
"Import completed successfully!": "Import completed successfully!",
"Your import will continue in the background.": "Your import will continue in the background."
}
+11 -1
View File
@@ -20,6 +20,7 @@
"Yes": "Sí",
"you": "tú",
"Nothing to show here yet": "No hay nada que mostrar aquí todavía",
"Try again": "Intentar otra vez",
"Hang on! You're doing that too much.": "¡Por favor espere un momento!",
"Delete Account": "Eliminar Cuenta",
@@ -360,5 +361,14 @@
"Hey again!": "¡Oye de nuevo!",
"Before you can get started with Investbrain, let's complete your profile:": "Antes de poder comenzar a utilizar Investbrain, deberá crear una cuenta:",
"Or login with SSO:": "O iniciar sesión mediante SSO:",
"Create Password": "Crear Contraseña"
"Create Password": "Crear Contraseña",
"You do not have access to that portfolio.": "No tienes acceso a ese portafolio.",
"Import starting...": "Iniciando la importación...",
"Import is in progress...": "La importación está en progreso...",
"Importing portfolios...": "Importando portafolios...",
"Importing transactions...": "Importando transacciones...",
"Importing daily changes...": "Importando cambios diarios...",
"Import completed successfully!": "¡La importación se completó con éxito!",
"Your import will continue in the background.": "La importación continuará en segundo plano."
}