diff options
author | discip <[email protected]> | 2024-01-15 20:54:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-16 06:54:08 +1100 |
commit | 813722367d11c27ed534857fc0f1e774ff79bb58 (patch) | |
tree | 3d664ea0feb4d82cecdf124267d57f6f10263102 /Translations/translation_SV.json | |
parent | 2b31d4eafa585ec89e531705d91a3125456d939c (diff) | |
download | IronOS-813722367d11c27ed534857fc0f1e774ff79bb58.tar.gz IronOS-813722367d11c27ed534857fc0f1e774ff79bb58.zip |
Off=>icon (#1678)
replacing Off by an Icon
Diffstat (limited to 'Translations/translation_SV.json')
-rw-r--r-- | Translations/translation_SV.json | 76 |
1 files changed, 66 insertions, 10 deletions
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", |