Feat: Adds multi currency to imports and exports (#89)
* Also adds ability for user to export configurations
This commit is contained in:
+5
-2
@@ -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
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user