feat: Enhance branding management with editable fields and save functionality in settings dialog
This commit is contained in:
parent
fe341163e8
commit
e52c09857f
9 changed files with 178 additions and 8 deletions
|
|
@ -94,6 +94,13 @@
|
|||
"settings.branding.select_label": "Modèle de branding :",
|
||||
"settings.branding.select_tooltip": "Choisissez le modèle de branding qui doit être chargé automatiquement au démarrage.",
|
||||
"settings.branding.help_text": "Le branding contrôle l’identité visuelle de l’application, comme le nom et les icônes. Il reste séparé de vos configurations enregistrées.",
|
||||
"settings.branding.display_name_label": "Nom d’affichage :",
|
||||
"settings.branding.app_name_label": "Nom de l’application :",
|
||||
"settings.branding.window_title_label": "Titre de la fenêtre (facultatif) :",
|
||||
"settings.branding.logo_path_label": "Chemin du logo (facultatif) :",
|
||||
"settings.branding.save_as_btn": "Enregistrer comme modèle",
|
||||
"settings.branding.save_as_title": "Enregistrer le modèle de branding",
|
||||
"settings.branding.save_as_prompt": "Entrez un identifiant de modèle (par ex. client_a) :",
|
||||
"settings.branding.restart_note": "Les changements de branding sont enregistrés de façon persistante et seront entièrement appliqués après le redémarrage de l’application.",
|
||||
"settings.web_url.label": "URL de l'application web\u00a0:",
|
||||
"settings.web_url.placeholder": "p.ex. http://localhost:8080 ou file:///./webapp/index.html",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue