implement chat

This commit is contained in:
2026-01-28 08:18:33 +01:00
parent 3e66d3977e
commit c60e202790
8 changed files with 748 additions and 24 deletions

View File

@@ -105,6 +105,13 @@
"copyAddress": "Adresse kopieren",
"contactHint": "Kopiere die Adresse und sende den Betrag über dein Monero-Wallet."
},
"chat": {
"title": "Nachricht senden",
"placeholder": "Nachricht schreiben...",
"encrypted": "Ende-zu-Ende verschlüsselt",
"startConversation": "Starte eine Unterhaltung mit dem Anbieter.",
"send": "Senden"
},
"create": {
"title": "Anzeige erstellen",
"listingTitle": "Titel",

View File

@@ -105,6 +105,13 @@
"copyAddress": "Copy address",
"contactHint": "Copy the address and send the amount using your Monero wallet."
},
"chat": {
"title": "Send Message",
"placeholder": "Write a message...",
"encrypted": "End-to-end encrypted",
"startConversation": "Start a conversation with the seller.",
"send": "Send"
},
"create": {
"title": "Create Listing",
"listingTitle": "Title",

View File

@@ -105,6 +105,13 @@
"copyAddress": "Copier l'adresse",
"contactHint": "Copiez l'adresse et envoyez le montant via votre portefeuille Monero."
},
"chat": {
"title": "Envoyer un message",
"placeholder": "Écrire un message...",
"encrypted": "Chiffré de bout en bout",
"startConversation": "Démarrez une conversation avec le vendeur.",
"send": "Envoyer"
},
"create": {
"title": "Créer une annonce",
"listingTitle": "Titre",