From 2cac8f1a7a1adadee129f4293fdabb1e68aa998f Mon Sep 17 00:00:00 2001
From: vjrj <vjrj@comunes.org>
Date: Fri, 18 Oct 2024 22:19:11 +0200
Subject: [PATCH] New strings

---
 assets/translations/en.json | 18 +++++++++++++++++-
 assets/translations/es.json | 20 ++++++++++++++++++--
 2 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/assets/translations/en.json b/assets/translations/en.json
index 1c818a45..102cfcc7 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 5a54f49b..79e50c1d 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"
 }
-- 
GitLab