From f363470cd10f7194d2201cb762a09a2d334ee603 Mon Sep 17 00:00:00 2001
From: vjrj <vjrj@comunes.org>
Date: Fri, 8 Nov 2024 22:07:56 +0100
Subject: [PATCH] Add new contact profile fields and update translations

---
 assets/translations/en.json | 7 ++++++-
 assets/translations/es.json | 7 ++++++-
 assets/translations/fr.json | 2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/assets/translations/en.json b/assets/translations/en.json
index c1911f42..a9230c22 100644
--- a/assets/translations/en.json
+++ b/assets/translations/en.json
@@ -65,6 +65,7 @@
   "add_contact": "Add contact",
   "contact_added": "Contact added",
   "no_transactions": "This wallet has no balance. Start for example by offering your services in Äž1 markets in order to receive your first income.",
+  "no_transactions_simple": "This wallet has no balance",
   "qr-scanner-title": "Scan the QR of someone",
   "copy_contact_key": "Copy",
   "nothing_found": "Nothing found",
@@ -280,5 +281,9 @@
   "total_received_sent": "Total sales and purchases",
   "download_pdf": "Download PDF",
   "contacts_show_more": "Show more",
-  "contacts_show_less": "Show less"
+  "contacts_show_less": "Show less",
+  "contact_about_me": "Profile",
+  "contact_address": "Physical address",
+  "contact_socials": "Social Media and Websites",
+  "info": "Info"
 }
diff --git a/assets/translations/es.json b/assets/translations/es.json
index 9339cf1a..e93954c1 100644
--- a/assets/translations/es.json
+++ b/assets/translations/es.json
@@ -286,5 +286,10 @@
   "download_pdf": "Descargar PDF",
   "contacts_show_more": "Mostrar más",
   "contacts_show_less": "Mostrar menos",
-  "form_contact_pub_or_address": "Llave"
+  "form_contact_pub_or_address": "Llave",
+  "contact_about_me": "Perfil",
+  "contact_address": "Dirección",
+  "contact_socials": "Redes sociales y web",
+  "no_transactions_simple": "Este monedero no tiene saldo",
+  "info": "Info"
 }
diff --git a/assets/translations/fr.json b/assets/translations/fr.json
index 31dc568d..f326d218 100644
--- a/assets/translations/fr.json
+++ b/assets/translations/fr.json
@@ -259,7 +259,7 @@
   "search_user_title_in_analysis": "Recherche d'utilisateurs",
   "storage_permission_request": "L'autorisation de stockage est requise pour exporter ou importer votre portefeuille",
   "select_wallets_export": "Sélectionner les portefeuilles à exporter",
-  "select_all_wallets": "Sélectionner les portefeuilles",
+  "select_all_wallets": "Choisir tout",
   "done": "FAIT",
   "export_contacts": "Exporter des contacts",
   "no_wallets_imported": "Pas de portefeuilles importés",
-- 
GitLab