1
0
forked from me/IronOS

Merge branch 'master' into patch-1

This commit is contained in:
PlayDay
2020-04-05 17:18:04 +02:00
committed by GitHub

View File

@@ -21,7 +21,9 @@
"TipDisconnectedString": "PUNTA ASSENTE", "TipDisconnectedString": "PUNTA ASSENTE",
"SolderingAdvancedPowerPrompt": "Potenz:", "SolderingAdvancedPowerPrompt": "Potenz:",
"OffString": "OFF", "OffString": "OFF",
"ResetOKMessage": "Reset OK" "ResetOKMessage": "Reset OK",
"YourGainMessage": "Guad.: ",
"SettingsResetMessage": "Reset effettuato"
}, },
"characters": { "characters": {
"SettingRightChar": "D", "SettingRightChar": "D",
@@ -160,7 +162,7 @@
"Avviso", "Avviso",
"punta calda" "punta calda"
], ],
"desc": "Mostra, lampeggiante, la temperatura durante il raffreddamento se la punta è ancora calda" "desc": "Evidenzia il valore di temperatura durante il raffreddamento se la punta è ancora calda"
}, },
"TemperatureCalibration": { "TemperatureCalibration": {
"text": "", "text": "",
@@ -237,42 +239,42 @@
"PowerLimitEnable": { "PowerLimitEnable": {
"text": "PLIMEN", "text": "PLIMEN",
"text2": [ "text2": [
"P Limit", "Limitatore",
"Enable" "di potenza"
], ],
"desc": "Enable power limit" "desc": "Abilita un limitatore per la potenza massima erogabile al saldatore"
}, },
"PowerLimit": { "PowerLimit": {
"text": "PLIM", "text": "PLIM",
"text2": [ "text2": [
"Power", "Limite",
"Limit" "di potenza"
], ],
"desc": "Maximum power the iron can use <Watts>" "desc": "Imposta il valore di potenza massima erogabile al saldatore <watt>"
}, },
"ReverseButtonTempChange": { "ReverseButtonTempChange": {
"text": "RVTCHG", "text": "RVTCHG",
"text2": [ "text2": [
"Key +-", "Inversione",
"reverse?" "tasti"
], ],
"desc": "Reverse the tip temperature change buttons plus minus assignment." "desc": "Inverti i tasti per impostare la temperatura della punta "
}, },
"TempChangeShortStep": { "TempChangeShortStep": {
"text": "TCHGST", "text": "TCHGST",
"text2": [ "text2": [
"Temp change", "Cambio temp",
"short?" "pressione breve"
], ],
"desc": "Temperature change steps on short button press!" "desc": "Varia la temperatura della punta attraverso una breve pressione dei tasti"
}, },
"TempChangeLongStep": { "TempChangeLongStep": {
"text": "TCHGLT", "text": "TCHGLT",
"text2": [ "text2": [
"Temp change", "Cambio temp",
"long?" "pressione lunga"
], ],
"desc": "Temperature change steps on long button press!" "desc": "Varia la temperatura della punta attraverso una lunga pressione dei tasti"
} }
} }
} }