another string test without further styling - not sure how to do this, say having html Inside a translation string

pull/903/head
DJ2LS 2025-03-01 09:56:50 +01:00
parent ae6f6a35e6
commit 4f333e05c9
3 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,10 @@
<template>
<!-- Top Info Area for GUI Settings -->
<div class="alert alert-info" role="alert">
<strong><i class="bi bi-gear-wide-connected me-1"></i>GUI</strong> related settings, like customizing your <strong>waterfall theme</strong>, <strong>notifications</strong>, and <strong>browser behavior</strong>.
</div>
<strong><i class="bi bi-gear-wide-connected me-1"></i>GUI</strong> {{ $t('settings.gui.introduction') }} </div>
<!-- Language Selector -->
<div class="input-group input-group-sm mb-1">

View File

@ -3,6 +3,7 @@
"enable": "Aktivieren",
"default": "Standard",
"gui": {
"introduction": " spezifische Einstellungen wie Wasserfall-Farbgebung, Benachrichtigungen oder Browser-Verhalten.",
"selectlanguage": "Sprache auswählen",
"waterfalltheme": "Wasserfall-Farbgebung",
"waterfalltheme_help": "Wähle ein Farbthema für das Wasserfalldiagramm"

View File

@ -3,6 +3,7 @@
"enable": "Enable",
"default": "default",
"gui": {
"introduction": " realated settings like customizing waterfall theme, notifications or browser behaviour.",
"selectlanguage": "Select language",
"waterfalltheme": "Waterfall theme",
"waterfalltheme_help": "Select color theme for waterfall display"