From caa680b511433ed3243c0756d6a87300df00306c Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Fri, 17 Feb 2023 10:33:30 +0100 Subject: [PATCH] Update translations --- src/Translations/translation.en.json | 1 + src/Translations/translation.fr.json | 3 ++- src/Translations/translation.fr.kline.json | 11 +++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/Translations/translation.en.json b/src/Translations/translation.en.json index 65d7410..844b572 100644 --- a/src/Translations/translation.en.json +++ b/src/Translations/translation.en.json @@ -22,6 +22,7 @@ "@DeleteContainerTitle": "Delete the container", "@DeleteSymbol": "Delete", "@DeleteSymbolTitle": "Delete the container", + "@ReplaceByContainer": "Replace by component", "@ExportAsJSON": "Export as JSON", "@ExportAsSVG": "Export as SVG", diff --git a/src/Translations/translation.fr.json b/src/Translations/translation.fr.json index 3d2ce91..6d01aef 100644 --- a/src/Translations/translation.fr.json +++ b/src/Translations/translation.fr.json @@ -9,7 +9,7 @@ "@Symbols": "Symboles", "@SymbolsLeft": "Symboles", "@SymbolsRight": "Symboles", - "@NoSymbolSelected": "Pas de symbol sélectionné", + "@NoSymbolSelected": "Pas de symbole sélectionné", "@Timeline": "Chronologie", "@Messages": "Messages", "@Settings": "Paramètres", @@ -22,6 +22,7 @@ "@DeleteContainerTitle": "Supprimer le conteneur", "@DeleteSymbol": "Supprimer", "@DeleteSymbolTitle": "Supprimer le symbole", + "@ReplaceByContainer": "Replacer par un composant", "@ExportAsJSON": "Exporter en JSON", "@ExportAsSVG": "Exporter en SVG", diff --git a/src/Translations/translation.fr.kline.json b/src/Translations/translation.fr.kline.json index 3c005fe..09cface 100644 --- a/src/Translations/translation.fr.kline.json +++ b/src/Translations/translation.fr.kline.json @@ -2,12 +2,14 @@ "@StartFromScratch": "Partir de zéro", "@LoadConfigFile": "Charger un fichier de configuration", "@GoBack": "Revenir", + "@Properties": "Propriétés", "@Components": "Composants", "@Elements": "Éléments", "@Symbols": "Ancrages", "@SymbolsLeft": "Ancrages", "@SymbolsRight": "Ancrages", + "@NoSymbolSelected": "Pas d'ancre sélectionnée", "@Timeline": "Chronologie", "@Messages": "Messages", "@Settings": "Paramètres", @@ -61,9 +63,18 @@ "@ContainerShowChildrenDimension": "Afficher les cotations englobante des enfants", "@ContainerMarkPosition": "Marquer la position pour les parents", "@ContainerShowDimensionWithMarks": "Afficher les cotations avec les enfants marqués", + "@ContainerShowMarginsDimension": "Afficher les cotations des jeux", "@ContainerStyle": "Style", + "@StyleStrokeColor": "Couleur du tracé", + "@StyleStrokeDashArray": "Tableau de traits", + "@StyleStroke": "Tracé", + "@StyleStrokeOpacity": "Opacité du tracé", + "@StyleStrokeWidth": "Epaisseur du tracé", + "@StyleFill": "Remplissage", + "@StyleFillOpacity": "Opacité du remplissage", "@SymbolName": "Nom", + "@SymbolDisplayedText": "Texte affiché", "@SymbolX": "x", "@SymbolHeight": "Hauteur", "@SymbolWidth": "Largeur"