1
0
forked from me/IronOS

Update translations and use new translations infrastructure (#357)

* Align Lithuanian translation with text length restrictions

* Make translation generation script work also with Python 3

* Fix compilation error by introducing "OffString" string to translations

* Update translations

* Update remaining translations

* Add Finnish, Dutch, Portuguese and Ukrainian languages

* Add Swedish language, update build script

* Add Norwegian and Serbian (Latin) translations

* Update translation file, add automatically generated file warning

* PIDSETTINGS support. Thanks Andre Bernet (kilrah)

* Update Hungarian translation. Thanks adrianmihalko.
This commit is contained in:
Julius Vitkauskas
2018-09-18 02:55:52 +03:00
committed by Ben V. Brown
parent 056353ed6a
commit 54ec20cd9f
28 changed files with 4266 additions and 2319 deletions

View File

@@ -16,7 +16,8 @@
"IdleTipString": "Tip:",
"IdleSetString": " Set:",
"TipDisconnectedString": "TIP DISCONNECTED",
"SolderingAdvancedPowerPrompt": "Power: "
"SolderingAdvancedPowerPrompt": "Power: ",
"OffString": "Off"
},
"characters": {
"SettingRightChar": "R",
@@ -192,6 +193,30 @@
""
],
"desc": "Speed this text scrolls past at"
},
"PidSettingsP": {
"text": "PIDP",
"text2": [
"PID",
"P"
],
"desc": "PID P term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
},
"PidSettingsI": {
"text": "PIDI",
"text2": [
"PID",
"I"
],
"desc": "PID I term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
},
"PidSettingsD": {
"text": "PIDD",
"text2": [
"PID",
"D"
],
"desc": "PID D term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
}
},
"languageLocalName": "Türk"