mirror of https://github.com/DJ2LS/FreeDATA.git
another string test without further styling - not sure how to do this, say having html Inside a translation string
parent
ae6f6a35e6
commit
4f333e05c9
|
@ -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">
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue