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:
Julius Vitkauskas
2018-10-09 07:35:31 +03:00
committed by Ben V. Brown
parent 5bce2d3b03
commit a609d702f5
25 changed files with 607 additions and 818 deletions

View File

@@ -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"
}
}
}