From b269ba8d7808fd40e65b30a7c93ae190ae104bf6 Mon Sep 17 00:00:00 2001 From: pilloumatou Date: Mon, 19 May 2025 16:47:39 +0200 Subject: [PATCH] add a text to explicit buttons who modify the page size --- .../keyboard/keyboard.component.css | 7 +++- .../keyboard/keyboard.component.html | 7 ++-- src/assets/multilinguism.json | 33 ++++++++++--------- 3 files changed, 28 insertions(+), 19 deletions(-) diff --git a/src/app/components/keyboard/keyboard.component.css b/src/app/components/keyboard/keyboard.component.css index 05be655b5..cbd6cd4ed 100644 --- a/src/app/components/keyboard/keyboard.component.css +++ b/src/app/components/keyboard/keyboard.component.css @@ -70,6 +70,11 @@ padding: 0 0 0 0; } +.descriptionPlacement { + top: 25%; + position: relative; +} + .editionSettings .gridSettings .inputSize { width: 40px; height: 40px; @@ -264,4 +269,4 @@ app-usertoolbar { .editSettingsButton:hover .tooltiptext { visibility: visible; cursor: pointer; -} \ No newline at end of file +} diff --git a/src/app/components/keyboard/keyboard.component.html b/src/app/components/keyboard/keyboard.component.html index 9f92633d5..28eabe40d 100644 --- a/src/app/components/keyboard/keyboard.component.html +++ b/src/app/components/keyboard/keyboard.component.html @@ -162,6 +162,7 @@ +
@@ -179,10 +180,12 @@
- +
+ +
- \ No newline at end of file + diff --git a/src/assets/multilinguism.json b/src/assets/multilinguism.json index 395897cd2..80344f165 100644 --- a/src/assets/multilinguism.json +++ b/src/assets/multilinguism.json @@ -126,7 +126,7 @@ { "id" : "chooseTitleFormat", "FR" : "Choisissez le format du titre", "EN" : "Choose title format" }, { "id" : "chooseNumberOfColumns", "FR" : "Choisissez le nombre de colonnes", "EN" : "Choose the number of columns" }, { "id" : "chooseNumberOfLines", "FR" : "Choisissez le nombre de lignes", "EN" : "Choose the number of rows" }, - { "id" : "chooseGapBetweenPictograms", "FR" : "Choisissez l'écart entre les pictogrammes'", "EN" : "Choose the gap between pictograms" }, + { "id" : "chooseGapBetweenPictograms", "FR" : "Choisissez l'écart entre les pictogrammes", "EN" : "Choose the gap between pictograms" }, { "id" : "gridDimensions", "FR" : "Dimensions de la grille", "EN" : "Grid dimensions" }, { "id" : "backgroundTheme", "FR" : "Thème du fond", "EN" : "Background theme" }, { "id" : "chooseTheColor", "FR" : "Choisissez la couleur", "EN" : "Choose the color" }, @@ -162,20 +162,20 @@ { "id" : "resetconfig", "FR": "Rétablir la configuration par défaut", "EN" : "Reset to default configuration"}, { "id" : "VoulezVousVraimentSupprimerLaGrille?", "FR" : "Voulez vous vraiment supprimer la grille?", "EN" : "Do you really want to delete the grid?"}, { "id" : "clearGrid", "FR" : "Vider la grille", "EN" : "Clear the grid"}, - { "id" : "validate", "FR" : "Valider", "EN" : "Validate"}, - { "id": "Print", "FR" : "Exporter", "EN" : "Export"}, - { "id": "Header", "FR" : "En-tête", "EN" : "Header"}, - { "id": "Footer", "FR" : "Pied de page", "EN" : "Footer"}, - { "id": "enableHeader", "FR" : "Activer l'en-tête", "EN" : "Enable header "}, - { "id": "enableFooter", "FR" : "Activer le pied de page", "EN" : "Enable footer "}, - { "id": "addPageName", "FR" : "Ajouter le nom de la page", "EN" : "Add page name "}, - { "id": "addVersion", "FR" : "Ajouter la version d'AugCom", "EN" : "Add version of AugCom "}, - { "id": "text", "FR" : "Texte", "EN" : "Text"}, - { "id": "image", "FR" : "Image", "EN" : "Image"}, - { "id": "textHeader", "FR" : "Texte pour l'en-tête ", "EN" : "Text for header "}, - { "id": "imageHeader", "FR" : "Image pour l'en-tête ", "EN" : "Image for header "}, - { "id": "textFooter", "FR" : "Texte pour le pied de page ", "EN" : "Text for footer "}, - { "id": "imageFooter", "FR" : "Image pour le pied de page ", "EN" : "Image for footer "}, + { "id" : "validate", "FR" : "Valider", "EN" : "Validate"}, + { "id" : "Print", "FR" : "Exporter", "EN" : "Export"}, + { "id" : "Header", "FR" : "En-tête", "EN" : "Header"}, + { "id" : "Footer", "FR" : "Pied de page", "EN" : "Footer"}, + { "id" : "enableHeader", "FR" : "Activer l'en-tête", "EN" : "Enable header "}, + { "id" : "enableFooter", "FR" : "Activer le pied de page", "EN" : "Enable footer "}, + { "id" : "addPageName", "FR" : "Ajouter le nom de la page", "EN" : "Add page name "}, + { "id" : "addVersion", "FR" : "Ajouter la version d'AugCom", "EN" : "Add version of AugCom "}, + { "id" : "text", "FR" : "Texte", "EN" : "Text"}, + { "id" : "image", "FR" : "Image", "EN" : "Image"}, + { "id" : "textHeader", "FR" : "Texte pour l'en-tête ", "EN" : "Text for header "}, + { "id" : "imageHeader", "FR" : "Image pour l'en-tête ", "EN" : "Image for header "}, + { "id" : "textFooter", "FR" : "Texte pour le pied de page ", "EN" : "Text for footer "}, + { "id" : "imageFooter", "FR" : "Image pour le pied de page ", "EN" : "Image for footer "}, { "id" : "nameEmpty", "FR" : "Veuillez remplir le nom", "EN" : "Please fill the name"}, { "id" : "userGuide", "FR" : "Guide de AugCom", "EN" : "AugCom Guide"}, { "id" : "PrimaryUse", "FR" : "Utilisation primaire de AugCom", "EN" : "Primary use of AugCom"}, @@ -383,6 +383,7 @@ { "id" : "mute", "FR": "Couper le volume", "EN": "Mute"}, { "id" : "path", "FR": "Chemin", "EN": "Path"}, { "id" : "titlePage", "FR": "Titre de la page", "EN": "Title of the page"}, - { "id" : "visualisationPath", "FR": "Visualisation du chemin", "EN": "Path visualization"} + { "id" : "visualisationPath", "FR": "Visualisation du chemin", "EN": "Path visualization"}, + { "id" : "CurrentPageDimensions", "FR": "Dimensions de la page courante", "EN": "Dimensions of current page"} ] }