From 799bc3991b0d47683bdc6e3289bf54afafd932fc Mon Sep 17 00:00:00 2001 From: apo76 Date: Sat, 2 May 2020 03:14:53 +0200 Subject: [PATCH] Update translation_fr.json Translated some messages that were still displayed in English in the French HEX. --- Translation Editor/translation_fr.json | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Translation Editor/translation_fr.json b/Translation Editor/translation_fr.json index 4a9dd154..98fd92dd 100644 --- a/Translation Editor/translation_fr.json +++ b/Translation Editor/translation_fr.json @@ -13,8 +13,8 @@ "BadTipString": "PANNE HS", "SleepingSimpleString": "Zzzz", "SleepingAdvancedString": "En veille...", - "WarningSimpleString": "HOT!", - "WarningAdvancedString": "ATTENTION! CHAUD", + "WarningSimpleString": "CHAUD!", + "WarningAdvancedString": "ATTENTION! CHAUD!", "SleepingTipAdvancedString": "Panne:", "IdleTipString": "Tip:", "IdleSetString": " Set:", @@ -238,41 +238,41 @@ "text": "PLIMEN", "text2": [ "P Limit", - "Enable" + "Activer?" ], - "desc": "Enable power limit" + "desc": "Activer la limite de puissance" }, "PowerLimit": { "text": "PLIM", "text2": [ - "Power", - "Limit" + "Puissance", + "Limite" ], - "desc": "Maximum power the iron can use " + "desc": "Puissance maximale utilisable " }, "ReverseButtonTempChange": { "text": "RVTCHG", "text2": [ "Key +-", - "reverse?" + "Inverser?" ], - "desc": "Reverse the tip temperature change buttons plus minus assignment." + "desc": "Inversez l'assignation +/- du bouton de changement de température de la pointe." }, "TempChangeShortStep": { "text": "TCHGST", "text2": [ "Temp change", - "short?" + "Court?" ], - "desc": "Temperature change steps on short button press!" + "desc": "Incrément de changement de température sur appui court." }, "TempChangeLongStep": { "text": "TCHGLT", "text2": [ "Temp change", - "long?" + "Long?" ], - "desc": "Temperature change steps on long button press!" + "desc": "Incrément de changement de température sur appui long." } } -} \ No newline at end of file +}