feat: connect RemnaWave baseTranslations and fix SVG icons

- Wire baseTranslations from RemnaWave config to connection page UI
  (copyLink, openApp, installApp, addSubscription, connectAndUse,
  tutorial, close) with locale fallback: current lang → en → ru → first
- Add tutorial button when baseSettings.isShowTutorialButton is enabled
- Fix SVG icon rendering on admin apps settings page with proper scaling
- Add colored circle backgrounds for block and app icons in admin panel
- Add tutorial translation key to all locale files
This commit is contained in:
c0mrade
2026-02-05 09:44:42 +03:00
parent 79afe3a733
commit a50dea9a3d
6 changed files with 189 additions and 284 deletions

View File

@@ -346,7 +346,8 @@
"changeApp": "Change app",
"selectPlatform": "Select platform",
"app": "app",
"apps": "apps"
"apps": "apps",
"tutorial": "Tutorial"
},
"myDevices": "My Devices",
"noDevices": "No connected devices",

View File

@@ -298,7 +298,8 @@
"changeApp": "تغییر برنامه",
"selectPlatform": "انتخاب پلتفرم",
"app": "برنامه",
"apps": "برنامه"
"apps": "برنامه",
"tutorial": "آموزش"
},
"additionalOptions": {
"title": "گزینه‌های اضافی",

View File

@@ -368,7 +368,8 @@
"changeApp": "Сменить приложение",
"selectPlatform": "Выберите платформу",
"app": "приложение",
"apps": "приложений"
"apps": "приложений",
"tutorial": "Инструкция"
},
"myDevices": "Мои устройства",
"noDevices": "Нет подключенных устройств",

View File

@@ -298,7 +298,8 @@
"changeApp": "更换应用",
"selectPlatform": "选择平台",
"app": "个应用",
"apps": "个应用"
"apps": "个应用",
"tutorial": "教程"
},
"additionalOptions": {
"title": "附加选项",