Feat: Adds multi currency to imports and exports (#89)

* Also adds ability for user to export configurations
This commit is contained in:
hackerESQ
2025-04-10 20:47:35 -05:00
committed by GitHub
parent eae345f243
commit 1ef8dd9378
23 changed files with 445 additions and 77 deletions
+5 -2
View File
@@ -367,8 +367,11 @@
"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...",
"Preparing to import transactions...": "Preparing to import transactions...",
"Importing transactions (Batch :currentBatch of :totalBatches)...": "Importing transactions (Batch :currentBatch of :totalBatches)...",
"Preparing to import daily changes...": "Preparing to import daily changes...",
"Importing daily changes (Batch :currentBatch of :totalBatches)...": "Importing daily changes (Batch :currentBatch of :totalBatches)...",
"Importing configurations...": "Importing configurations...",
"Import completed successfully!": "Import completed successfully!",
"Your import will continue in the background": "Your import will continue in the background",
+5 -2
View File
@@ -367,8 +367,11 @@
"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...",
"Preparing to import transactions...": "Preparándose para importar transacciones...",
"Importing transactions (Batch :currentBatch of :totalBatches)...": "Importando transacciones (Lote :currentBatch de :totalBatches)...",
"Preparing to import daily changes...": "Preparing to import cambios diarios...",
"Importing daily changes (Batch :currentBatch of :totalBatches)...": "Importando cambios diarios (Lote :currentBatch de :totalBatches)...",
"Importing configurations...": "Importando configuraciones...",
"Import completed successfully!": "¡La importación se completó con éxito!",
"Your import will continue in the background": "La importación continuará en segundo plano",