From 376dc9d9129067d3abaf0361ea97c7fa05ea5419 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 26 Apr 2026 15:02:21 -0500 Subject: [PATCH] feat(locales): add outbound message propagation status translations for multiple languages --- meshchatx/src/frontend/locales/de.json | 4 ++++ meshchatx/src/frontend/locales/en.json | 4 ++++ meshchatx/src/frontend/locales/es.json | 4 ++++ meshchatx/src/frontend/locales/fr.json | 4 ++++ meshchatx/src/frontend/locales/it.json | 4 ++++ meshchatx/src/frontend/locales/nl.json | 4 ++++ meshchatx/src/frontend/locales/ru.json | 4 ++++ meshchatx/src/frontend/locales/zh.json | 4 ++++ 8 files changed, 32 insertions(+) diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json index df3c9ec..50b3541 100644 --- a/meshchatx/src/frontend/locales/de.json +++ b/meshchatx/src/frontend/locales/de.json @@ -1096,6 +1096,10 @@ "stranger_link_open_confirm": "Dieser Link wurde von einem unbekannten Kontakt gesendet:\n{url}\n\nTrotzdem öffnen?", "send_placeholder": "Schreibe eine Nachricht...", "sending_ellipsis": "Wird gesendet…", + "outbound_pending_propagation": "Senden an den Propagationsknoten…", + "outbound_pending_propagation_with_progress": "Senden an den Propagationsknoten… {progress}%", + "outbound_on_propagation_node": "Auf dem Propagationsknoten", + "outbound_sent_network": "Gesendet", "more_actions": "Weitere Aktionen", "retry_failed": "Fehlgeschlagene erneut senden", "telemetry_history": "Telemetrie-Verlauf", diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json index 8148dad..0dd4f7e 100644 --- a/meshchatx/src/frontend/locales/en.json +++ b/meshchatx/src/frontend/locales/en.json @@ -1062,6 +1062,10 @@ "stranger_link_open_confirm": "This link was sent by an unknown contact:\n{url}\n\nOpen it anyway?", "send_placeholder": "Type a message...", "sending_ellipsis": "Sending…", + "outbound_pending_propagation": "Sending to propagation node…", + "outbound_pending_propagation_with_progress": "Sending to propagation node… {progress}%", + "outbound_on_propagation_node": "On propagation node", + "outbound_sent_network": "Sent", "no_messages_in_conversation": "No messages in this conversation yet.", "say_hello": "Say hello!", "no_active_chat": "No Active Chat", diff --git a/meshchatx/src/frontend/locales/es.json b/meshchatx/src/frontend/locales/es.json index be3e567..de83fe7 100644 --- a/meshchatx/src/frontend/locales/es.json +++ b/meshchatx/src/frontend/locales/es.json @@ -1062,6 +1062,10 @@ "stranger_link_open_confirm": "Este enlace fue enviado por un contacto desconocido:{url}¿Abrelo de todos modos?", "send_placeholder": "Escribe un mensaje...", "sending_ellipsis": "Enviando...", + "outbound_pending_propagation": "Enviando al nodo de propagación…", + "outbound_pending_propagation_with_progress": "Enviando al nodo de propagación… {progress}%", + "outbound_on_propagation_node": "En el nodo de propagación", + "outbound_sent_network": "Enviado", "no_messages_in_conversation": "Aún no hay mensajes en esta conversación.", "say_hello": "¡Saluda!", "no_active_chat": "No Active Chat", diff --git a/meshchatx/src/frontend/locales/fr.json b/meshchatx/src/frontend/locales/fr.json index 01b4132..7af3430 100644 --- a/meshchatx/src/frontend/locales/fr.json +++ b/meshchatx/src/frontend/locales/fr.json @@ -1062,6 +1062,10 @@ "stranger_link_open_confirm": "Ce lien a été envoyé par un contact inconnu :\n{url}\n\nL'ouvrir quand même ?", "send_placeholder": "Saisissez un message...", "sending_ellipsis": "Envoyer...", + "outbound_pending_propagation": "Envoi vers le nœud de propagation…", + "outbound_pending_propagation_with_progress": "Envoi vers le nœud de propagation… {progress}%", + "outbound_on_propagation_node": "Sur le nœud de propagation", + "outbound_sent_network": "Envoyé", "no_messages_in_conversation": "Pas encore de messages dans cette conversation.", "say_hello": "Dis bonjour !", "no_active_chat": "Pas de chat actif", diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json index db03c42..2ba6c71 100644 --- a/meshchatx/src/frontend/locales/it.json +++ b/meshchatx/src/frontend/locales/it.json @@ -1096,6 +1096,10 @@ "stranger_link_open_confirm": "Questo link e stato inviato da un contatto sconosciuto:\n{url}\n\nAprirlo comunque?", "send_placeholder": "Scrivi un messaggio...", "sending_ellipsis": "Invio in corso…", + "outbound_pending_propagation": "Invio al nodo di propagazione…", + "outbound_pending_propagation_with_progress": "Invio al nodo di propagazione… {progress}%", + "outbound_on_propagation_node": "Sul nodo di propagazione", + "outbound_sent_network": "Inviato", "more_actions": "Altre azioni", "retry_failed": "Riprova messaggi non inviati", "telemetry_history": "Cronologia telemetria", diff --git a/meshchatx/src/frontend/locales/nl.json b/meshchatx/src/frontend/locales/nl.json index 2361b43..2d1190b 100644 --- a/meshchatx/src/frontend/locales/nl.json +++ b/meshchatx/src/frontend/locales/nl.json @@ -1062,6 +1062,10 @@ "stranger_link_open_confirm": "Deze link is verstuurd door een onbekend contact:{url}Openen?", "send_placeholder": "Typ een bericht...", "sending_ellipsis": "Verzenden...", + "outbound_pending_propagation": "Verzenden naar propagatieknooppunt…", + "outbound_pending_propagation_with_progress": "Verzenden naar propagatieknooppunt… {progress}%", + "outbound_on_propagation_node": "Op propagatieknooppunt", + "outbound_sent_network": "Verzonden", "no_messages_in_conversation": "Nog geen berichten in dit gesprek.", "say_hello": "Zeg hallo!", "no_active_chat": "Geen actief gesprek", diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json index 3446226..2e1290a 100644 --- a/meshchatx/src/frontend/locales/ru.json +++ b/meshchatx/src/frontend/locales/ru.json @@ -1096,6 +1096,10 @@ "stranger_link_open_confirm": "Эта ссылка отправлена неизвестным контактом:\n{url}\n\nОткрыть ее?", "send_placeholder": "Введите сообщение...", "sending_ellipsis": "Отправка…", + "outbound_pending_propagation": "Отправка на узел распространения…", + "outbound_pending_propagation_with_progress": "Отправка на узел распространения… {progress}%", + "outbound_on_propagation_node": "На узле распространения", + "outbound_sent_network": "Отправлено", "more_actions": "Другие действия", "retry_failed": "Повторить неудачные", "telemetry_history": "История телеметрии", diff --git a/meshchatx/src/frontend/locales/zh.json b/meshchatx/src/frontend/locales/zh.json index 7b39c1b..a9094ac 100644 --- a/meshchatx/src/frontend/locales/zh.json +++ b/meshchatx/src/frontend/locales/zh.json @@ -1062,6 +1062,10 @@ "stranger_link_open_confirm": "此链接由未知联系人发送:\n{url}\n\n打开它吗?", "send_placeholder": "输入消息...", "sending_ellipsis": "发送中...", + "outbound_pending_propagation": "正在发送到传播节点…", + "outbound_pending_propagation_with_progress": "正在发送到传播节点… {progress}%", + "outbound_on_propagation_node": "已在传播节点", + "outbound_sent_network": "已发送", "no_messages_in_conversation": "对话中尚无消息", "say_hello": "打个招呼!", "no_active_chat": "无活动聊天",