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_HR.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_HR.json')
-rw-r--r-- | Translations/translation_HR.json | 76 |
1 files changed, 66 insertions, 10 deletions
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", |