diff --git a/assets/translations/en.json b/assets/translations/en.json
index 1c818a45e9c1fc4c17dd858b1edb56b8e33105de..102cfcc79002ff27b6fe32c901dc5cac850b266c 100644
--- a/assets/translations/en.json
+++ b/assets/translations/en.json
@@ -261,5 +261,21 @@
   "select_all_wallets": "Select all wallets",
   "done": "DONE",
   "export_contacts": "Export Contacts",
-  "no_wallets_imported": "No wallets imported"
+  "no_wallets_imported": "No wallets imported",
+  "too_many_attempts": "Too many attempts",
+  "transaction_summary": "Transaction Summary",
+  "total_received": "Total Received:",
+  "total_sent": "Total Sent:",
+  "other_contacts_involved": "Other Accounts Involved",
+  "invalid_date_range": "Invalid Date Range",
+  "date_range_exceed": "The date range cannot exceed {number} days.",
+  "ok": "OK",
+  "market_analysis_report": "Market Analysis Report",
+  "pdf_generated": "PDF generated",
+  "select_people_to_analyze": "Select people to analyze",
+  "select_date_range": "Select Date Range",
+  "dates": "Dates",
+  "analyze": "Analyze",
+  "total_received_sent": "Total Received and Sent",
+  "download_pdf": "Download PDF"
 }
diff --git a/assets/translations/es.json b/assets/translations/es.json
index 5a54f49b682c19f0544afa204352ceae9c2cc6d0..79e50c1d831f4e85c7a2004b0aa7cfadfe07ef53 100644
--- a/assets/translations/es.json
+++ b/assets/translations/es.json
@@ -261,11 +261,27 @@
   "search_multiuser_hint": "Mantén pulsado si quieres pagar a varias personas a la vez",
   "account_info": "Info de la cuenta",
   "storage_permission_request": "Se necesitan permisos para exportar o importar tu monedero",
-  "market_analysis": "Analyze your Market!",
+  "market_analysis": "¡Analiza tu Mercado!",
   "last_node": "Último nodo usado: ",
   "select_wallets_export": "Elije los monederos a exportar",
   "select_all_wallets": "Elije todos",
   "done": "HECHO",
   "export_contacts": "Exportar contactos",
-  "no_wallets_imported": "No se han importado monederos"
+  "no_wallets_imported": "No se han importado monederos",
+  "too_many_attempts": "Demasiados intentos",
+  "transaction_summary": "Resumen de Transacciones",
+  "total_received": "Total Recibido:",
+  "total_sent": "Total Enviado:",
+  "other_contacts_involved": "Otras cuentas involucradas",
+  "invalid_date_range": "Rango de Fechas No Válido",
+  "date_range_exceed": "El rango de fechas no puede exceder los {number} días.",
+  "ok": "OK",
+  "market_analysis_report": "Reporte de Análisis de Mercado",
+  "pdf_generated": "PDF generado",
+  "select_people_to_analyze": "Seleccionar personas para analizar",
+  "select_date_range": "Seleccionar Rango de Fechas",
+  "dates": "Fechas",
+  "analyze": "Analizar",
+  "total_received_sent": "Total Recibidos y Enviados",
+  "download_pdf": "Descargar PDF"
 }