feat: Enhance branding management with editable fields and save functionality in settings dialog

This commit is contained in:
claudi 2026-04-15 13:58:36 +02:00
parent fe341163e8
commit e52c09857f
9 changed files with 178 additions and 8 deletions

View file

@ -94,6 +94,13 @@
"settings.branding.select_label": "Branding-Vorlage:",
"settings.branding.select_tooltip": "Wählen Sie die Branding-Vorlage, die beim Start automatisch geladen werden soll.",
"settings.branding.help_text": "Branding steuert die visuelle Identität der App, zum Beispiel Name und Icons. Es ist klar von den gespeicherten Setups getrennt.",
"settings.branding.display_name_label": "Anzeigename:",
"settings.branding.app_name_label": "Anwendungsname:",
"settings.branding.window_title_label": "Fenstertitel (optional):",
"settings.branding.logo_path_label": "Logopfad (optional):",
"settings.branding.save_as_btn": "Als Vorlage speichern",
"settings.branding.save_as_title": "Branding-Vorlage speichern",
"settings.branding.save_as_prompt": "Vorlagen-ID eingeben (z.B. kunde_a):",
"settings.branding.restart_note": "Branding-Änderungen werden persistent gespeichert und nach einem Neustart vollständig angewendet.",
"settings.web_url.label": "Web-Anwendungs-URL:",
"settings.web_url.placeholder": "z.B. http://localhost:8080 oder file:///./webapp/index.html",