mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix translations: add three new missing options (#370)
* updated spanish translation * fix translation of 'blinking' * print which translation json is being read * removed PID settings * #362: updated italian translation * improved json error reporting in make_translation.py * fixed extra escape character in LANG_SV * Update translation definitions and Lithuanian translation * Fix translations: add three new missing options
This commit is contained in:
committed by
Ben V. Brown
parent
5bce2d3b03
commit
a609d702f5
@@ -196,29 +196,29 @@
|
||||
],
|
||||
"desc": "Speed this text scrolls past at"
|
||||
},
|
||||
"PidSettingsP": {
|
||||
"text": "PIDP",
|
||||
"TipModel": {
|
||||
"text": "TIPMO",
|
||||
"text2": [
|
||||
"PID",
|
||||
"P"
|
||||
"Tip",
|
||||
"Model"
|
||||
],
|
||||
"desc": "PID P term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
|
||||
"desc": "Tip Model selection"
|
||||
},
|
||||
"PidSettingsI": {
|
||||
"text": "PIDI",
|
||||
"SimpleCalibrationMode": {
|
||||
"text": "SMPCAL",
|
||||
"text2": [
|
||||
"PID",
|
||||
"I"
|
||||
"Simple",
|
||||
"Calibration"
|
||||
],
|
||||
"desc": "PID I term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
|
||||
"desc": "Simple Calibration using Hot water"
|
||||
},
|
||||
"PidSettingsD": {
|
||||
"text": "PIDD",
|
||||
"AdvancedCalibrationMode": {
|
||||
"text": "ADVCAL",
|
||||
"text2": [
|
||||
"PID",
|
||||
"D"
|
||||
"Advanced",
|
||||
"Calibration"
|
||||
],
|
||||
"desc": "PID D term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
|
||||
"desc": "Advanced calibration using thermocouple on the tip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user