From 253975eb7dc413b55734c6385decaeda6a7e2415 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Tue, 17 Feb 2026 17:48:55 -0600 Subject: [PATCH] Add translations for 'ingest_paper_message' in German, English, Italian, and Russian - Added the new localization key 'ingest_paper_message' to the German, English, Italian, and Russian locale files to support the ingestion of paper messages. --- meshchatx/src/frontend/locales/de.json | 1 + meshchatx/src/frontend/locales/en.json | 1 + meshchatx/src/frontend/locales/it.json | 1 + meshchatx/src/frontend/locales/ru.json | 1 + 4 files changed, 4 insertions(+) diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json index 8355c3b..b7d18ca 100644 --- a/meshchatx/src/frontend/locales/de.json +++ b/meshchatx/src/frontend/locales/de.json @@ -579,6 +579,7 @@ "view_on_map": "Auf Karte anzeigen", "request": "Anfordern", "generate_paper_message": "Papier-Nachricht erstellen (LXM)", + "ingest_paper_message": "Papier-Nachricht erfassen", "recording": "Aufnahme: {duration}", "nomad_network_node": "Nomad Network Knoten", "toggle_source": "Quellcode umschalten", diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json index 5f2a939..2e40d91 100644 --- a/meshchatx/src/frontend/locales/en.json +++ b/meshchatx/src/frontend/locales/en.json @@ -579,6 +579,7 @@ "view_on_map": "View on Map", "request": "Request", "generate_paper_message": "Generate Paper Message (LXM)", + "ingest_paper_message": "Ingest Paper Message", "recording": "Recording: {duration}", "nomad_network_node": "Nomad Network Node", "toggle_source": "Toggle Source Code", diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json index 90ba2f9..32b2bf7 100644 --- a/meshchatx/src/frontend/locales/it.json +++ b/meshchatx/src/frontend/locales/it.json @@ -579,6 +579,7 @@ "view_on_map": "Visualizza sulla Mappa", "request": "Richiesta", "generate_paper_message": "Genera Messaggio Cartaceo (LXM)", + "ingest_paper_message": "Inserisci messaggio cartaceo", "recording": "Registrazione: {duration}", "nomad_network_node": "Nodo Nomad Network", "toggle_source": "Attiva/Disattiva Codice Sorgente", diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json index 78a0907..06c658a 100644 --- a/meshchatx/src/frontend/locales/ru.json +++ b/meshchatx/src/frontend/locales/ru.json @@ -579,6 +579,7 @@ "view_on_map": "Показать на карте", "request": "Запрос", "generate_paper_message": "Создать бумажное сообщение (LXM)", + "ingest_paper_message": "Загрузить бумажное сообщение", "recording": "Запись: {duration}", "nomad_network_node": "Узел Nomad Network", "toggle_source": "Исходный код",