From 6ef13ded7800ec8d76892b4c94c6281ab34289d8 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 01:15:58 -0600 Subject: [PATCH] feat(locales): add Micron Editor translations for German, English, and Russian --- meshchatx/src/frontend/locales/de.json | 10 ++++++++++ meshchatx/src/frontend/locales/en.json | 10 ++++++++++ meshchatx/src/frontend/locales/ru.json | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json index c80382c..abab36d 100644 --- a/meshchatx/src/frontend/locales/de.json +++ b/meshchatx/src/frontend/locales/de.json @@ -411,6 +411,16 @@ "rnode_flasher": { "title": "RNode Flasher", "description": "RNode-Adapter flashen und aktualisieren, ohne die Kommandozeile zu berühren." + }, + "micron_editor": { + "title": "Micron Editor", + "description": "Micron-Markup bearbeiten und mit Live-Rendering anzeigen.", + "editor": "Editor", + "preview": "Vorschau", + "download": "Herunterladen", + "edit": "Bearbeiten", + "view_preview": "Vorschau anzeigen", + "placeholder": "Geben Sie hier Ihr Micron-Markup ein..." } }, "ping": { diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json index 5a854f0..20dc61b 100644 --- a/meshchatx/src/frontend/locales/en.json +++ b/meshchatx/src/frontend/locales/en.json @@ -411,6 +411,16 @@ "rnode_flasher": { "title": "RNode Flasher", "description": "Flash and update RNode adapters without touching the command line." + }, + "micron_editor": { + "title": "Micron Editor", + "description": "Edit and preview Micron markup with live rendering.", + "editor": "Editor", + "preview": "Preview", + "download": "Download", + "edit": "Edit", + "view_preview": "View Preview", + "placeholder": "Enter your Micron markup here..." } }, "ping": { diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json index 61365b4..ed213e0 100644 --- a/meshchatx/src/frontend/locales/ru.json +++ b/meshchatx/src/frontend/locales/ru.json @@ -411,6 +411,16 @@ "rnode_flasher": { "title": "RNode Flasher", "description": "Прошивка и обновление адаптеров RNode без использования командной строки." + }, + "micron_editor": { + "title": "Редактор Micron", + "description": "Редактирование и предпросмотр разметки Micron с живым рендерингом.", + "editor": "Редактор", + "preview": "Предпросмотр", + "download": "Скачать", + "edit": "Редактировать", + "view_preview": "Просмотр", + "placeholder": "Введите разметку Micron здесь..." } }, "ping": {