From 55e497f3b0ee1ecf3e87c09990b63fe43f6d27f7 Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:56:26 +0100 Subject: [PATCH] added missing options For some reason the following options were missing: * Cool Down Blink * Reverse Temp Change Buttons --- Translations/translation_FR.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Translations/translation_FR.json b/Translations/translation_FR.json index 6db138d6..c768b253 100644 --- a/Translations/translation_FR.json +++ b/Translations/translation_FR.json @@ -263,10 +263,18 @@ "displayText": "Orientation de l'écran", "description": "D=droitier | G=gaucher | A=automatique" }, + "CooldownBlink": { + "displayText": "Cooldown\nflashing", + "description": "Flash temp reading at idle while tip is hot" + }, "ScrollingSpeed": { "displayText": "Vitesse de défilement", "description": "Vitesse de défilement du texte (R=rapide | L=lent)" }, + "ReverseButtonTempChange": { + "displayText": "Swap\n+ - keys", + "description": "Reverse assignment of buttons for temperature adjustment" + }, "AnimSpeed": { "displayText": "Vitesse anim. icônes", "description": "Vitesse des animations des icônes dans le menu (L=lente | M=moyenne | R=rapide)" @@ -336,4 +344,4 @@ "description": "Séléctionner le type de panne utilisé" } } -} \ No newline at end of file +}