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": "Punta:",
"IdleSetString": " Aj:",
"TipDisconnectedString": "SIN PUNTA",
"SolderingAdvancedPowerPrompt": "POTENCIA: "
"SolderingAdvancedPowerPrompt": "POTENCIA: ",
"OffString": "Off"
},
"characters": {
"SettingRightChar": "D",
@@ -25,7 +26,7 @@
"SettingFastChar": "R",
"SettingSlowChar": "L"
},
"menuDouble": false,
"menuDouble": true,
"menuGroups": {
"SolderingMenu": {
"text2": [
@@ -192,7 +193,31 @@
"del texto"
],
"desc": "Velocidad de desplazamiento del texto."
},
"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": "Español"
}
}