aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordiscip <[email protected]>2024-01-15 20:54:08 +0100
committerGitHub <[email protected]>2024-01-16 06:54:08 +1100
commit813722367d11c27ed534857fc0f1e774ff79bb58 (patch)
tree3d664ea0feb4d82cecdf124267d57f6f10263102
parent2b31d4eafa585ec89e531705d91a3125456d939c (diff)
downloadIronOS-813722367d11c27ed534857fc0f1e774ff79bb58.tar.gz
IronOS-813722367d11c27ed534857fc0f1e774ff79bb58.zip
Off=>icon (#1678)
replacing Off by an Icon
-rw-r--r--Translations/translation_BE.json76
-rw-r--r--Translations/translation_BG.json19
-rw-r--r--Translations/translation_CS.json76
-rw-r--r--Translations/translation_DA.json76
-rw-r--r--Translations/translation_DE.json16
-rw-r--r--Translations/translation_EL.json76
-rw-r--r--Translations/translation_EN.json76
-rw-r--r--Translations/translation_ES.json72
-rw-r--r--Translations/translation_FI.json76
-rw-r--r--Translations/translation_FR.json76
-rw-r--r--Translations/translation_HR.json76
-rw-r--r--Translations/translation_HU.json76
-rw-r--r--Translations/translation_IT.json20
-rw-r--r--Translations/translation_JA_JP.json76
-rw-r--r--Translations/translation_LT.json76
-rw-r--r--Translations/translation_NB.json76
-rw-r--r--Translations/translation_NL.json20
-rw-r--r--Translations/translation_NL_BE.json20
-rw-r--r--Translations/translation_PL.json76
-rw-r--r--Translations/translation_PT.json20
-rw-r--r--Translations/translation_RO.json76
-rw-r--r--Translations/translation_RU.json16
-rw-r--r--Translations/translation_SK.json76
-rw-r--r--Translations/translation_SL.json76
-rw-r--r--Translations/translation_SR_CYRL.json76
-rw-r--r--Translations/translation_SR_LATN.json76
-rw-r--r--Translations/translation_SV.json76
-rw-r--r--Translations/translation_TR.json76
-rw-r--r--Translations/translation_UK.json76
-rw-r--r--Translations/translation_VI.json104
-rw-r--r--Translations/translation_YUE_HK.json76
-rw-r--r--Translations/translation_ZH_CN.json76
-rw-r--r--Translations/translation_ZH_TW.json76
-rw-r--r--Translations/translations_definitions.json21
-rw-r--r--source/Core/Drivers/Font.h6
-rw-r--r--source/Core/Inc/Translation.h4
-rw-r--r--source/Core/Src/settingsGUI.cpp48
37 files changed, 1821 insertions, 389 deletions
diff --git a/Translations/translation_BE.json b/Translations/translation_BE.json
index aabf1ac1..4eed1a69 100644
--- a/Translations/translation_BE.json
+++ b/Translations/translation_BE.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Джала: \n"
},
- "OffString": {
- "message": "Выкл."
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Разагрэць\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "П",
"SettingLeftChar": "Л",
"SettingAutoChar": "А",
- "SettingOffChar": "O",
"SettingSlowChar": "М",
"SettingMediumChar": "С",
"SettingFastChar": "Х",
- "SettingStartNoneChar": "В",
"SettingStartSolderingChar": "П",
"SettingStartSleepChar": "Ч",
"SettingStartSleepOffChar": "К",
- "SettingLockDisableChar": "А",
"SettingLockBoostChar": "Т",
"SettingLockFullChar": "П"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Аўта\nстарт",
- "description": "Рэжым, у якім запускаецца паяльнік пры падачы сілкавання (В=Выкл. | П=Пайка | Ч=Чаканне | К=Чаканне пры комн. тэмп.)"
+ "description": "Рэжым, у якім запускаецца паяльнік пры падачы сілкавання (П=Пайка | Ч=Чаканне | К=Чаканне пры комн. тэмп.)"
},
"TempChangeShortStep": {
"displayText": "Крок тэмп.\nкар. нац.",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Дазволіць\nблок. кнопак",
- "description": "Пры рабоце падоўжаны націск дзьвух кнопак блакуе іх (А=Адключана | Т=Толькі турба | П=Поўная блакіроўка)"
+ "description": "Пры рабоце падоўжаны націск дзьвух кнопак блакуе іх (Т=Толькі турба | П=Поўная блакіроўка)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Адчувальнасць\nакселерометра",
- "description": "Адчувальнасць акселерометра (0=Выкл. | 1=Мін. | ... | 9=Макс.)"
+ "description": "Адчувальнасць акселерометра (1=Мін. | ... | 9=Макс.)"
},
"SleepTemperature": {
"displayText": "Тэмп.\nчакання",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Эфект Хола\nадчувальнасць",
- "description": "Узровень адчувальнасці датчыка хола ў рэжыме сну (0=Выкл. | 1=Мін. | ... | 9=Макс.)"
+ "description": "Узровень адчувальнасці датчыка хола ў рэжыме сну (1=Мін. | ... | 9=Макс.)"
},
"TemperatureUnit": {
"displayText": "Адзінкі\nтэмпературы",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Хуткасць\nанімацыі",
- "description": "Хуткасць анімацыі гузікаў у галоўным меню (Мілісекунды) (А=Адключана | Н=Нізкая | С=Сярэдняя | В=Высокая)"
+ "description": "Хуткасць анімацыі гузікаў у галоўным меню (Мілісекунды) (Н=Нізкая | С=Сярэдняя | В=Высокая)"
},
"AnimLoop": {
"displayText": "Зацыкленая\nанімацыя",
diff --git a/Translations/translation_BG.json b/Translations/translation_BG.json
index cf7cc3db..61929578 100644
--- a/Translations/translation_BG.json
+++ b/Translations/translation_BG.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Човка:\n"
},
- "OffString": {
- "message": "Изкл."
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Загряване\n"
@@ -80,11 +83,9 @@
"SettingRightChar": "Д",
"SettingLeftChar": "Л",
"SettingAutoChar": "А",
- "SettingOffChar": "И",
"SettingSlowChar": "Н",
"SettingMediumChar": "С",
"SettingFastChar": "В",
- "SettingStartNoneChar": "И",
"SettingStartSolderingChar": "З",
"SettingStartSleepChar": "С",
"SettingStartSleepOffChar": "П",
@@ -141,7 +142,7 @@
},
"AutoStart": {
"displayText": "Автоматичен\nработен режим",
- "description": "Режим на поялника при включване на захранването (И=Изкл. | З=Запояване | С=Сън | П=Покой на стайна температурата)"
+ "description": "Режим на поялника при включване на захранването (З=Запояване | С=Сън | П=Покой на стайна температурата)"
},
"TempChangeShortStep": {
"displayText": "Промяна T\nбързо",
@@ -153,7 +154,7 @@
},
"LockingMode": {
"displayText": "Бутони за\nзаключване",
- "description": "Докато запоявате, задръжте двата бутона, за да превключите заключването им (И=Изкл. | Т=Турбо режим | П=Пълно)"
+ "description": "Докато запоявате, задръжте двата бутона, за да превключите заключването им (Т=Турбо режим | П=Пълно)"
},
"ProfilePhases": {
"displayText": "Брой\nетапи",
@@ -213,7 +214,7 @@
},
"MotionSensitivity": {
"displayText": "Чувствител.\nна движение",
- "description": "Чувствителност на движение на акселерометър (0=Изкл. | 1=Слабо | ... | 9=Силно)"
+ "description": "Чувствителност на движение на акселерометър (1=Слабо | ... | 9=Силно)"
},
"SleepTemperature": {
"displayText": "Темп.\nсън",
@@ -229,7 +230,7 @@
},
"HallEffSensitivity": {
"displayText": "Датчик\nна Хол",
- "description": "Чувствителност на сензора към магнитно поле (0=Изкл. | 1=Слабо | ... | 9=Силно)"
+ "description": "Чувствителност на сензора към магнитно поле (1=Слабо | ... | 9=Силно)"
},
"TemperatureUnit": {
"displayText": "Единици за\nтемпературата",
@@ -253,7 +254,7 @@
},
"AnimSpeed": {
"displayText": "Скорост на\nанимацията",
- "description": "Скорост на анимация на иконата в главното меню (И=Изкл. | Н=Ниска | C=Средна | B=Висока)"
+ "description": "Скорост на анимация на иконата в главното меню (Н=Ниска | C=Средна | B=Висока)"
},
"AnimLoop": {
"displayText": "Анимац.\nцикъл",
diff --git a/Translations/translation_CS.json b/Translations/translation_CS.json
index ac4d50c9..193e732f 100644
--- a/Translations/translation_CS.json
+++ b/Translations/translation_CS.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Hrot: \n"
},
- "OffString": {
- "message": "Vyp"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Předehřívání\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "P",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "D",
"SettingSlowChar": "P",
"SettingMediumChar": "S",
"SettingFastChar": "R",
- "SettingStartNoneChar": "V",
"SettingStartSolderingChar": "P",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "M",
- "SettingLockDisableChar": "Z",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "U"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Chování\npři startu",
- "description": "V=vypnuto | P=pájecí teplota | S=spánková teplota | M=zahřát hrot po pohybu"
+ "description": "P=pájecí teplota | S=spánková teplota | M=zahřát hrot po pohybu"
},
"TempChangeShortStep": {
"displayText": "Krok teploty\nkrátký?",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Povolit zamč.\ntlačítek",
- "description": "Při pájení podržte obě tlačítka pro jejich zamčení (Z=zakázáno | B=pouze v režimu boost | U=úplné zamčení)"
+ "description": "Při pájení podržte obě tlačítka pro jejich zamčení (B=pouze v režimu boost | U=úplné zamčení)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profilové\nFáze",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Citlivost\nna pohyb",
- "description": "0=vyp | 1=nejméně citlivé | ... | 9=nejvíce citlivé"
+ "description": "1=nejméně citlivé | ... | 9=nejvíce citlivé"
},
"SleepTemperature": {
"displayText": "Teplota\nve spánku",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Citlivost\nHall. čidla",
- "description": "Citlivost Hallova čidla pro detekci spánku (0=vypnuto | 1=nejméně citlivé | ... | 9=nejvíce citlivé)"
+ "description": "Citlivost Hallova čidla pro detekci spánku (1=nejméně citlivé | ... | 9=nejvíce citlivé)"
},
"TemperatureUnit": {
"displayText": "Jednotka\nteploty",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nrychlost",
- "description": "Tempo animace ikon v menu (O=vypnuto | P=pomalu | S=středně | R=rychle)"
+ "description": "Tempo animace ikon v menu (P=pomalu | S=středně | R=rychle)"
},
"AnimLoop": {
"displayText": "Anim.\nsmyčka",
diff --git a/Translations/translation_DA.json b/Translations/translation_DA.json
index ccf27b35..3856b396 100644
--- a/Translations/translation_DA.json
+++ b/Translations/translation_DA.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Tip: \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "H",
"SettingLeftChar": "V",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "F",
- "SettingStartNoneChar": "S",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "D",
"SettingStartSleepOffChar": "R",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Start-up\nOpførsel",
- "description": "Start automatisk med lodning når strøm sættes til. (S=Slukket | L=Lodning | D=Dvale tilstand | R=Dvale tilstand rumtemperatur)"
+ "description": "Start automatisk med lodning når strøm sættes til. (L=Lodning | D=Dvale tilstand | R=Dvale tilstand rumtemperatur)"
},
"TempChangeShortStep": {
"displayText": "Temp ændring\nkort",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Tillad låsning\naf knapperne",
- "description": "Hold begge knapper nede under lodning for at låse dem (D=deaktiver | B=kun boost-tilstand | F=fuld låsning)"
+ "description": "Hold begge knapper nede under lodning for at låse dem (B=kun boost-tilstand | F=fuld låsning)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Bevægelses\nfølsomhed",
- "description": "Bevægelsesfølsomhed (0=Slukket | 1=Mindst følsom | ... | 9=Mest følsom)"
+ "description": "Bevægelsesfølsomhed (1=Mindst følsom | ... | 9=Mest følsom)"
},
"SleepTemperature": {
"displayText": "Dvale\ntemp",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\nfølsomhed",
- "description": "følsomhed overfor magneten (0=Slukket | 1=Mindst følsom | ... | 9=Mest følsom)"
+ "description": "følsomhed overfor magneten (1=Mindst følsom | ... | 9=Mest følsom)"
},
"TemperatureUnit": {
"displayText": "Temperatur\nEnhed",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nHastighed",
- "description": "Hastigheden for ikonanimationer i menuen (O=fra | S=langsomt | M=medium | F=hurtigt)"
+ "description": "Hastigheden for ikonanimationer i menuen (S=langsomt | M=medium | F=hurtigt)"
},
"AnimLoop": {
"displayText": "Anim.\nsløfe",
diff --git a/Translations/translation_DE.json b/Translations/translation_DE.json
index 9d5bbe4a..5996d372 100644
--- a/Translations/translation_DE.json
+++ b/Translations/translation_DE.json
@@ -60,9 +60,6 @@
"SleepingTipAdvancedString": {
"message": "Temp: \n"
},
- "OffString": {
- "message": "aus"
- },
"ProfilePreheatString": {
"message": "Vorwärmen\n"
},
@@ -80,15 +77,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "A",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingFastChar": "S",
- "SettingStartNoneChar": "A",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "K",
- "SettingLockDisableChar": "A",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "V"
},
@@ -141,7 +135,7 @@
},
"AutoStart": {
"displayText": "Start im\nLötmodus",
- "description": "Heizverhalten beim Einschalten der Spannungsversorgung (A=aus | L=Lötmodus | R=Ruhemodus | K=Ruhemodus mit kalter Spitze)"
+ "description": "Heizverhalten beim Einschalten der Spannungsversorgung (L=Lötmodus | R=Ruhemodus | K=Ruhemodus mit kalter Spitze)"
},
"TempChangeShortStep": {
"displayText": "Temp-Schritt\nDruck kurz",
@@ -153,7 +147,7 @@
},
"LockingMode": {
"displayText": "Tasten-\nsperre",
- "description": "Langes Drücken beider Tasten im Lötmodus sperrt diese (A=aus | B=nur Boost | V=vollständig)"
+ "description": "Langes Drücken beider Tasten im Lötmodus sperrt diese (B=nur Boost | V=vollständig)"
},
"ProfilePhases": {
"displayText": "Profile\nPhasen",
@@ -213,7 +207,7 @@
},
"MotionSensitivity": {
"displayText": "Bewegungs-\nempfindlichk.",
- "description": "0=aus | 1=minimal | ... | 9=maximal"
+ "description": "1=minimal | ... | 9=maximal"
},
"SleepTemperature": {
"displayText": "Ruhe-\ntemperatur",
@@ -229,7 +223,7 @@
},
"HallEffSensitivity": {
"displayText": "Empfindlichkeit\nder Hall-Sonde",
- "description": "Empfindlichkeit der Hall-Sonde um den Ruhemodus auszulösen (0=aus | 1=minimal | ... | 9=maximal)"
+ "description": "Empfindlichkeit der Hall-Sonde um den Ruhemodus auszulösen (1=minimal | ... | 9=maximal)"
},
"TemperatureUnit": {
"displayText": "Temperatur-\neinheit",
@@ -253,7 +247,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nGeschw.",
- "description": "Geschwindigkeit der Icon-Animationen im Menü (A=aus | L=langsam | M=mittel | S=schnell)"
+ "description": "Geschwindigkeit der Icon-Animationen im Menü (L=langsam | M=mittel | S=schnell)"
},
"AnimLoop": {
"displayText": "Anim.\nSchleife",
diff --git a/Translations/translation_EL.json b/Translations/translation_EL.json
index 0cc3810c..beb0ca44 100644
--- a/Translations/translation_EL.json
+++ b/Translations/translation_EL.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Μύτη: \n"
},
- "OffString": {
- "message": "Απ."
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "Α",
- "SettingOffChar": "0",
"SettingSlowChar": "Α",
"SettingMediumChar": "Μ",
"SettingFastChar": "Γ",
- "SettingStartNoneChar": "0",
"SettingStartSolderingChar": "Κ",
"SettingStartSleepChar": "Ζ",
"SettingStartSleepOffChar": "Υ",
- "SettingLockDisableChar": "Α",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "Π"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Ζέσταμα\nκατά την εν.",
- "description": "0=off | Κ=θερμ. κόλλησης | Z=αναμονή σε θερμοκρασία ύπνου μέχρι την κίνηση | Υ=αναμονή χωρίς ζέσταμα μέχρι την κίνηση"
+ "description": "Κ=θερμ. κόλλησης | Z=αναμονή σε θερμοκρασία ύπνου μέχρι την κίνηση | Υ=αναμονή χωρίς ζέσταμα μέχρι την κίνηση"
},
"TempChangeShortStep": {
"displayText": "Αλλαγή θερμοκ.\nστιγμιαίο",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Κλείδωμα\nπλήκτρων",
- "description": "Κατά την κόλληση, κρατήστε και τα δύο πλήκτρα για κλείδωμα (A=απενεργοποίηση | B=μόνο λειτ. boost | Π=πλήρες κλείδωμα)"
+ "description": "Κατά την κόλληση, κρατήστε και τα δύο πλήκτρα για κλείδωμα (B=μόνο λειτ. boost | Π=πλήρες κλείδωμα)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Ευαισθησία\nκίνησης",
- "description": "0=off | 1=λιγότερο ευαίσθητο | ... | 9=περισσότερο ευαίσθητο"
+ "description": "1=λιγότερο ευαίσθητο | ... | 9=περισσότερο ευαίσθητο"
},
"SleepTemperature": {
"displayText": "Θερμοκρ.\nύπνου",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Ευαισθ. αισθ. \nφαιν. Hall",
- "description": "Ευαισθησία του αισθητήρα φαινομένου Hall για εντοπισμό αδράνειας (0=off | 1=λιγότερο ευαίσθητο | ... | 9=περισσότερο ευαίσθητο)"
+ "description": "Ευαισθησία του αισθητήρα φαινομένου Hall για εντοπισμό αδράνειας (1=λιγότερο ευαίσθητο | ... | 9=περισσότερο ευαίσθητο)"
},
"TemperatureUnit": {
"displayText": "Μονάδες\nθερμοκρασίας",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Ταχύτητα\nκιν. εικονιδ.",
- "description": "Ρυθμός κίνησης εικονιδίων στο μενού (0=off | Α=αργός | Μ=μέτριος | Γ=γρήγορος)"
+ "description": "Ρυθμός κίνησης εικονιδίων στο μενού (Α=αργός | Μ=μέτριος | Γ=γρήγορος)"
},
"AnimLoop": {
"displayText": "Επανάληψη\nκιν. εικονιδ.",
diff --git a/Translations/translation_EN.json b/Translations/translation_EN.json
index 6026e95b..f8cfadfd 100644
--- a/Translations/translation_EN.json
+++ b/Translations/translation_EN.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Tip: \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "F",
- "SettingStartNoneChar": "O",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "R",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Start-up\nbehavior",
- "description": "O=off | S=heat to soldering temp | Z=standby at sleep temp until moved | R=standby without heating until moved"
+ "description": "S=heat to soldering temp | Z=standby at sleep temp until moved | R=standby without heating until moved"
},
"TempChangeShortStep": {
"displayText": "Temp change\nshort",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Allow locking\nbuttons",
- "description": "While soldering, hold down both buttons to toggle locking them (D=disable | B=boost mode only | F=full locking)"
+ "description": "While soldering, hold down both buttons to toggle locking them (B=boost mode only | F=full locking)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Motion\nsensitivity",
- "description": "0=off | 1=least sensitive | ... | 9=most sensitive"
+ "description": "1=least sensitive | ... | 9=most sensitive"
},
"SleepTemperature": {
"displayText": "Sleep\ntemp",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\nsensitivity",
- "description": "Sensitivity to magnets (0=off | 1=least sensitive | ... | 9=most sensitive)"
+ "description": "Sensitivity to magnets (1=least sensitive | ... | 9=most sensitive)"
},
"TemperatureUnit": {
"displayText": "Temperature\nunit",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nspeed",
- "description": "Pace of icon animations in menu (O=off | S=slow | M=medium | F=fast)"
+ "description": "Pace of icon animations in menu (S=slow | M=medium | F=fast)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_ES.json b/Translations/translation_ES.json
index e51d856f..efe1f05e 100644
--- a/Translations/translation_ES.json
+++ b/Translations/translation_ES.json
@@ -60,9 +60,6 @@
"SleepingTipAdvancedString": {
"message": "Punta: \n"
},
- "OffString": {
- "message": "Apagado"
- },
"ProfilePreheatString": {
"message": "Precalentado\n"
},
@@ -80,15 +77,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "I",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingFastChar": "R",
- "SettingStartNoneChar": "N",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "F",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -142,7 +136,7 @@
},
"AutoStart": {
"displayText": "Calentar\nal enchufar",
- "description": "Calentado automático al iniciar (N=no | S=entrar en modo soldar | R=solo entrar en reposo | F=en reposo pero mantiene la punta fría)"
+ "description": "Calentado automático al iniciar (S=entrar en modo soldar | R=solo entrar en reposo | F=en reposo pero mantiene la punta fría)"
},
"TempChangeShortStep": {
"displayText": "Cambio temp.\npuls. cortas",
@@ -154,7 +148,63 @@
},
"LockingMode": {
"displayText": "Permitir botones\nbloqueo",
- "description": "Mientras suelda, mantenga pulsados ambos botones para alternar su bloqueo (D=desactivar | B=sólo modo boost | F=bloqueo total)"
+ "description": "Mientras suelda, mantenga pulsados ambos botones para alternar su bloqueo (B=sólo modo boost | F=bloqueo total)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Fases de\nPerfil",
@@ -214,7 +264,7 @@
},
"MotionSensitivity": {
"displayText": "Detección de\nmovimiento",
- "description": "Tiempo de reacción al agarrar (0=no | 1=menos sensible | ... | 9=más sensible)"
+ "description": "Tiempo de reacción al agarrar (1=menos sensible | ... | 9=más sensible)"
},
"SleepTemperature": {
"displayText": "Temperatura\nen reposo",
@@ -230,7 +280,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall Eff\nSensibilidad",
- "description": "Sensibilidad del sensor de efecto Hall en la detección de reposo (0=no | 1=menos sensible | ... | 9=más sensible)"
+ "description": "Sensibilidad del sensor de efecto Hall en la detección de reposo (1=menos sensible | ... | 9=más sensible)"
},
"TemperatureUnit": {
"displayText": "Unidad de\ntemperatura",
@@ -254,7 +304,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nvelocidad",
- "description": "Velocidad de animaciones de iconos en el menú (O=apagado | L=baja | M=media | R=alta)"
+ "description": "Velocidad de animaciones de iconos en el menú (L=baja | M=media | R=alta)"
},
"AnimLoop": {
"displayText": "Anim.\nbucle",
diff --git a/Translations/translation_FI.json b/Translations/translation_FI.json
index 3a987e8b..76449ed0 100644
--- a/Translations/translation_FI.json
+++ b/Translations/translation_FI.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Kärki: \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "O",
"SettingLeftChar": "V",
"SettingAutoChar": "A",
- "SettingOffChar": "P",
"SettingSlowChar": "A",
"SettingMediumChar": "M",
"SettingFastChar": "S",
- "SettingStartNoneChar": "E",
"SettingStartSolderingChar": "J",
"SettingStartSleepChar": "L",
"SettingStartSleepOffChar": "H",
- "SettingLockDisableChar": "P",
"SettingLockBoostChar": "V",
"SettingLockFullChar": "K"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Autom.\nkäynnistys",
- "description": "Käynnistää virrat kytkettäessä juotostilan automaattisesti. (E=Ei käytössä | J=juotostila | L=Lepotila | H=Lepotila huoneenlämpö)"
+ "description": "Käynnistää virrat kytkettäessä juotostilan automaattisesti. (J=juotostila | L=Lepotila | H=Lepotila huoneenlämpö)"
},
"TempChangeShortStep": {
"displayText": "Lämmön muutos\nlyhyt painal.",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Salli nappien\nlukitus",
- "description": "Kolvatessa paina molempia näppäimiä lukitaksesi ne (P=pois | V=vain tehostus | K=kaikki)"
+ "description": "Kolvatessa paina molempia näppäimiä lukitaksesi ne (V=vain tehostus | K=kaikki)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Liikkeen\nherkkyys",
- "description": "0=pois päältä | 1=vähäinen herkkyys | ... | 9=suurin herkkyys"
+ "description": "1=vähäinen herkkyys | ... | 9=suurin herkkyys"
},
"SleepTemperature": {
"displayText": "Lepotilan\nlämpötila",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall-\nherk.",
- "description": "Hall-efektianturin herkkyys lepotilan tunnistuksessa (0=pois päältä | 1=vähäinen herkkyys | ... | 9=suurin herkkyys)"
+ "description": "Hall-efektianturin herkkyys lepotilan tunnistuksessa (1=vähäinen herkkyys | ... | 9=suurin herkkyys)"
},
"TemperatureUnit": {
"displayText": "Lämpötilan\nyksikkö",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Animaation\nnopeus",
- "description": "Animaatioiden nopeus valikossa (P=pois | A=alhainen | K=keskiverto | S=suuri)"
+ "description": "Animaatioiden nopeus valikossa (A=alhainen | K=keskiverto | S=suuri)"
},
"AnimLoop": {
"displayText": "Animaation\ntoistaminen",
diff --git a/Translations/translation_FR.json b/Translations/translation_FR.json
index 92a87bb4..7a8c91ff 100644
--- a/Translations/translation_FR.json
+++ b/Translations/translation_FR.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Panne: \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "G",
"SettingAutoChar": "A",
- "SettingOffChar": "D",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingFastChar": "R",
- "SettingStartNoneChar": "D",
"SettingStartSolderingChar": "A",
"SettingStartSleepChar": "V",
"SettingStartSleepOffChar": "O",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "V"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Chauffer au\ndémarrage",
- "description": "D=désactivé | A=activé | V=mode veille | O=mode veille à température ambiante"
+ "description": "A=activé | V=mode veille | O=mode veille à température ambiante"
},
"TempChangeShortStep": {
"displayText": "Incrément\nappui court",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Verrouiller\nles boutons",
- "description": "Pendant la soudure, appuyer sur les deux boutons pour les verrouiller (D=désactivé | B=boost seulement | V=verr. total)"
+ "description": "Pendant la soudure, appuyer sur les deux boutons pour les verrouiller (B=boost seulement | V=verr. total)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Sensibilité\nau mouvement",
- "description": "0=désactivé | 1=peu sensible | ... | 9=très sensible"
+ "description": "1=peu sensible | ... | 9=très sensible"
},
"SleepTemperature": {
"displayText": "Temp.\nveille",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Sensibilité\ncapteur effet hall",
- "description": "Sensibilité du capteur à effet Hall pour la mise en veille (0=désactivé | 1=peu sensible | ... | 9=très sensible)"
+ "description": "Sensibilité du capteur à effet Hall pour la mise en veille (1=peu sensible | ... | 9=très sensible)"
},
"TemperatureUnit": {
"displayText": "Unité de\ntempérature",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Vitesse\nanim. icônes",
- "description": "Vitesse des animations des icônes dans le menu (D=désactivé | L=lente | M=moyenne | R=rapide)"
+ "description": "Vitesse des animations des icônes dans le menu (L=lente | M=moyenne | R=rapide)"
},
"AnimLoop": {
"displayText": "Rejouer\nanim. icônes",
diff --git a/Translations/translation_HR.json b/Translations/translation_HR.json
index a25f0e2e..a2150753 100644
--- a/Translations/translation_HR.json
+++ b/Translations/translation_HR.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Vrh: \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "U",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "B",
- "SettingStartNoneChar": "U",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "T",
"SettingStartSleepOffChar": "H",
- "SettingLockDisableChar": "O",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "Z"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Auto\nstart",
- "description": "Ako je aktivno, lemilica po uključivanju napajanja odmah počinje grijati. (U=ugašeno | L=lemljenje | T=spavanje toplo | H=spavanje hladno)"
+ "description": "Ako je aktivno, lemilica po uključivanju napajanja odmah počinje grijati. (L=lemljenje | T=spavanje toplo | H=spavanje hladno)"
},
"TempChangeShortStep": {
"displayText": "Korak temp\nkratki pritisak",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Zaključavanje\ntipki",
- "description": "Tokom lemljenja, držite obje tipke kako biste ih zaključali ili otključali (O=otključano | B=zaključan boost | Z=zaključano sve)"
+ "description": "Tokom lemljenja, držite obje tipke kako biste ih zaključali ili otključali (B=zaključan boost | Z=zaključano sve)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Osjetljivost\npokreta",
- "description": "Osjetljivost prepoznavanja pokreta. (0=ugašeno | 1=najmanje osjetljivo | ... | 9=najosjetljivije)"
+ "description": "Osjetljivost prepoznavanja pokreta. (1=najmanje osjetljivo | ... | 9=najosjetljivije)"
},
"SleepTemperature": {
"displayText": "Temp\nspavanja",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Osjetljivost\nHall senzora",
- "description": "Osjetljivost senzora magnetskog polja za detekciju spavanja (U=Ugašeno | N=Najmanja | S=Srednja | V=Visoka)"
+ "description": "Osjetljivost senzora magnetskog polja za detekciju spavanja (N=Najmanja | S=Srednja | V=Visoka)"
},
"TemperatureUnit": {
"displayText": "Jedinica\ntemperature",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Brzina\nanimacije",
- "description": "Brzina animacije ikona u menijima (U=ugašeno | S=sporo | M=srednje | B=brzo)"
+ "description": "Brzina animacije ikona u menijima (S=sporo | M=srednje | B=brzo)"
},
"AnimLoop": {
"displayText": "Ponavljanje\nanimacije",
diff --git a/Translations/translation_HU.json b/Translations/translation_HU.json
index 2a2f01ac..8ca8ff3b 100644
--- a/Translations/translation_HU.json
+++ b/Translations/translation_HU.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Hegy: \n"
},
- "OffString": {
- "message": "Ki"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "J",
"SettingLeftChar": "B",
"SettingAutoChar": "A",
- "SettingOffChar": "0",
"SettingSlowChar": "L",
"SettingMediumChar": "K",
"SettingFastChar": "Gy",
- "SettingStartNoneChar": "K",
"SettingStartSolderingChar": "F",
"SettingStartSleepChar": "A",
"SettingStartSleepOffChar": "Sz",
- "SettingLockDisableChar": "K",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "T"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Automatikus\nindítás",
- "description": "Bekapcsolás után automatikusan lépjen forrasztás módba (K=ki | F=forrasztás | A=alvó mód | Sz=szobahőmérséklet)"
+ "description": "Bekapcsolás után automatikusan lépjen forrasztás módba (F=forrasztás | A=alvó mód | Sz=szobahőmérséklet)"
},
"TempChangeShortStep": {
"displayText": "Hőm. állítás\nrövid",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Lezárás\nengedélyezés",
- "description": "Forrasztás közben mindkét gombot hosszan lenyomva lezárja a kezelést (K=ki | B=csak \"boost\" módban | T=teljes lezárás)"
+ "description": "Forrasztás közben mindkét gombot hosszan lenyomva lezárja a kezelést (B=csak \"boost\" módban | T=teljes lezárás)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Mozgás\nérzékenység",
- "description": "Mozgás érzékenység beállítása (0=kikapcsolva | 1=legkevésbé érzékeny | ... | 9=legérzékenyebb)"
+ "description": "Mozgás érzékenység beállítása (1=legkevésbé érzékeny | ... | 9=legérzékenyebb)"
},
"SleepTemperature": {
"displayText": "Alvási\nhőmérséklet",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Alvásérzékelő\nérzékenység",
- "description": "Alvásérzékelő gyorsulásmérő érzékenysége (0=kikapcsolva | 1=legkevésbé érzékeny | ... | 9=legérzékenyebb)"
+ "description": "Alvásérzékelő gyorsulásmérő érzékenysége (1=legkevésbé érzékeny | ... | 9=legérzékenyebb)"
},
"TemperatureUnit": {
"displayText": "Hőmérséklet\nmértékegysége",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Animáció\nsebessége",
- "description": "Menüikonok animációjának sebessége (0=ki | L=lassú | K=közepes | Gy=gyors)"
+ "description": "Menüikonok animációjának sebessége (L=lassú | K=közepes | Gy=gyors)"
},
"AnimLoop": {
"displayText": "Folytonos\nanimáció",
diff --git a/Translations/translation_IT.json b/Translations/translation_IT.json
index a4250403..60ca1179 100644
--- a/Translations/translation_IT.json
+++ b/Translations/translation_IT.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Punta: \n"
},
- "OffString": {
- "message": "OFF"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preriscaldamento\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "S",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingFastChar": "V",
- "SettingStartNoneChar": "D",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "A",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "T",
"SettingLockFullChar": "C"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Avvio\nautomatico",
- "description": "Attiva automaticamente il saldatore quando viene alimentato [D: disattiva; S: saldatura; R: riposo; A: temperatura ambiente]"
+ "description": "Attiva automaticamente il saldatore quando viene alimentato [S: saldatura; R: riposo; A: temperatura ambiente]"
},
"TempChangeShortStep": {
"displayText": "Temp passo\nbreve",
@@ -153,7 +153,7 @@
},
"LockingMode": {
"displayText": "Blocco\ntasti",
- "description": "Blocca i tasti durante la modalità saldatura; tieni premuto entrambi per bloccare o sbloccare [D: disattiva; T: consenti Turbo; C: blocco completo]"
+ "description": "Blocca i tasti durante la modalità saldatura; tieni premuto entrambi per bloccare o sbloccare [T: consenti Turbo; C: blocco completo]"
},
"ProfilePhases": {
"displayText": "Fasi modalità\nprofilo",
@@ -213,7 +213,7 @@
},
"MotionSensitivity": {
"displayText": "Sensibilità\nal movimento",
- "description": "Imposta la sensibilità al movimento per uscire dalla modalità riposo [0: nessuna; 1: minima; 9: massima]"
+ "description": "Imposta la sensibilità al movimento per uscire dalla modalità riposo [1: minima; 9: massima]"
},
"SleepTemperature": {
"displayText": "Temperatura\nriposo",
@@ -229,7 +229,7 @@
},
"HallEffSensitivity": {
"displayText": "Sensore\nHall",
- "description": "Regola la sensibilità del sensore ad effetto Hall per entrare in modalità riposo [0: nessuna; 1: minima; 9: massima]"
+ "description": "Regola la sensibilità del sensore ad effetto Hall per entrare in modalità riposo [1: minima; 9: massima]"
},
"TemperatureUnit": {
"displayText": "Unità di\ntemperatura",
@@ -253,7 +253,7 @@
},
"AnimSpeed": {
"displayText": "Velocità\nanimazioni",
- "description": "Imposta la velocità di riproduzione delle animazioni del menù principale [O: OFF; L: lenta; M: media; V: veloce]"
+ "description": "Imposta la velocità di riproduzione delle animazioni del menù principale [L: lenta; M: media; V: veloce]"
},
"AnimLoop": {
"displayText": "Ciclo\nanimazioni",
diff --git a/Translations/translation_JA_JP.json b/Translations/translation_JA_JP.json
index ab55fac3..cbe4b43c 100644
--- a/Translations/translation_JA_JP.json
+++ b/Translations/translation_JA_JP.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Tip: "
},
- "OffString": {
- "message": "オフ"
+ "ProfilePreheatString": {
+ "message": "Preheat"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown"
},
"ProfilePreheatString": {
"message": "Preheat"
@@ -80,15 +83,12 @@
"SettingRightChar": "右",
"SettingLeftChar": "左",
"SettingAutoChar": "自",
- "SettingOffChar": "×",
"SettingSlowChar": "遅",
"SettingMediumChar": "中",
"SettingFastChar": "速",
- "SettingStartNoneChar": "×",
"SettingStartSolderingChar": "熱",
"SettingStartSleepChar": "待",
"SettingStartSleepOffChar": "室",
- "SettingLockDisableChar": "×",
"SettingLockBoostChar": "ブ",
"SettingLockFullChar": "全"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "自動加熱",
- "description": "電源投入時に自動的に加熱する <×=オフ | 熱=半田付けモード | 待=スタンバイモード | 室=室温スタンバイモード>"
+ "description": "電源投入時に自動的に加熱する <熱=半田付けモード | 待=スタンバイモード | 室=室温スタンバイモード>"
},
"TempChangeShortStep": {
"displayText": "温度変化 短",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "ボタンロック",
- "description": "半田付けモード時に両方のボタンを長押しし、ボタンロックする <×=オフ | ブ=ブーストのみ許可 | 全=すべてをロック>"
+ "description": "半田付けモード時に両方のボタンを長押しし、ボタンロックする <ブ=ブーストのみ許可 | 全=すべてをロック>"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile Phases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat Temp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat Speed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1 Temp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1 Duration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2 Temp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2 Duration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3 Temp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3 Duration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4 Temp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4 Duration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5 Temp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5 Duration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown Speed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile Phases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "動きの感度",
- "description": "0=オフ | 1=最低感度 | ... | 9=最高感度"
+ "description": "1=最低感度 | ... | 9=最高感度"
},
"SleepTemperature": {
"displayText": "待機温度",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "磁界感度",
- "description": "スタンバイモードに入るのに使用される磁場センサーの感度 <0=オフ | 1=最低感度 | ... | 9=最高感度>"
+ "description": "スタンバイモードに入るのに使用される磁場センサーの感度 <1=最低感度 | ... | 9=最高感度>"
},
"TemperatureUnit": {
"displayText": "温度単位",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "動画の速度",
- "description": "メニューアイコンのアニメーションの速さ <×=再生しない | 遅=低速 | 中=中速 | 速=高速>"
+ "description": "メニューアイコンのアニメーションの速さ <遅=低速 | 中=中速 | 速=高速>"
},
"AnimLoop": {
"displayText": "動画をループ",
diff --git a/Translations/translation_LT.json b/Translations/translation_LT.json
index 0ef44c76..22aa0d2c 100644
--- a/Translations/translation_LT.json
+++ b/Translations/translation_LT.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Antg: \n"
},
- "OffString": {
- "message": "Išj"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "K",
"SettingAutoChar": "A",
- "SettingOffChar": "I",
"SettingSlowChar": "L",
"SettingMediumChar": "V",
"SettingFastChar": "G",
- "SettingStartNoneChar": "N",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "M",
"SettingStartSleepOffChar": "K",
- "SettingLockDisableChar": "I",
"SettingLockBoostChar": "T",
"SettingLockFullChar": "V"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Automatinis\npaleidimas",
- "description": "Ar pradėti kaitininti iš karto įjungus lituoklį (N=Ne | T=Taip | M=Miegas | K=Miegoti kambario temperatūroje)"
+ "description": "Ar pradėti kaitininti iš karto įjungus lituoklį (T=Taip | M=Miegas | K=Miegoti kambario temperatūroje)"
},
"TempChangeShortStep": {
"displayText": "Temp.keitim.\ntrump.spust.",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Mygtukų\nužraktas",
- "description": "Lituodami, ilgai paspauskite abu mygtukus, kad juos užrakintumėte (I=Išjungta | T=leidžiamas tik Turbo režimas | V=Visiškas užrakinimas)"
+ "description": "Lituodami, ilgai paspauskite abu mygtukus, kad juos užrakintumėte (T=leidžiamas tik Turbo režimas | V=Visiškas užrakinimas)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Judesio\njautrumas",
- "description": "Judesio jautrumas (0=Išjungta | 1=Mažiausias | ... | 9=Didžiausias)"
+ "description": "Judesio jautrumas (1=Mažiausias | ... | 9=Didžiausias)"
},
"SleepTemperature": {
"displayText": "Miego\ntemperat.",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Holo\njutiklis",
- "description": "Holo jutiklio jautrumas nustatant miegą (0=Išjungta | 1=Mažiausias | ... | 9=Didžiausias)"
+ "description": "Holo jutiklio jautrumas nustatant miegą (1=Mažiausias | ... | 9=Didžiausias)"
},
"TemperatureUnit": {
"displayText": "Temperatūros\nvienetai",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Animacijų\ngreitis",
- "description": "Paveiksliukų animacijų greitis meniu punktuose (I=Išjungtas | L=Lėtas | V=Vidutinis | G=Greitas)"
+ "description": "Paveiksliukų animacijų greitis meniu punktuose (L=Lėtas | V=Vidutinis | G=Greitas)"
},
"AnimLoop": {
"displayText": "Animacijų\npakartojimas",
diff --git a/Translations/translation_NB.json b/Translations/translation_NB.json
index 2a21d0a1..065cc84e 100644
--- a/Translations/translation_NB.json
+++ b/Translations/translation_NB.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Spiss: \n"
},
- "OffString": {
- "message": "Av"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "H",
"SettingLeftChar": "V",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "F",
- "SettingStartNoneChar": "I",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "D",
"SettingStartSleepOffChar": "R",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "AStart\n",
- "description": "Start automatisk med lodding når strøm kobles til. (I=Inaktiv | L=Lodding | D=Dvale | R=Dvale romtemperatur)"
+ "description": "Start automatisk med lodding når strøm kobles til. (L=Lodding | D=Dvale | R=Dvale romtemperatur)"
},
"TempChangeShortStep": {
"displayText": "Temp-endring\nkort",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Tillat å låse\nknapper",
- "description": "Mens du lodder, hold nede begge knapper for å bytte mellom låsemodus (D=deaktiver | B=kun boost | F=full lås)"
+ "description": "Mens du lodder, hold nede begge knapper for å bytte mellom låsemodus (B=kun boost | F=full lås)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "BSensr\n",
- "description": "Bevegelsesfølsomhet (0=Inaktiv | 1=Minst følsom | ... | 9=Mest følsom)"
+ "description": "Bevegelsesfølsomhet (1=Minst følsom | ... | 9=Mest følsom)"
},
"SleepTemperature": {
"displayText": "DTmp\n",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall-sensor\nfølsomhet",
- "description": "Sensitiviteten til Hall-effekt-sensoren for å detektere inaktivitet (0=Inaktiv | 1=Minst følsom | ... | 9=Mest følsom)"
+ "description": "Sensitiviteten til Hall-effekt-sensoren for å detektere inaktivitet (1=Minst følsom | ... | 9=Mest følsom)"
},
"TemperatureUnit": {
"displayText": "TmpEnh\n",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nhastighet",
- "description": "Hastigheten til animasjonene i menyen (O=off | S=slow | M=medium | F=fast)"
+ "description": "Hastigheten til animasjonene i menyen (S=slow | M=medium | F=fast)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_NL.json b/Translations/translation_NL.json
index 28cfc7d3..0726c562 100644
--- a/Translations/translation_NL.json
+++ b/Translations/translation_NL.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Punt: \n"
},
- "OffString": {
- "message": "Uit"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Voorverwarmen\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "U",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingFastChar": "S",
- "SettingStartNoneChar": "U",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "Z",
- "SettingLockDisableChar": "U",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "V"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "start-\ngedrag",
- "description": "U=uit | T=verwarm naar soldeer temp | S=standby op slaap temp tot bewogen | Z=standby zonder verwarmen tot bewogen"
+ "description": "T=verwarm naar soldeer temp | S=standby op slaap temp tot bewogen | Z=standby zonder verwarmen tot bewogen"
},
"TempChangeShortStep": {
"displayText": "temp veran-\ndering kort",
@@ -153,7 +153,7 @@
},
"LockingMode": {
"displayText": "Vergrendel-\nings knoppen",
- "description": "Houd tijdens het solderen beide knoppen ingedrukt om de vergrendeling in of uit te schakelen (U=uit | B=alleen boost-modus | V=volledige vergrendeling)"
+ "description": "Houd tijdens het solderen beide knoppen ingedrukt om de vergrendeling in of uit te schakelen (B=alleen boost-modus | V=volledige vergrendeling)"
},
"ProfilePhases": {
"displayText": "Profiel\nfases",
@@ -213,7 +213,7 @@
},
"MotionSensitivity": {
"displayText": "Bewegings-\ngevoeligheid",
- "description": "Bewegingsgevoeligheid (0=uit | 1=minst gevoelig | ... | 9=meest gevoelig)"
+ "description": "Bewegingsgevoeligheid (1=minst gevoelig | ... | 9=meest gevoelig)"
},
"SleepTemperature": {
"displayText": "Slaap\ntemp",
@@ -229,7 +229,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\ngevoeligheid",
- "description": "Gevoeligheid naar de magneten (0=uit | 1=minst gevoelig | ... | 9=meest gevoelig)"
+ "description": "Gevoeligheid naar de magneten (1=minst gevoelig | ... | 9=meest gevoelig)"
},
"TemperatureUnit": {
"displayText": "Temperatuur\neenheid",
@@ -253,7 +253,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nsnelheid",
- "description": "Snelheid van de icoon animaties in het menu (Uit | Langzaam | Middel | Snel)"
+ "description": "Snelheid van de icoon animaties in het menu (Langzaam | Middel | Snel)"
},
"AnimLoop": {
"displayText": "Anim.\nherhaling",
diff --git a/Translations/translation_NL_BE.json b/Translations/translation_NL_BE.json
index e87c3b26..0afa9d37 100644
--- a/Translations/translation_NL_BE.json
+++ b/Translations/translation_NL_BE.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Punt: \n"
},
- "OffString": {
- "message": "Uit"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "T",
"SettingMediumChar": "M",
"SettingFastChar": "S",
- "SettingStartNoneChar": "F",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "K",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "start-\ntemperatuur",
- "description": "Breng de soldeerbout op temperatuur bij het opstarten. (F=Uit | T=Soldeertemperatuur | S=Slaapstand-temperatuur | K=Slaapstand kamertemperatuur)"
+ "description": "Breng de soldeerbout op temperatuur bij het opstarten. (T=Soldeertemperatuur | S=Slaapstand-temperatuur | K=Slaapstand kamertemperatuur)"
},
"TempChangeShortStep": {
"displayText": "temp veran\ndering kort",
@@ -153,7 +153,7 @@
},
"LockingMode": {
"displayText": "Vergrendel-\ning knoppen",
- "description": "Houd tijdens het solderen beide knoppen ingedrukt om de vergrendeling in of uit te schakelen (D=uit | B=alleen boost-modus | F=volledige vergrendeling)"
+ "description": "Houd tijdens het solderen beide knoppen ingedrukt om de vergrendeling in of uit te schakelen (B=alleen boost-modus | F=volledige vergrendeling)"
},
"ProfilePhases": {
"displayText": "Profiel\nfases",
@@ -213,7 +213,7 @@
},
"MotionSensitivity": {
"displayText": "Bewegings-\ngevoeligheid",
- "description": "Bewegingsgevoeligheid (0=uit | 1=minst gevoelig | ... | 9=meest gevoelig)"
+ "description": "Bewegingsgevoeligheid (1=minst gevoelig | ... | 9=meest gevoelig)"
},
"SleepTemperature": {
"displayText": "Slaap\ntemp",
@@ -229,7 +229,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\ngevoeligheid",
- "description": "Gevoeligheid naar de magneten (0=uit | 1=minst gevoelig | ... | 9=meest gevoelig)"
+ "description": "Gevoeligheid naar de magneten (1=minst gevoelig | ... | 9=meest gevoelig)"
},
"TemperatureUnit": {
"displayText": "Temperatuur\nschaal",
@@ -253,7 +253,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nsnelheid",
- "description": "Snelheid van de icoon animaties in het menu (O=uit | T=sloom | M=middel | S=snel)"
+ "description": "Snelheid van de icoon animaties in het menu (T=sloom | M=middel | S=snel)"
},
"AnimLoop": {
"displayText": "Anim.\nherhaling",
diff --git a/Translations/translation_PL.json b/Translations/translation_PL.json
index e95e3351..c7bed50a 100644
--- a/Translations/translation_PL.json
+++ b/Translations/translation_PL.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Grot: \n"
},
- "OffString": {
- "message": "Wył"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "P",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "W",
"SettingMediumChar": "M",
"SettingFastChar": "S",
- "SettingStartNoneChar": "B",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "O",
- "SettingLockDisableChar": "W",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "P"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Aut. uruch.\ntr. lutowania",
- "description": "Automatyczne uruchamianie trybu lutowania po włączeniu zasilania. (B: wyłączone | T: lutowanie | Z: uśpienie | O: uśpienie w temp. pokojowej)"
+ "description": "Automatyczne uruchamianie trybu lutowania po włączeniu zasilania. (T: lutowanie | Z: uśpienie | O: uśpienie w temp. pokojowej)"
},
"TempChangeShortStep": {
"displayText": "Zm. temp.\nkr. przyc.",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Blokada\nprzycisków",
- "description": "W trybie lutowania, wciśnij oba przyciski aby je zablokować (O=Wyłączona | B=tylko Boost | P=pełna blokada)"
+ "description": "W trybie lutowania, wciśnij oba przyciski aby je zablokować (B=tylko Boost | P=pełna blokada)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Czułość\nwykr. ruchu",
- "description": "Czułość wykrywania ruchu (0: Wyłączona | 1: Minimalna | ... | 9: Maksymalna)"
+ "description": "Czułość wykrywania ruchu (1: Minimalna | ... | 9: Maksymalna)"
},
"SleepTemperature": {
"displayText": "Temp.\nuśpienia",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Czułość\ncz. Halla",
- "description": "Czułość czujnika Halla, używanego do przechodznia w tryb uśpienia (0: Wyłączona | 1: Minimalna | ... | 9: Maksymalna)"
+ "description": "Czułość czujnika Halla, używanego do przechodznia w tryb uśpienia (1: Minimalna | ... | 9: Maksymalna)"
},
"TemperatureUnit": {
"displayText": "Jednostka\ntemperatury",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Prędkosć\nanimacji",
- "description": "Prędkość animacji ikon w menu (O: wył. | W: mała | M: średnia | S: duża)"
+ "description": "Prędkość animacji ikon w menu (W: mała | M: średnia | S: duża)"
},
"AnimLoop": {
"displayText": "Zapętlona\nanimacja",
diff --git a/Translations/translation_PT.json b/Translations/translation_PT.json
index 2e99f7b4..985e3032 100644
--- a/Translations/translation_PT.json
+++ b/Translations/translation_PT.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Ponta: \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "C",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "F",
- "SettingStartNoneChar": "D",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "H",
"SettingStartSleepOffChar": "A",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Aquecimento\nautomático",
- "description": "Aquece a ponta automaticamente ao ligar (D=desligar | S=soldagem | H=hibernar | A=hibernar temp. ambiente)"
+ "description": "Aquece a ponta automaticamente ao ligar (S=soldagem | H=hibernar | A=hibernar temp. ambiente)"
},
"TempChangeShortStep": {
"displayText": "Mudança temp.\ncurta",
@@ -153,7 +153,7 @@
},
"LockingMode": {
"displayText": "Permitir bloquear\nbotões",
- "description": "Durante a solda premir os dois botões para alternar entre (D=desativados | B=modo turbo | F=bloqueio total)"
+ "description": "Durante a solda premir os dois botões para alternar entre (B=modo turbo | F=bloqueio total)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +213,7 @@
},
"MotionSensitivity": {
"displayText": "Sensibilidade\nmovimento",
- "description": "Sensibilidade ao movimento (0=Desligado | 1=Menor | ... | 9=Maior)"
+ "description": "Sensibilidade ao movimento (1=Menor | ... | 9=Maior)"
},
"SleepTemperature": {
"displayText": "Temperatura\nrepouso",
@@ -229,7 +229,7 @@
},
"HallEffSensitivity": {
"displayText": "Sensibilidade de\nmagnetismo",
- "description": "Sensibilidade de magnetismo (0=Desligado | 1=Menor | ... | 9=Maior)"
+ "description": "Sensibilidade de magnetismo (1=Menor | ... | 9=Maior)"
},
"TemperatureUnit": {
"displayText": "Unidade\ntemperatura",
@@ -253,7 +253,7 @@
},
"AnimSpeed": {
"displayText": "Velocidade de\nanimação",
- "description": "Velocidade das animações no menu (O=off | S=lenta | M=média | F=rápida)"
+ "description": "Velocidade das animações no menu (S=lenta | M=média | F=rápida)"
},
"AnimLoop": {
"displayText": "Repetir\nanimações",
diff --git a/Translations/translation_RO.json b/Translations/translation_RO.json
index 0a7b4283..0944349b 100644
--- a/Translations/translation_RO.json
+++ b/Translations/translation_RO.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Tip: \n"
},
- "OffString": {
- "message": "Nu"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "S",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "Î",
"SettingMediumChar": "M",
"SettingFastChar": "R",
- "SettingStartNoneChar": "O",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "R",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Auto\nstart",
- "description": "Start letcon în modul de lipire la pornire (O=oprit | S=lipire | Z=repaus | R=repaus la temperatura camerei)"
+ "description": "Start letcon în modul de lipire la pornire (S=lipire | Z=repaus | R=repaus la temperatura camerei)"
},
"TempChangeShortStep": {
"displayText": "Schimbare temp.\napăsare scută",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Blocare\nbutoane",
- "description": "Când lipiţi, apăsaţi lung ambele butoane, pentru a le bloca (D=dezactivare | B=numai \"modul boost\" | F=blocare completă)"
+ "description": "Când lipiţi, apăsaţi lung ambele butoane, pentru a le bloca (B=numai \"modul boost\" | F=blocare completă)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Sensibilitate\nla miscare",
- "description": "Sensibilitate senzor miscare (0=oprit | 1=puţin sensibil | ... | 9=cel mai sensibil)"
+ "description": "Sensibilitate senzor miscare (1=puţin sensibil | ... | 9=cel mai sensibil)"
},
"SleepTemperature": {
"displayText": "Temp\nrepaus",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Sensibilitate\nsenzor Hall",
- "description": "Sensibilitate senzor cu efect Hall pentru a detecta repausul (0=oprit | 1=putin sensibil | ... | 9=cel mai sensibil)"
+ "description": "Sensibilitate senzor cu efect Hall pentru a detecta repausul (1=putin sensibil | ... | 9=cel mai sensibil)"
},
"TemperatureUnit": {
"displayText": "Unitate de\ntemperatură",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Animaţii\nviteză",
- "description": "Ritmul animaţiilor pictogramei din meniu (O=oprit | Î=încet | M=mediu | R=rapid)"
+ "description": "Ritmul animaţiilor pictogramei din meniu (Î=încet | M=mediu | R=rapid)"
},
"AnimLoop": {
"displayText": "Animaţii\nbuclă",
diff --git a/Translations/translation_RU.json b/Translations/translation_RU.json
index d505e9f7..9ac37292 100644
--- a/Translations/translation_RU.json
+++ b/Translations/translation_RU.json
@@ -60,9 +60,6 @@
"SleepingTipAdvancedString": {
"message": "Жало: \n"
},
- "OffString": {
- "message": "Выкл"
- },
"ProfilePreheatString": {
"message": "Преднагрев\n"
},
@@ -80,15 +77,12 @@
"SettingRightChar": "П",
"SettingLeftChar": "Л",
"SettingAutoChar": "А",
- "SettingOffChar": "О",
"SettingSlowChar": "М",
"SettingMediumChar": "С",
"SettingFastChar": "Б",
- "SettingStartNoneChar": "О",
"SettingStartSolderingChar": "П",
"SettingStartSleepChar": "С",
"SettingStartSleepOffChar": "К",
- "SettingLockDisableChar": "О",
"SettingLockBoostChar": "Т",
"SettingLockFullChar": "П"
},
@@ -141,7 +135,7 @@
},
"AutoStart": {
"displayText": "Режим при\nвключении",
- "description": "Режим, в котором включается паяльник (О=Откл. | П=Пайка | С=Сон | К=Ожидание при комн. темп.)"
+ "description": "Режим, в котором включается паяльник (П=Пайка | С=Сон | К=Ожидание при комн. темп.)"
},
"TempChangeShortStep": {
"displayText": "Шаг t° при\nкор.наж-ии",
@@ -153,7 +147,7 @@
},
"LockingMode": {
"displayText": "Разрешить\nблок. кнопок",
- "description": "Блокировать кнопки при их долгом нажатии в режиме пайки (О=Откл. | Т=Только турбо | П=Полная блокировка)"
+ "description": "Блокировать кнопки при их долгом нажатии в режиме пайки (Т=Только турбо | П=Полная блокировка)"
},
"ProfilePhases": {
"displayText": "Этапы\nпрофиля",
@@ -213,7 +207,7 @@
},
"MotionSensitivity": {
"displayText": "Чувствительн.\nакселерометра",
- "description": "Чувствительность акселерометра (0=Откл. | 1=мин. | ... | 9=макс.)"
+ "description": "Чувствительность акселерометра (1=мин. | ... | 9=макс.)"
},
"SleepTemperature": {
"displayText": "t° при\nсне",
@@ -229,7 +223,7 @@
},
"HallEffSensitivity": {
"displayText": "Датчик\nХолла",
- "description": "Чувствительность датчика Холла к магнитному полю (0=Откл. | 1=мин. | ... | 9=макс.)"
+ "description": "Чувствительность датчика Холла к магнитному полю (1=мин. | ... | 9=макс.)"
},
"TemperatureUnit": {
"displayText": "Единицы\nизмерения",
@@ -253,7 +247,7 @@
},
"AnimSpeed": {
"displayText": "Скорость\nанимации",
- "description": "Скорость анимации иконок в главном меню (О=Откл. | М=Медленная| С=Средняя | Б=Быстрая)"
+ "description": "Скорость анимации иконок в главном меню (М=Медленная| С=Средняя | Б=Быстрая)"
},
"AnimLoop": {
"displayText": "Зацикленная\nанимация",
diff --git a/Translations/translation_SK.json b/Translations/translation_SK.json
index edcc05d1..89c52e54 100644
--- a/Translations/translation_SK.json
+++ b/Translations/translation_SK.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Hrot: \n"
},
- "OffString": {
- "message": "Vyp"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Predhrievanie\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "P",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "Z",
"SettingSlowChar": "P",
"SettingMediumChar": "S",
"SettingFastChar": "R",
- "SettingStartNoneChar": "V",
"SettingStartSolderingChar": "Z",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "I",
- "SettingLockDisableChar": "Z",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "P"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Automatické\nspustenie",
- "description": "Pri štarte spustiť režim spájkovania (V=Vyp | Z=Spájkovanie | S=Spanok | I=Spanok izbová teplota)"
+ "description": "Pri štarte spustiť režim spájkovania (Z=Spájkovanie | S=Spanok | I=Spanok izbová teplota)"
},
"TempChangeShortStep": {
"displayText": "Malý krok\nteploty",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Povoliť zámok\ntlačidiel",
- "description": "Zamknutie tlačidiel - dlhé stlačenie oboch naraz počas spájkovania (Z=Zakázať | B=Okrem boost | P=Plné zamknutie)"
+ "description": "Zamknutie tlačidiel - dlhé stlačenie oboch naraz počas spájkovania (B=Okrem boost | P=Plné zamknutie)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profilové\nFázy",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Citlivosť\npohybu",
- "description": "Citlivosť detekcie pohybu (0=Vyp | 1=Min | ... | 9=Max)"
+ "description": "Citlivosť detekcie pohybu (1=Min | ... | 9=Max)"
},
"SleepTemperature": {
"displayText": "Pokojová\nteplota",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Citliv.\nHall",
- "description": "Citlivosť Hallovho senzora pre detekciu spánku (0=Vyp | 1=Min | ... | 9=Max)"
+ "description": "Citlivosť Hallovho senzora pre detekciu spánku (1=Min | ... | 9=Max)"
},
"TemperatureUnit": {
"displayText": "Jednotka\nteploty",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Rýchlosť\nanimácií",
- "description": "Rýchlosť animácií ikoniek v menu (O=off | P=pomaly | S=stredne | R=rýchlo)"
+ "description": "Rýchlosť animácií ikoniek v menu (P=pomaly | S=stredne | R=rýchlo)"
},
"AnimLoop": {
"displayText": "Opakovanie\nanimácií",
diff --git a/Translations/translation_SL.json b/Translations/translation_SL.json
index 1c08571d..fd0fc843 100644
--- a/Translations/translation_SL.json
+++ b/Translations/translation_SL.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Konica \n"
},
- "OffString": {
- "message": "Off"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "L",
"SettingAutoChar": "S",
- "SettingOffChar": "U",
"SettingSlowChar": "P",
"SettingMediumChar": "M",
"SettingFastChar": "H",
- "SettingStartNoneChar": "U",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "V",
- "SettingLockDisableChar": "O",
"SettingLockBoostChar": "L",
"SettingLockFullChar": "P"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Samodejni\nzagon",
- "description": "Samodejno gretje konice ob vklopu (U=ugasnjeno | S=spajkanje | Z=spanje | V=spanje na sobni temperaturi)"
+ "description": "Samodejno gretje konice ob vklopu (S=spajkanje | Z=spanje | V=spanje na sobni temperaturi)"
},
"TempChangeShortStep": {
"displayText": "Kratka sprememba\ntemperature?",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Omogoči\nzaklep gumbov",
- "description": "Za zaklep med spajkanjem drži oba gumba (O=onemogoči | L=le pospešeno | P=polno)"
+ "description": "Za zaklep med spajkanjem drži oba gumba (L=le pospešeno | P=polno)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Občutljivost\npremikanja",
- "description": "0=izklopljeno | 1=najmanjša | ... | 9=največja"
+ "description": "1=najmanjša | ... | 9=največja"
},
"SleepTemperature": {
"displayText": "Temp. med\nspanjem",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Občut.\nHall son",
- "description": "Občutljivost Hallove sonde za zaznavanje spanja (0=izklopljeno | 1=najmanjša | ... | 9=največja)"
+ "description": "Občutljivost Hallove sonde za zaznavanje spanja (1=najmanjša | ... | 9=največja)"
},
"TemperatureUnit": {
"displayText": "Enota za\ntemperaturo",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nspeed",
- "description": "Pace of icon animations in menu (O=off | P=slow | M=medium | H=fast)"
+ "description": "Pace of icon animations in menu (P=slow | M=medium | H=fast)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_SR_CYRL.json b/Translations/translation_SR_CYRL.json
index b1100dfd..0f466f88 100644
--- a/Translations/translation_SR_CYRL.json
+++ b/Translations/translation_SR_CYRL.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Врх: \n"
},
- "OffString": {
- "message": "Иск"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "Д",
"SettingLeftChar": "Л",
"SettingAutoChar": "А",
- "SettingOffChar": "O",
"SettingSlowChar": "С",
"SettingMediumChar": "M",
"SettingFastChar": "Б",
- "SettingStartNoneChar": "И",
"SettingStartSolderingChar": "Л",
"SettingStartSleepChar": "С",
"SettingStartSleepOffChar": "X",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Врући\nстарт",
- "description": "Лемилица одмах по покретању прелази у режим лемљења и греје се. (И=искључити | Л=лемљење | С=спавати | X=спавати собна температура)"
+ "description": "Лемилица одмах по покретању прелази у режим лемљења и греје се. (Л=лемљење | С=спавати | X=спавати собна температура)"
},
"TempChangeShortStep": {
"displayText": "Temp change\nshort",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Allow locking\nbuttons",
- "description": "While soldering, hold down both buttons to toggle locking them (D=disable | B=boost mode only | F=full locking)"
+ "description": "While soldering, hold down both buttons to toggle locking them (B=boost mode only | F=full locking)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Осетљивост\nна покрет",
- "description": "Осетљивост сензора покрета. (0=искључено | 1=најмање осетљиво | ... | 9=најосетљивије)"
+ "description": "Осетљивост сензора покрета. (1=најмање осетљиво | ... | 9=најосетљивије)"
},
"SleepTemperature": {
"displayText": "Темп.\nспавања",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\nsensitivity",
- "description": "Sensitivity to magnets (0=искључено | 1=најмање осетљиво | ... | 9=најосетљивије)"
+ "description": "Sensitivity to magnets (1=најмање осетљиво | ... | 9=најосетљивије)"
},
"TemperatureUnit": {
"displayText": "Јединица\nтемпературе",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nspeed",
- "description": "Pace of icon animations in menu (O=off | С=slow | M=medium | Б=fast)"
+ "description": "Pace of icon animations in menu (С=slow | M=medium | Б=fast)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_SR_LATN.json b/Translations/translation_SR_LATN.json
index 48ee5f87..02b88dc4 100644
--- a/Translations/translation_SR_LATN.json
+++ b/Translations/translation_SR_LATN.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Vrh: \n"
},
- "OffString": {
- "message": "Isk"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "D",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "B",
- "SettingStartNoneChar": "I",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "X",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Vrući\nstart",
- "description": "Lemilica odmah po pokretanju prelazi u režim lemljenja i greje se. (I=isključiti | L=lemljenje | S=spavati | X=spavati sobna temperatura)"
+ "description": "Lemilica odmah po pokretanju prelazi u režim lemljenja i greje se. (L=lemljenje | S=spavati | X=spavati sobna temperatura)"
},
"TempChangeShortStep": {
"displayText": "Temp change\nshort",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Allow locking\nbuttons",
- "description": "While soldering, hold down both buttons to toggle locking them (D=disable | B=boost mode only | F=full locking)"
+ "description": "While soldering, hold down both buttons to toggle locking them (B=boost mode only | F=full locking)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Osetljivost\nna pokret",
- "description": "Osetljivost senzora pokreta. (0=isključeno | 1=najmanje osetljivo | ... | 9=najosetljivije)"
+ "description": "Osetljivost senzora pokreta. (1=najmanje osetljivo | ... | 9=najosetljivije)"
},
"SleepTemperature": {
"displayText": "Temp.\nspavanja",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\nsensitivity",
- "description": "Sensitivity to magnets (0=isključeno | 1=najmanje osetljivo | ... | 9=najosetljivije)"
+ "description": "Sensitivity to magnets (1=najmanje osetljivo | ... | 9=najosetljivije)"
},
"TemperatureUnit": {
"displayText": "Jedinica\ntemperature",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nspeed",
- "description": "Pace of icon animations in menu (O=off | S=slow | M=medium | B=fast)"
+ "description": "Pace of icon animations in menu (S=slow | M=medium | B=fast)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_SV.json b/Translations/translation_SV.json
index fee21de9..8ab08904 100644
--- a/Translations/translation_SV.json
+++ b/Translations/translation_SV.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Spets: \n"
},
- "OffString": {
- "message": "Av"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Förvärmning\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "H",
"SettingLeftChar": "V",
"SettingAutoChar": "A",
- "SettingOffChar": "A",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingFastChar": "S",
- "SettingStartNoneChar": "A",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "V",
"SettingStartSleepOffChar": "R",
- "SettingLockDisableChar": "A",
"SettingLockBoostChar": "T",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Auto\nstart",
- "description": "Startar automatiskt lödpennan vid uppstart. (A=Av | L=Lödning | V=Viloläge | R=Viloläge Rumstemperatur)"
+ "description": "Startar automatiskt lödpennan vid uppstart. (L=Lödning | V=Viloläge | R=Viloläge Rumstemperatur)"
},
"TempChangeShortStep": {
"displayText": "Temp.just\nkorttryck",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Tillåt lås\nvia knappar",
- "description": "Vid lödning, håll nere bägge knappar för att slå på lås (A=Av | T=Bara turbo | F=Fullt lås)"
+ "description": "Vid lödning, håll nere bägge knappar för att slå på lås (T=Bara turbo | F=Fullt lås)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profil-\nfaser",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Rörelse-\nkänslighet",
- "description": "Rörelsekänslighet (0=Av | 1=minst känslig | ... | 9=mest känslig)"
+ "description": "Rörelsekänslighet (1=minst känslig | ... | 9=mest känslig)"
},
"SleepTemperature": {
"displayText": "Vilo-\ntemp",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Sensor-\nkänslght",
- "description": "Känslighet för halleffekt-sensorn för viloläges-detektering (0=Av | 1=minst känslig | ... | 9=mest känslig)"
+ "description": "Känslighet för halleffekt-sensorn för viloläges-detektering (1=minst känslig | ... | 9=mest känslig)"
},
"TemperatureUnit": {
"displayText": "Temperatur-\nenheter",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.-\nhastighet",
- "description": "Animationshastighet för ikoner i menyer (A=av | L=långsam | M=medel | S=snabb)"
+ "description": "Animationshastighet för ikoner i menyer (L=långsam | M=medel | S=snabb)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_TR.json b/Translations/translation_TR.json
index 70924e4e..ae73b3cf 100644
--- a/Translations/translation_TR.json
+++ b/Translations/translation_TR.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Uç: \n"
},
- "OffString": {
- "message": "Kapalı"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "O",
- "SettingOffChar": "K",
"SettingSlowChar": "Y",
"SettingMediumChar": "O",
"SettingFastChar": "H",
- "SettingStartNoneChar": "K",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "U",
"SettingStartSleepOffChar": "S",
- "SettingLockDisableChar": "K",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "OTOBAŞ\n",
- "description": "Güç verildiğinde otomatik olarak lehimleme modunda başlat. (K=Kapalı | L=Lehimleme Modu | U=Uyku Modu | S=Uyku Modu Oda Sıcaklığı)"
+ "description": "Güç verildiğinde otomatik olarak lehimleme modunda başlat. (L=Lehimleme Modu | U=Uyku Modu | S=Uyku Modu Oda Sıcaklığı)"
},
"TempChangeShortStep": {
"displayText": "Temp change\nshort",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Allow locking\nbuttons",
- "description": "While soldering, hold down both buttons to toggle locking them (K=Kapalı | B=boost mode only | F=full locking)"
+ "description": "While soldering, hold down both buttons to toggle locking them (B=boost mode only | F=full locking)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "HARHAS\n",
- "description": "Hareket Hassasiyeti (0=Kapalı | 1=En az duyarlı | ... | 9=En duyarlı)"
+ "description": "Hareket Hassasiyeti (1=En az duyarlı | ... | 9=En duyarlı)"
},
"SleepTemperature": {
"displayText": "BKSC\n",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Hall sensor\nsensitivity",
- "description": "Sensitivity to magnets (0=Kapalı | 1=En az duyarlı | ... | 9=En duyarlı)"
+ "description": "Sensitivity to magnets (1=En az duyarlı | ... | 9=En duyarlı)"
},
"TemperatureUnit": {
"displayText": "SCKBRM\n",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Anim.\nspeed",
- "description": "Pace of icon animations in menu (K=Kapalı | Y=Yavaş | O=Orta | H=Hızlı)"
+ "description": "Pace of icon animations in menu (Y=Yavaş | O=Orta | H=Hızlı)"
},
"AnimLoop": {
"displayText": "Anim.\nloop",
diff --git a/Translations/translation_UK.json b/Translations/translation_UK.json
index a24528e2..c41f2604 100644
--- a/Translations/translation_UK.json
+++ b/Translations/translation_UK.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Жало: \n"
},
- "OffString": {
- "message": "Вимк"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Попередній\nрозігрів"
@@ -80,15 +83,12 @@
"SettingRightChar": "П",
"SettingLeftChar": "Л",
"SettingAutoChar": "A",
- "SettingOffChar": "B",
"SettingSlowChar": "Н",
"SettingMediumChar": "С",
"SettingFastChar": "М",
- "SettingStartNoneChar": "В",
"SettingStartSolderingChar": "П",
"SettingStartSleepChar": "О",
"SettingStartSleepOffChar": "К",
- "SettingLockDisableChar": "В",
"SettingLockBoostChar": "Т",
"SettingLockFullChar": "П"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Гарячий\nстарт",
- "description": "Режим в якому запускається паяльник при ввімкненні (В=Вимк. | П=Пайка | О=Очікування | К=Очікування при кімн. темп.)"
+ "description": "Режим в якому запускається паяльник при ввімкненні (П=Пайка | О=Очікування | К=Очікування при кімн. темп.)"
},
"TempChangeShortStep": {
"displayText": "Зміна темп.\nкоротко?",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Дозволити\nблок. кнопок",
- "description": "Під час пайки тривале натискання обох кнопок заблокує їх (В=Вимк | Т=Тільки турбо | П=Повне)"
+ "description": "Під час пайки тривале натискання обох кнопок заблокує їх (Т=Тільки турбо | П=Повне)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Етапи\nпрофілів",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Чутливість\nсенсору руху",
- "description": "Акселерометр (0=Вимк. | 1=мін. чутливості | ... | 9=макс. чутливості)"
+ "description": "Акселерометр (1=мін. чутливості | ... | 9=макс. чутливості)"
},
"SleepTemperature": {
"displayText": "Темпер.\nсну",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "Чутливість\nЕфекту Холла",
- "description": "Чутливість датчика ефекту Холла при виявленні сну (0=Вимк. | 1=мін. чутливості | ... | 9=макс. чутливості)"
+ "description": "Чутливість датчика ефекту Холла при виявленні сну (1=мін. чутливості | ... | 9=макс. чутливості)"
},
"TemperatureUnit": {
"displayText": "Формат темпе-\nратури(C°/F°)",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Швидкість\nанімації",
- "description": "Швидкість анімації іконок у головному меню (В=Вимк | Н=Низькa | С=Середня | М=Максимальна)"
+ "description": "Швидкість анімації іконок у головному меню (Н=Низькa | С=Середня | М=Максимальна)"
},
"AnimLoop": {
"displayText": "Циклічна\nанімація",
diff --git a/Translations/translation_VI.json b/Translations/translation_VI.json
index 6515538c..1aa4e96c 100644
--- a/Translations/translation_VI.json
+++ b/Translations/translation_VI.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Meo: \n"
},
- "OffString": {
- "message": "Tat"
+ "ProfilePreheatString": {
+ "message": "Preheat\n"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown\n"
},
"ProfilePreheatString": {
"message": "Preheat\n"
@@ -80,15 +83,12 @@
"SettingRightChar": "R",
"SettingLeftChar": "L",
"SettingAutoChar": "A",
- "SettingOffChar": "O",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingFastChar": "F",
- "SettingStartNoneChar": "O",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "R",
- "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B",
"SettingLockFullChar": "F"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "Nhiet đo\nđang tăng",
- "description": "- O=tat | S=nhiet đo hàn | Z=cho o nhiet đo ngu đen khi cu đong | R=cho mà không gia nhiet đen khi cu đong"
+ "description": "S=nhiet đo hàn | Z=cho o nhiet đo ngu đen khi cu đong | R=cho mà không gia nhiet đen khi cu đong"
},
"TempChangeShortStep": {
"displayText": "Thay đoi n.đo\nan nút nhanh",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "Cho phép khóa\ncác nút",
- "description": "Trong khi hàn, giu ca 2 nút đe khóa(D=tat | B=chi che đo tăng cuong | F=khóa hoàn toàn)"
+ "description": "Trong khi hàn, giu ca 2 nút đe khóa (B=chi che đo tăng cuong | F=khóa hoàn toàn)"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile\nPhases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat\nTemp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat\nSpeed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1\nTemp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1\nDuration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2\nTemp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2\nDuration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3\nTemp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3\nDuration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4\nTemp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4\nDuration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5\nTemp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5\nDuration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown\nSpeed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile\nPhases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "Cam bien\ncu đong",
- "description": "- 0=tat | 1=đo nhay thap nhat| ... | 9=đo nhay cao nhat"
+ "description": "1=đo nhay thap nhat| ... | 9=đo nhay cao nhat"
},
"SleepTemperature": {
"displayText": "Nhiet đo\nkhi ngu",
@@ -221,15 +277,15 @@
},
"SleepTimeout": {
"displayText": "Ngu\nsau",
- "description": "- thoi gian truoc khi \"Che đo ngu\" bat đau (s=giây | m=phút)"
+ "description": "thoi gian truoc khi \"Che đo ngu\" bat đau (s=giây | m=phút)"
},
"ShutdownTimeout": {
"displayText": "Tat\nsau",
- "description": "- khoang thoi gian truoc khi tay hàn tat (m=phút)"
+ "description": "khoang thoi gian truoc khi tay hàn tat (m=phút)"
},
"HallEffSensitivity": {
"displayText": "Hall\nđo nhay",
- "description": "Đo nhay cam bien Hall đe phát hien che đo ngu (0=tat | 1=ít nhay nhat |...| 9=nhay nhat)"
+ "description": "Đo nhay cam bien Hall đe phát hien che đo ngu (1=ít nhay nhat |...| 9=nhay nhat)"
},
"TemperatureUnit": {
"displayText": "Đon vi\nnhiet đo",
@@ -237,11 +293,11 @@
},
"DisplayRotation": {
"displayText": "Huong\nhien thi",
- "description": "- R=huong tay phai | L=huong tay trái | A=tu đong"
+ "description": "R=huong tay phai | L=huong tay trái | A=tu đong"
},
"CooldownBlink": {
"displayText": "Nguoi đi\nchop mat",
- "description": "-Nhap nháy nhiet đo sau khi viec gia nhiet tam dung trong khi mui hàn van nóng"
+ "description": "Nhap nháy nhiet đo sau khi viec gia nhiet tam dung trong khi mui hàn van nóng"
},
"ScrollingSpeed": {
"displayText": "Toc đo\ncuon",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "Toc đo\nhoat anh",
- "description": "-Toc đo cua hoat anh menu (O=tat | S=cham | M=trung bình | F=nhanh)"
+ "description": "Toc đo cua hoat anh menu (S=cham | M=trung bình | F=nhanh)"
},
"AnimLoop": {
"displayText": "Hoat anh\nlap lai",
@@ -261,11 +317,11 @@
},
"Brightness": {
"displayText": "Đo tuong phan\nmàn hình",
- "description": "-Đieu chinh đo sáng màn hình OLED"
+ "description": "Đieu chinh đo sáng màn hình OLED"
},
"ColourInversion": {
"displayText": "Đao nguoc màu\nmàn hình",
- "description": "-Đao nguoc màu màn hình OLED"
+ "description": "Đao nguoc màu màn hình OLED"
},
"LOGOTime": {
"displayText": "Boot logo\nduration",
@@ -273,11 +329,11 @@
},
"AdvancedIdle": {
"displayText": "Chi tiet\nmàn hình cho",
- "description": "- hien thi thông tin chi tiet bang phông chu nho hon trên màn hình cho"
+ "description": "hien thi thông tin chi tiet bang phông chu nho hon trên màn hình cho"
},
"AdvancedSoldering": {
"displayText": "Chi tiet\nmàn hình hàn",
- "description": "-Hien thi thông tin bang phông chu nho hon trên màn hình hàn"
+ "description": "Hien thi thông tin bang phông chu nho hon trên màn hình hàn"
},
"BluetoothLE": {
"displayText": "Bluetooth\n",
@@ -285,19 +341,19 @@
},
"PowerLimit": {
"displayText": "Công suat\ngioi han",
- "description": "-Công suat toi đa mà tay hàn có the su dung (W=watt)"
+ "description": "Công suat toi đa mà tay hàn có the su dung (W=watt)"
},
"CalibrateCJC": {
"displayText": "Calibrate CJC\nat next boot",
- "description": "At next boot tip Cold Junction Compensation will be calibrated (not required if Delta T is < 5°C)"
+ "description": "Calbrate Cold Junction Compensation at next boot (not required if Delta T is < 5°C)"
},
"VoltageCalibration": {
"displayText": "Hieu chinh\nđien áp đau vào?",
- "description": "-bat đau hieu chuan VIN (nhan và giu đe thoát)"
+ "description": "bat đau hieu chuan VIN (nhan và giu đe thoát)"
},
"PowerPulsePower": {
"displayText": "Công suat\nkích nguon",
- "description": "-Cuong đo công suat kích nguon (watt)"
+ "description": "Cuong đo công suat kích nguon (watt)"
},
"PowerPulseWait": {
"displayText": "Trì hoãn\nđien áp kích",
@@ -305,11 +361,11 @@
},
"PowerPulseDuration": {
"displayText": "Thoi luong\nkích nguon",
- "description": "-thoi luong kích nguon (x 250ms)"
+ "description": "thoi luong kích nguon (x 250ms)"
},
"SettingsReset": {
"displayText": "Khôi phuc\ncài đat goc?",
- "description": "-đat lai tat ca cài đat ve mac đinh"
+ "description": "đat lai tat ca cài đat ve mac đinh"
},
"LanguageSwitch": {
"displayText": "Ngôn ngu:\n VI Tieng Viet",
diff --git a/Translations/translation_YUE_HK.json b/Translations/translation_YUE_HK.json
index 9c20d4d2..c8370c3e 100644
--- a/Translations/translation_YUE_HK.json
+++ b/Translations/translation_YUE_HK.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Tip: "
},
- "OffString": {
- "message": "關"
+ "ProfilePreheatString": {
+ "message": "Preheat"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown"
},
"ProfilePreheatString": {
"message": "Preheat"
@@ -80,15 +83,12 @@
"SettingRightChar": "右",
"SettingLeftChar": "左",
"SettingAutoChar": "自",
- "SettingOffChar": "關",
"SettingSlowChar": "慢",
"SettingMediumChar": "中",
"SettingFastChar": "快",
- "SettingStartNoneChar": "無",
"SettingStartSolderingChar": "焊",
"SettingStartSleepChar": "待",
"SettingStartSleepOffChar": "室",
- "SettingLockDisableChar": "無",
"SettingLockBoostChar": "增",
"SettingLockFullChar": "全"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "自動啓用",
- "description": "開機時自動啓用 <無=停用 | 焊=焊接模式 | 待=待機模式 | 室=室温待機>"
+ "description": "開機時自動啓用 <焊=焊接模式 | 待=待機模式 | 室=室温待機>"
},
"TempChangeShortStep": {
"displayText": "温度調整 短",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "撳掣鎖定",
- "description": "喺焊接模式時,同時長撳兩粒掣啓用撳掣鎖定 <無=停用 | 增=淨係容許增熱模式 | 全=鎖定全部>"
+ "description": "喺焊接模式時,同時長撳兩粒掣啓用撳掣鎖定 <增=淨係容許增熱模式 | 全=鎖定全部>"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile Phases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat Temp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat Speed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1 Temp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1 Duration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2 Temp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2 Duration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3 Temp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3 Duration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4 Temp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4 Duration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5 Temp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5 Duration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown Speed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile Phases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "動作敏感度",
- "description": "0=停用 | 1=最低敏感度 | ... | 9=最高敏感度"
+ "description": "1=最低敏感度 | ... | 9=最高敏感度"
},
"SleepTemperature": {
"displayText": "待機温度",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "磁場敏感度",
- "description": "磁場感應器用嚟啓動待機模式嘅敏感度 <0=停用 | 1=最低敏感度 | ... | 9=最高敏感度>"
+ "description": "磁場感應器用嚟啓動待機模式嘅敏感度 <1=最低敏感度 | ... | 9=最高敏感度>"
},
"TemperatureUnit": {
"displayText": "温度單位",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "動畫速度",
- "description": "功能表圖示動畫嘅速度 <關=不顯示動畫 | 慢=慢速 | 中=中速 | 快=快速>"
+ "description": "功能表圖示動畫嘅速度 <慢=慢速 | 中=中速 | 快=快速>"
},
"AnimLoop": {
"displayText": "動畫循環",
diff --git a/Translations/translation_ZH_CN.json b/Translations/translation_ZH_CN.json
index 2488dd99..67f2f326 100644
--- a/Translations/translation_ZH_CN.json
+++ b/Translations/translation_ZH_CN.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "<--- "
},
- "OffString": {
- "message": "关"
+ "ProfilePreheatString": {
+ "message": "Preheat"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown"
},
"ProfilePreheatString": {
"message": "Preheat"
@@ -80,15 +83,12 @@
"SettingRightChar": "右",
"SettingLeftChar": "左",
"SettingAutoChar": "自",
- "SettingOffChar": "关",
"SettingSlowChar": "慢",
"SettingMediumChar": "中",
"SettingFastChar": "快",
- "SettingStartNoneChar": "无",
"SettingStartSolderingChar": "焊",
"SettingStartSleepChar": "待",
"SettingStartSleepOffChar": "室",
- "SettingLockDisableChar": "无",
"SettingLockBoostChar": "增",
"SettingLockFullChar": "全"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "自动启动",
- "description": "开机时自动启动 <无=禁用 | 焊=焊接模式 | 待=待机模式 | 室=室温待机>"
+ "description": "开机时自动启动 <焊=焊接模式 | 待=待机模式 | 室=室温待机>"
},
"TempChangeShortStep": {
"displayText": "短按温度调整",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "按键锁定",
- "description": "焊接模式时,同时长按两个按键启用按键锁定 <无=禁用 | 增=只容许增热模式 | 全=完全锁定>"
+ "description": "焊接模式时,同时长按两个按键启用按键锁定 <增=只容许增热模式 | 全=完全锁定>"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile Phases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat Temp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat Speed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1 Temp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1 Duration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2 Temp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2 Duration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3 Temp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3 Duration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4 Temp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4 Duration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5 Temp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5 Duration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown Speed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile Phases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "动作灵敏度",
- "description": "0=禁用 | 1=最低灵敏度 | ... | 9=最高灵敏度"
+ "description": "1=最低灵敏度 | ... | 9=最高灵敏度"
},
"SleepTemperature": {
"displayText": "待机温度",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "磁场灵敏度",
- "description": "霍尔效应传感器用作启动待机模式的灵敏度 <0=禁用 | 1=最低灵敏度 | ... | 9=最高灵敏度>"
+ "description": "霍尔效应传感器用作启动待机模式的灵敏度 <1=最低灵敏度 | ... | 9=最高灵敏度>"
},
"TemperatureUnit": {
"displayText": "温度单位",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "动画速度",
- "description": "主菜单中功能图标动画的播放速度 <关=不显示动画 | 慢=慢速 | 中=中速 | 快=快速>"
+ "description": "主菜单中功能图标动画的播放速度 <慢=慢速 | 中=中速 | 快=快速>"
},
"AnimLoop": {
"displayText": "动画循环",
diff --git a/Translations/translation_ZH_TW.json b/Translations/translation_ZH_TW.json
index 616fbdcf..033718b8 100644
--- a/Translations/translation_ZH_TW.json
+++ b/Translations/translation_ZH_TW.json
@@ -60,8 +60,11 @@
"SleepingTipAdvancedString": {
"message": "Tip: "
},
- "OffString": {
- "message": "關"
+ "ProfilePreheatString": {
+ "message": "Preheat"
+ },
+ "ProfileCooldownString": {
+ "message": "Cooldown"
},
"ProfilePreheatString": {
"message": "Preheat"
@@ -80,15 +83,12 @@
"SettingRightChar": "右",
"SettingLeftChar": "左",
"SettingAutoChar": "自",
- "SettingOffChar": "關",
"SettingSlowChar": "慢",
"SettingMediumChar": "中",
"SettingFastChar": "快",
- "SettingStartNoneChar": "無",
"SettingStartSolderingChar": "焊",
"SettingStartSleepChar": "待",
"SettingStartSleepOffChar": "室",
- "SettingLockDisableChar": "無",
"SettingLockBoostChar": "增",
"SettingLockFullChar": "全"
},
@@ -141,7 +141,7 @@
},
"AutoStart": {
"displayText": "自動啟用",
- "description": "開機時自動啟用 <無=停用 | 焊=焊接模式 | 待=待機模式 | 室=室溫待機>"
+ "description": "開機時自動啟用 <焊=焊接模式 | 待=待機模式 | 室=室溫待機>"
},
"TempChangeShortStep": {
"displayText": "溫度調整 短",
@@ -153,7 +153,63 @@
},
"LockingMode": {
"displayText": "按鍵鎖定",
- "description": "於焊接模式時,同時長按兩個按鍵啟用按鍵鎖定 <無=停用 | 增=只容許增熱模式 | 全=鎖定全部>"
+ "description": "於焊接模式時,同時長按兩個按鍵啟用按鍵鎖定 <增=只容許增熱模式 | 全=鎖定全部>"
+ },
+ "ProfilePhases": {
+ "displayText": "Profile Phases",
+ "description": "Number of phases in profile mode"
+ },
+ "ProfilePreheatTemp": {
+ "displayText": "Preheat Temp",
+ "description": "Preheat to this temperature at the start of profile mode"
+ },
+ "ProfilePreheatSpeed": {
+ "displayText": "Preheat Speed",
+ "description": "Preheat at this rate (degrees per second)"
+ },
+ "ProfilePhase1Temp": {
+ "displayText": "Phase 1 Temp",
+ "description": "Target temperature for the end of this phase"
+ },
+ "ProfilePhase1Duration": {
+ "displayText": "Phase 1 Duration",
+ "description": "Target duration of this phase (seconds)"
+ },
+ "ProfilePhase2Temp": {
+ "displayText": "Phase 2 Temp",
+ "description": ""
+ },
+ "ProfilePhase2Duration": {
+ "displayText": "Phase 2 Duration",
+ "description": ""
+ },
+ "ProfilePhase3Temp": {
+ "displayText": "Phase 3 Temp",
+ "description": ""
+ },
+ "ProfilePhase3Duration": {
+ "displayText": "Phase 3 Duration",
+ "description": ""
+ },
+ "ProfilePhase4Temp": {
+ "displayText": "Phase 4 Temp",
+ "description": ""
+ },
+ "ProfilePhase4Duration": {
+ "displayText": "Phase 4 Duration",
+ "description": ""
+ },
+ "ProfilePhase5Temp": {
+ "displayText": "Phase 5 Temp",
+ "description": ""
+ },
+ "ProfilePhase5Duration": {
+ "displayText": "Phase 5 Duration",
+ "description": ""
+ },
+ "ProfileCooldownSpeed": {
+ "displayText": "Cooldown Speed",
+ "description": "Cooldown at this rate at the end of profile mode (degrees per second)"
},
"ProfilePhases": {
"displayText": "Profile Phases",
@@ -213,7 +269,7 @@
},
"MotionSensitivity": {
"displayText": "動作敏感度",
- "description": "0=停用 | 1=最低敏感度 | ... | 9=最高敏感度"
+ "description": "1=最低敏感度 | ... | 9=最高敏感度"
},
"SleepTemperature": {
"displayText": "待機溫度",
@@ -229,7 +285,7 @@
},
"HallEffSensitivity": {
"displayText": "磁場敏感度",
- "description": "磁場感應器用作啟動待機模式的敏感度 <0=停用 | 1=最低敏感度 | ... | 9=最高敏感度>"
+ "description": "磁場感應器用作啟動待機模式的敏感度 <1=最低敏感度 | ... | 9=最高敏感度>"
},
"TemperatureUnit": {
"displayText": "溫標",
@@ -253,7 +309,7 @@
},
"AnimSpeed": {
"displayText": "動畫速度",
- "description": "功能表圖示動畫的速度 <關=不顯示動畫 | 慢=慢速 | 中=中速 | 快=快速>"
+ "description": "功能表圖示動畫的速度 <慢=慢速 | 中=中速 | 快=快速>"
},
"AnimLoop": {
"displayText": "動畫循環",
diff --git a/Translations/translations_definitions.json b/Translations/translations_definitions.json
index d717af97..379f4718 100644
--- a/Translations/translations_definitions.json
+++ b/Translations/translations_definitions.json
@@ -120,11 +120,6 @@
"description": "The prefix text shown before tip temperature when the unit is sleeping with advanced view on."
},
{
- "id": "OffString",
- "maxLen": 3,
- "description": "Shown when a setting is turned off."
- },
- {
"id": "DeviceFailedValidationWarning",
"default": "Device may be\ncounterfeit",
"description": "Warning shown if the device may be a clone or counterfeit unit."
@@ -155,11 +150,6 @@
"description": "Shown for automatic display rotation."
},
{
- "id": "SettingOffChar",
- "len": 1,
- "description": "Shown when a setting is turned off"
- },
- {
"id": "SettingSlowChar",
"len": 1,
"description": "Shown when a setting is set to a slow value i.e. animation speed"
@@ -175,11 +165,6 @@
"description": "Shown when a setting is set to a fast value i.e. animation speed"
},
{
- "id": "SettingStartNoneChar",
- "len": 1,
- "description": "Shown when autostart state is to do nothing and go to a normal boot"
- },
- {
"id": "SettingStartSolderingChar",
"len": 1,
"description": "Shown when the auto start mode is set to go straight to soldering."
@@ -195,12 +180,6 @@
"description": "Shown when the auto start state is set to go to an off state, but on movement wake into soldering mode."
},
{
- "id": "SettingLockDisableChar",
- "len": 1,
- "default": "D",
- "description": "Shown when locking mode is turned off."
- },
- {
"id": "SettingLockBoostChar",
"len": 1,
"default": "B",
diff --git a/source/Core/Drivers/Font.h b/source/Core/Drivers/Font.h
index 234baefb..56f71abc 100644
--- a/source/Core/Drivers/Font.h
+++ b/source/Core/Drivers/Font.h
@@ -187,6 +187,12 @@ const uint8_t RepeatInf[] = {
0x00, 0xc0, 0xf0, 0x78, 0x1c, 0x0c, 0x0e, 0x06, 0x06, 0x0e, 0x2c, 0x3c, 0x38, 0x3c, 0x00, 0x00,
0x00, 0x31, 0x49, 0x48, 0x30, 0x48, 0x48, 0x30, 0x00, 0x00, 0x30, 0x38, 0x1e, 0x0f, 0x03, 0x00};
+const uint8_t UnavailableIcon[] = {
+ // width = 16
+ // height = 16
+ 0x00, 0xc0, 0x30, 0x08, 0x04, 0x04, 0x02, 0x82, 0xc2, 0xe2, 0x74, 0x24, 0x08, 0x30, 0xc0, 0x00,
+ 0x00, 0x03, 0x0c, 0x10, 0x24, 0x2e, 0x47, 0x43, 0x41, 0x40, 0x20, 0x20, 0x10, 0x0c, 0x03, 0x00};
+
/*
* 16x16 icons
* 32 * 3 = Frame size * Frame count
diff --git a/source/Core/Inc/Translation.h b/source/Core/Inc/Translation.h
index f2b84ffa..3b3e85ad 100644
--- a/source/Core/Inc/Translation.h
+++ b/source/Core/Inc/Translation.h
@@ -130,22 +130,18 @@ struct TranslationIndexTable {
uint16_t SleepingSimpleString;
uint16_t SleepingAdvancedString;
uint16_t SleepingTipAdvancedString;
- uint16_t OffString;
uint16_t DeviceFailedValidationWarning;
uint16_t TooHotToStartProfileWarning;
uint16_t SettingRightChar;
uint16_t SettingLeftChar;
uint16_t SettingAutoChar;
- uint16_t SettingOffChar;
uint16_t SettingSlowChar;
uint16_t SettingMediumChar;
uint16_t SettingFastChar;
- uint16_t SettingStartNoneChar;
uint16_t SettingStartSolderingChar;
uint16_t SettingStartSleepChar;
uint16_t SettingStartSleepOffChar;
- uint16_t SettingLockDisableChar;
uint16_t SettingLockBoostChar;
uint16_t SettingLockFullChar;
diff --git a/source/Core/Src/settingsGUI.cpp b/source/Core/Src/settingsGUI.cpp
index cc6910ac..058e87af 100644
--- a/source/Core/Src/settingsGUI.cpp
+++ b/source/Core/Src/settingsGUI.cpp
@@ -254,7 +254,7 @@ const menuitem powerMenu[] = {
#endif
#ifdef POW_PD
/* PD timeout setup */
- {SETTINGS_DESC(SettingsItemIndex::PDNegTimeout), nullptr, displayPDNegTimeout, nullptr, SettingsOptions::PDNegTimeout, SettingsItemIndex::PDNegTimeout, 5},
+ {SETTINGS_DESC(SettingsItemIndex::PDNegTimeout), nullptr, displayPDNegTimeout, nullptr, SettingsOptions::PDNegTimeout, SettingsItemIndex::PDNegTimeout, 6},
/* Toggle PPS & EPR */
{SETTINGS_DESC(SettingsItemIndex::PDVpdo), nullptr, displayPDVpdo, nullptr, SettingsOptions::PDVpdo, SettingsItemIndex::PDVpdo, 7},
#endif
@@ -394,7 +394,7 @@ const menuitem UIMenu[] = {
/* Invert screen colour */
{SETTINGS_DESC(SettingsItemIndex::ColourInversion), nullptr, displayInvertColor, nullptr, SettingsOptions::OLEDInversion, SettingsItemIndex::ColourInversion, 7},
/* Set logo duration */
- {SETTINGS_DESC(SettingsItemIndex::LOGOTime), nullptr, displayLogoTime, nullptr, SettingsOptions::LOGOTime, SettingsItemIndex::LOGOTime, 5},
+ {SETTINGS_DESC(SettingsItemIndex::LOGOTime), nullptr, displayLogoTime, nullptr, SettingsOptions::LOGOTime, SettingsItemIndex::LOGOTime, 6},
/* Advanced idle screen */
{SETTINGS_DESC(SettingsItemIndex::AdvancedIdle), nullptr, displayAdvancedIDLEScreens, nullptr, SettingsOptions::DetailedIDLE, SettingsItemIndex::AdvancedIdle, 7},
/* Advanced soldering screen */
@@ -528,9 +528,9 @@ static void displayQCInputV(void) {
static void displayPDNegTimeout(void) {
auto value = getSettingValue(SettingsOptions::PDNegTimeout);
if (value == 0) {
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
} else {
- OLED::printNumber(value, 3, FontStyle::LARGE);
+ OLED::printNumber(value, 2, FontStyle::LARGE);
}
}
@@ -569,14 +569,14 @@ static void displayBoostTemp(void) {
if (getSettingValue(SettingsOptions::BoostTemp)) {
OLED::printNumber(getSettingValue(SettingsOptions::BoostTemp), 3, FontStyle::LARGE);
} else {
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
}
}
static void displayAutomaticStartMode(void) {
switch (getSettingValue(SettingsOptions::AutoStartMode)) {
case autoStartMode_t::NO:
- OLED::print(translatedString(Tr->SettingStartNoneChar), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
break;
case autoStartMode_t::SOLDER:
OLED::print(translatedString(Tr->SettingStartSolderingChar), FontStyle::LARGE);
@@ -588,7 +588,7 @@ static void displayAutomaticStartMode(void) {
OLED::print(translatedString(Tr->SettingStartSleepOffChar), FontStyle::LARGE);
break;
default:
- OLED::print(translatedString(Tr->SettingStartNoneChar), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
break;
}
}
@@ -600,7 +600,7 @@ static void displayTempChangeLongStep(void) { OLED::printNumber(getSettingValue(
static void displayLockingMode(void) {
switch (getSettingValue(SettingsOptions::LockingMode)) {
case 0:
- OLED::print(translatedString(Tr->SettingLockDisableChar), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
break;
case 1:
OLED::print(translatedString(Tr->SettingLockBoostChar), FontStyle::LARGE);
@@ -609,7 +609,7 @@ static void displayLockingMode(void) {
OLED::print(translatedString(Tr->SettingLockFullChar), FontStyle::LARGE);
break;
default:
- OLED::print(translatedString(Tr->SettingLockDisableChar), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
break;
}
}
@@ -667,7 +667,13 @@ static bool showProfilePhase5Options(void) { return getSettingValue(SettingsOpti
#endif /* PROFILE_SUPPORT */
-static void displaySensitivity(void) { OLED::printNumber(getSettingValue(SettingsOptions::Sensitivity), 1, FontStyle::LARGE, false); }
+static void displaySensitivity(void) {
+ if (getSettingValue(SettingsOptions::Sensitivity)) {
+ OLED::printNumber(getSettingValue(SettingsOptions::Sensitivity), 1, FontStyle::LARGE, false);
+ } else {
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
+ }
+}
static bool showSleepOptions(void) { return getSettingValue(SettingsOptions::Sensitivity) > 0; }
#ifndef NO_SLEEP_MODE
@@ -696,7 +702,7 @@ static void displaySleepTemp(void) { OLED::printNumber(getSettingValue(SettingsO
static void displaySleepTime(void) {
if (getSettingValue(SettingsOptions::SleepTime) == 0) {
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
} else if (getSettingValue(SettingsOptions::SleepTime) < 6) {
OLED::printNumber(getSettingValue(SettingsOptions::SleepTime) * 10, 2, FontStyle::LARGE);
OLED::print(LargeSymbolSeconds, FontStyle::LARGE);
@@ -710,7 +716,7 @@ static void displaySleepTime(void) {
static void displayShutdownTime(void) {
if (getSettingValue(SettingsOptions::ShutdownTime) == 0) {
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
} else {
OLED::printNumber(getSettingValue(SettingsOptions::ShutdownTime), 2, FontStyle::LARGE);
OLED::print(LargeSymbolMinutes, FontStyle::LARGE);
@@ -718,7 +724,13 @@ static void displayShutdownTime(void) {
}
#ifdef HALL_SENSOR
-static void displayHallEffect(void) { OLED::printNumber(getSettingValue(SettingsOptions::HallEffectSensitivity), 1, FontStyle::LARGE, false); }
+static void displayHallEffect(void) {
+ if (getSettingValue(SettingsOptions::HallEffectSensitivity)) {
+ OLED::printNumber(getSettingValue(SettingsOptions::HallEffectSensitivity), 1, FontStyle::LARGE, false);
+ } else {
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
+ }
+}
static bool showHallEffect(void) { return getHallSensorFitted(); }
#endif /* HALL_SENSOR */
@@ -816,7 +828,7 @@ static void displayAnimationSpeed(void) {
OLED::print(translatedString(Tr->SettingFastChar), FontStyle::LARGE);
break;
default:
- OLED::print(translatedString(Tr->SettingOffChar), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
break;
}
}
@@ -839,7 +851,7 @@ static void displayInvertColor(void) {
static void displayLogoTime(void) {
switch (getSettingValue(SettingsOptions::LOGOTime)) {
case logoMode_t::SKIP:
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
break;
case logoMode_t::ONETIME:
OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, RepeatOnce);
@@ -848,7 +860,7 @@ static void displayLogoTime(void) {
OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, RepeatInf);
break;
default:
- OLED::printNumber(getSettingValue(SettingsOptions::LOGOTime), 2, FontStyle::LARGE);
+ OLED::printNumber(getSettingValue(SettingsOptions::LOGOTime), 1, FontStyle::LARGE);
OLED::print(LargeSymbolSeconds, FontStyle::LARGE);
break;
}
@@ -864,7 +876,7 @@ static void displayBluetoothLE(void) { OLED::drawCheckbox(getSettingValue(Settin
static void displayPowerLimit(void) {
if (getSettingValue(SettingsOptions::PowerLimit) == 0) {
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
} else {
OLED::printNumber(getSettingValue(SettingsOptions::PowerLimit), 3, FontStyle::LARGE);
OLED::print(LargeSymbolWatts, FontStyle::LARGE);
@@ -936,7 +948,7 @@ static void displayPowerPulse(void) {
OLED::print(LargeSymbolDot, FontStyle::LARGE);
OLED::printNumber(getSettingValue(SettingsOptions::KeepAwakePulse) % 10, 1, FontStyle::LARGE);
} else {
- OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
+ OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, UnavailableIcon);
}
}