diff --git a/Translation Editor/translation_en.json b/Translation Editor/translation_en.json index 7394907d..22873c8a 100644 --- a/Translation Editor/translation_en.json +++ b/Translation Editor/translation_en.json @@ -6,7 +6,7 @@ "messages": { "SettingsCalibrationDone": "Calibration done!", "SettingsCalibrationWarning": "Please ensure the tip is at room temperature, before continuing!", - "SettingsResetWarning": "Are you sure you want to reset settings to default values?", + "SettingsResetWarning": "Sure you want to restore default settings?", "UVLOWarningString": "DC LOW", "UndervoltageString": "Undervoltage", "InputVoltageString": "Input V: ", @@ -15,17 +15,17 @@ "SleepingSimpleString": "Zzzz", "SleepingAdvancedString": "Sleeping...", "WarningSimpleString": "HOT!", - "WarningAdvancedString": "!!! TIP HOT !!!", + "WarningAdvancedString": "!!! HOT TIP !!!", "SleepingTipAdvancedString": "Tip:", "IdleTipString": "Tip:", "IdleSetString": " Set:", - "TipDisconnectedString": "TIP DISCONNECTED", + "TipDisconnectedString": "NO TIP", "SolderingAdvancedPowerPrompt": "Power: ", "OffString": "Off", - "ResetOKMessage": "Reset OK", + "ResetOKMessage": "Reset done!", "YourGainMessage": "Your gain:", "SettingsResetMessage": "Settings were\nreset!", - "LockingKeysString": " LOCKED", + "LockingKeysString": "LOCKED", "UnlockingKeysString": "UNLOCKED", "WarningKeysLockedString": "!LOCKED!" }, @@ -58,7 +58,7 @@ "PowerSavingMenu": { "text2": [ "Sleep", - "modes" + "mode" ], "desc": "Power saving settings" }, @@ -90,35 +90,35 @@ "Sleep", "temp" ], - "desc": "Sleep temperature" + "desc": "Tip temperature while in sleep mode" }, "SleepTimeout": { "text2": [ "Sleep", "timeout" ], - "desc": "Sleep timeout " + "desc": "Interval before sleep mode kicks in " }, "ShutdownTimeout": { "text2": [ "Shutdown", "timeout" ], - "desc": "Shutdown timeout " + "desc": "Interval before the iron shuts down " }, "MotionSensitivity": { "text2": [ "Motion", "sensitivity" ], - "desc": "Motion sensitivity <0=Off 1=Least sensitive 9=Most sensitive>" + "desc": "0=off 1=least sensitive ... 9=most sensitive" }, "TemperatureUnit": { "text2": [ "Temperature", "unit" ], - "desc": "Temperature unit " + "desc": "C=Celsius F=Fahrenheit" }, "AdvancedIdle": { "text2": [ @@ -132,7 +132,7 @@ "Display", "orientation" ], - "desc": "Display orientation " + "desc": "A=automatic L=left-handed R=right-handed" }, "BoostTemperature": { "text2": [ @@ -146,28 +146,28 @@ "Auto", "start" ], - "desc": "Automatically starts the iron into soldering on power up " + "desc": "Automatically starts the iron into soldering mode on power up " }, "CooldownBlink": { "text2": [ "Cooldown", "blink" ], - "desc": "Blink the temperature on the cooling screen while the tip is still hot" + "desc": "Flash the temperature after heating was halted, while the tip is still hot." }, "TemperatureCalibration": { "text2": [ "Calibrate", "temperature?" ], - "desc": "Calibrate tip offset?" + "desc": "Start tip offset calibrating procedure" }, "SettingsReset": { "text2": [ "Factory", - "Reset?" + "reset?" ], - "desc": "Reset all settings!" + "desc": "Reset settings to default!" }, "VoltageCalibration": { "text2": [ @@ -181,14 +181,14 @@ "Detailed", "solder screen" ], - "desc": "Display detailed information while soldering" + "desc": "Display detailed information in a smaller font on soldering screen" }, "ScrollingSpeed": { "text2": [ "Scrolling", "speed" ], - "desc": "Speed this text scrolls past at " + "desc": "Speed info text scrolls past at " }, "TipModel": { "text2": [ @@ -202,28 +202,28 @@ "Simple", "calibration" ], - "desc": "Simple calibration using hot water" + "desc": "Using hot water to calibrate tip" }, "AdvancedCalibrationMode": { "text2": [ "Advanced", "calibration" ], - "desc": "Advanced calibration using thermocouple on the tip" + "desc": "Using a thermocouple on the tip to calibrate it" }, "QCMaxVoltage": { "text2": [ "QC", - "Voltage" + "voltage" ], - "desc": "Desired max QC Voltage negotiated for" + "desc": "Desired max QC voltage the iron negotiates for" }, "PowerLimit": { "text2": [ "Power", "limit" ], - "desc": "Maximum power the iron can use " + "desc": "Maximum power the iron can use " }, "ReverseButtonTempChange": { "text2": [ @@ -249,9 +249,9 @@ "PowerPulsePower": { "text2": [ "Power", - "Pulse W" + "pulse" ], - "desc": "Keep awake pulse power intensity" + "desc": "Intensity of power of keep-awake-pulse " }, "TipGain": { "text2": [ @@ -262,17 +262,17 @@ }, "HallEffSensitivity": { "text2": [ - "Hall Eff", - "Sensitivity" + "Hall sensor", + "sensitivity" ], - "desc": "Sensitivity of the Hall effect sensor in detecting sleep " + "desc": "Sensitivity of the Hall effect sensor in detecting sleep " }, "LockingMode": { "text2": [ - "Allow buttons", - "locking" + "Allow locking", + "buttons" ], - "desc": "When soldering, long press on both buttons lock them " + "desc": "When soldering, long press on both buttons, to lock them " } } -} \ No newline at end of file +}