feat: Implement runtime branding management and add branding settings to UI
This commit is contained in:
parent
f022d984b6
commit
ca7105a6bc
8 changed files with 493 additions and 64 deletions
|
|
@ -86,6 +86,11 @@
|
|||
"settings.tab.window": "Fenster",
|
||||
"settings.tab.profiles": "Setups",
|
||||
"settings.tab.general": "Allgemein",
|
||||
"settings.tab.branding": "Branding",
|
||||
"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.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",
|
||||
"settings.web_url.open_btn": "\u00d6ffnen",
|
||||
|
|
|
|||
|
|
@ -86,6 +86,11 @@
|
|||
"settings.tab.window": "Window",
|
||||
"settings.tab.profiles": "Setups",
|
||||
"settings.tab.general": "General",
|
||||
"settings.tab.branding": "Branding",
|
||||
"settings.branding.select_label": "Branding template:",
|
||||
"settings.branding.select_tooltip": "Choose the branding template that should be loaded automatically on startup.",
|
||||
"settings.branding.help_text": "Branding controls the visual identity of the app, such as name and icons. It is kept separate from your saved setups.",
|
||||
"settings.branding.restart_note": "Branding changes are persisted immediately and are fully applied after restarting the app.",
|
||||
"settings.web_url.label": "Web Application URL:",
|
||||
"settings.web_url.placeholder": "e.g., http://localhost:8080 or file:///./webapp/index.html",
|
||||
"settings.web_url.open_btn": "Open",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue