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:
committed by
Ben V. Brown
parent
056353ed6a
commit
54ec20cd9f
@@ -11,13 +11,14 @@
|
||||
"BadTipString": "BLOG ANT",
|
||||
"SleepingSimpleString": "Zzzz",
|
||||
"SleepingAdvancedString": "Miegu...",
|
||||
"WarningSimpleString": "HOT!",
|
||||
"WarningSimpleString": "KRŠ!",
|
||||
"WarningAdvancedString": "ANTGALIS KARŠTAS",
|
||||
"SleepingTipAdvancedString": "Antgl:",
|
||||
"IdleTipString": "Ant:",
|
||||
"IdleSetString": " Nust:",
|
||||
"TipDisconnectedString": "ANTGAL ATJUNGTAS",
|
||||
"SolderingAdvancedPowerPrompt": "Maitinimas: "
|
||||
"SolderingAdvancedPowerPrompt": "Maitinimas: ",
|
||||
"OffString": "Išj"
|
||||
},
|
||||
"characters": {
|
||||
"SettingRightChar": "D",
|
||||
@@ -51,7 +52,7 @@
|
||||
},
|
||||
"AdvancedMenu": {
|
||||
"text2": [
|
||||
"Išplėstiniai",
|
||||
"Išplėstin.",
|
||||
"nustatymai"
|
||||
],
|
||||
"desc": "Išplėstiniai nustatymai"
|
||||
@@ -109,7 +110,7 @@
|
||||
"AdvancedIdle": {
|
||||
"text": "",
|
||||
"text2": [
|
||||
"Detalus lauki-",
|
||||
"Detalus lauki",
|
||||
"mo ekranas"
|
||||
],
|
||||
"desc": "Ar rodyti papildomą informaciją mažesniu šriftu laukimo ekrane"
|
||||
@@ -189,10 +190,34 @@
|
||||
"ScrollingSpeed": {
|
||||
"text": "",
|
||||
"text2": [
|
||||
"Greitas apra-",
|
||||
"šymo slinkimas"
|
||||
"Greitas apr",
|
||||
"ašym. slink"
|
||||
],
|
||||
"desc": "Greitis, kuriuo šis tekstas slenka"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user