feat: Add delete and preview functionality for branding in settings dialog and update translations
This commit is contained in:
parent
e1dbc2ee84
commit
b826bd9b20
10 changed files with 143 additions and 17 deletions
|
|
@ -98,9 +98,13 @@
|
|||
"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.save_as_btn": "Enregistrer le branding",
|
||||
"settings.branding.delete_btn": "Supprimer le branding",
|
||||
"settings.branding.preview_label": "Aperçu :",
|
||||
"settings.branding.no_icon_selected": "Aucune icône sélectionnée",
|
||||
"settings.branding.preview_default_name": "Default",
|
||||
"settings.branding.save_as_title": "Enregistrer le branding",
|
||||
"settings.branding.save_as_prompt": "Entrez un nom pour le branding :",
|
||||
"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