From 2dc2ca63d24c0fd8ecd721f182e7a8deaa59af75 Mon Sep 17 00:00:00 2001
From: vjrj <vjrj@comunes.org>
Date: Thu, 3 Aug 2023 07:01:03 +0200
Subject: [PATCH] New messages

---
 assets/translations/en.json | 9 +++++++--
 assets/translations/es.json | 8 +++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/assets/translations/en.json b/assets/translations/en.json
index 7d390b09..da91a15f 100644
--- a/assets/translations/en.json
+++ b/assets/translations/en.json
@@ -207,7 +207,12 @@
   "paste": "PASTE",
   "import": "IMPORT",
   "select_import_method": "Select Import Method",
-  "select_import_method_desc": "Please choose where to import the text from",
+  "select_import_method_desc": "Please choose where to import the wallet from",
   "file_import": "Import from File",
-  "clipboard_import": "Import from Clipboard"
+  "export": "EXPORT",
+  "clipboard_export": "Export to Clipboard",
+  "select_export_method": "Select Export Method",
+  "select_export_method_desc": "Please choose where to export the wallet",
+  "file_export": "Export to File",
+  "clipboard_export": "Export to Clipboard"
 }
diff --git a/assets/translations/es.json b/assets/translations/es.json
index 977a729c..b9b47d97 100644
--- a/assets/translations/es.json
+++ b/assets/translations/es.json
@@ -211,5 +211,11 @@
   "select_import_method": "Selecciona el método de importación",
   "select_import_method_desc": "Por favor, selecciona el método de importación de tu monedero",
   "file_import": "Importar desde archivo",
-  "clipboard_import": "Importar desde portapapeles"
+  "clipboard_import": "Importar desde portapapeles",
+  "export": "EXPORTAR",
+  "clipboard_export": "Exportar al portapapeles",
+  "select_export_method": "Selecciona el método de exportación",
+  "select_export_method_desc": "Por favor, selecciona el método de exportación de tu monedero",
+  "file_export": "Exportar a archivo",
+  "clipboard_export": "Exportar al portapapeles"
 }
-- 
GitLab