From 842c4a393847c30253ebe10cb1fda5b917472235 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 3 Jan 2026 18:30:33 -0600 Subject: [PATCH] feat(locales): add "do not show ever again" message and emergency mode notification in German, English, and Russian translations --- meshchatx/src/frontend/locales/de.json | 4 +++- meshchatx/src/frontend/locales/en.json | 1 + meshchatx/src/frontend/locales/ru.json | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json index 1127121..236ef47 100644 --- a/meshchatx/src/frontend/locales/de.json +++ b/meshchatx/src/frontend/locales/de.json @@ -17,6 +17,7 @@ "about": "Über", "changelog_title": "Was ist neu", "do_not_show_again": "Für diese Version nicht mehr anzeigen", + "do_not_show_ever": "Nie wieder anzeigen", "tutorial_title": "Tutorial", "tutorial_welcome": "Willkommen bei MeshChatX", "tutorial_connect": "Verbinden Sie sich mit dem Mesh", @@ -158,7 +159,8 @@ "sync_complete": "Synchronisierung abgeschlossen. {count} Nachrichten empfangen.", "sync_error": "Synchronisierungsfehler: {status}", "switching_identity": "Identität wird gewechselt...", - "loading_identity": "Ihre Identität wird geladen" + "loading_identity": "Ihre Identität wird geladen", + "emergency_mode_active": "Notfallmodus aktiv - In-Memory-Datenbank und eingeschränkte Dienste werden verwendet." }, "common": { "open": "Öffnen", diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json index 0c3d1cc..e3b59cd 100644 --- a/meshchatx/src/frontend/locales/en.json +++ b/meshchatx/src/frontend/locales/en.json @@ -17,6 +17,7 @@ "about": "About", "changelog_title": "What's New", "do_not_show_again": "Do not show again for this version", + "do_not_show_ever": "Do not show ever again", "tutorial_title": "Getting Started", "tutorial_welcome": "Welcome to MeshChatX", "tutorial_connect": "Connect to the Mesh", diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json index b4b1756..cf66beb 100644 --- a/meshchatx/src/frontend/locales/ru.json +++ b/meshchatx/src/frontend/locales/ru.json @@ -17,6 +17,7 @@ "about": "О программе", "changelog_title": "Что нового", "do_not_show_again": "Не показывать снова для этой версии", + "do_not_show_ever": "Больше никогда не показывать", "tutorial_title": "Руководство", "tutorial_welcome": "Добро пожаловать в MeshChatX", "tutorial_connect": "Подключение к сети Mesh", @@ -158,7 +159,8 @@ "sync_complete": "Синхронизация завершена. Получено сообщений: {count}.", "sync_error": "Ошибка синхронизации: {status}", "switching_identity": "Переключение личности...", - "loading_identity": "Загрузка вашей личности" + "loading_identity": "Загрузка вашей личности", + "emergency_mode_active": "Аварийный режим активен — используется база данных в оперативной памяти и ограниченные службы." }, "common": { "open": "Открыть",