1
0
forked from me/IronOS

Merge pull request #718 from federicodilo/patch-2

New IT translation
This commit is contained in:
Ben V. Brown
2020-11-22 23:26:43 +11:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
"WarningTipTempString": "Temp punta:", "WarningTipTempString": "Temp punta:",
"BadTipString": "PUNTA KO", "BadTipString": "PUNTA KO",
"SleepingSimpleString": "Zzz ", "SleepingSimpleString": "Zzz ",
"SleepingAdvancedString": "Standby", "SleepingAdvancedString": "Riposo",
"WarningSimpleString": "HOT!", "WarningSimpleString": "HOT!",
"WarningAdvancedString": "PUNTA CALDA!", "WarningAdvancedString": "PUNTA CALDA!",
"SleepingTipAdvancedString": "Punta:", "SleepingTipAdvancedString": "Punta:",
@@ -24,9 +24,9 @@
"ResetOKMessage": "Reset OK", "ResetOKMessage": "Reset OK",
"YourGainMessage": "Guad.: ", "YourGainMessage": "Guad.: ",
"SettingsResetMessage": "Reset effettuato", "SettingsResetMessage": "Reset effettuato",
"LockingKeysString": " LOCKED", "LockingKeysString": "Blocc.",
"UnlockingKeysString": "UNLOCKED", "UnlockingKeysString": "Sblocc.",
"WarningKeysLockedString": "!LOCKED!" "WarningKeysLockedString": "BLOCCATO"
}, },
"characters": { "characters": {
"SettingRightChar": "D", "SettingRightChar": "D",
@@ -34,17 +34,17 @@
"SettingAutoChar": "A", "SettingAutoChar": "A",
"SettingFastChar": "V", "SettingFastChar": "V",
"SettingSlowChar": "L", "SettingSlowChar": "L",
"SettingStartSolderingChar": "A", "SettingStartSolderingChar": "S",
"SettingStartSleepChar": "S", "SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "O", "SettingStartSleepOffChar": "A",
"SettingStartNoneChar": "D", "SettingStartNoneChar": "D",
"SettingSensitivityOff": "O", "SettingSensitivityOff": "O",
"SettingSensitivityLow": "L", "SettingSensitivityLow": "B",
"SettingSensitivityMedium": "M", "SettingSensitivityMedium": "M",
"SettingSensitivityHigh": "H", "SettingSensitivityHigh": "A",
"SettingLockDisableChar": "D", "SettingLockDisableChar": "D",
"SettingLockBoostChar": "B", "SettingLockBoostChar": "T",
"SettingLockFullChar": "F" "SettingLockFullChar": "C"
}, },
"menuGroups": { "menuGroups": {
"SolderingMenu": { "SolderingMenu": {
@@ -87,16 +87,16 @@
"SleepTemperature": { "SleepTemperature": {
"text2": [ "text2": [
"Temp", "Temp",
"standby" "riposo"
], ],
"desc": "Imposta la temperatura da mantenere in modalità Standby <°C/°F>" "desc": "Imposta la temperatura da mantenere in modalità Riposo <°C/°F>"
}, },
"SleepTimeout": { "SleepTimeout": {
"text2": [ "text2": [
"Timer", "Timer",
"standby" "riposo"
], ],
"desc": "Imposta il timer per entrare in modalità Standby <minuti/secondi>" "desc": "Imposta il timer per entrare in modalità Riposo <minuti/secondi>"
}, },
"ShutdownTimeout": { "ShutdownTimeout": {
"text2": [ "text2": [
@@ -110,7 +110,7 @@
"Sensibilità", "Sensibilità",
"al movimento" "al movimento"
], ],
"desc": "Imposta la sensibilità al movimento per uscire dalla modalità Standby <0: nessuna; 1: minima; 9: massima>" "desc": "Imposta la sensibilità al movimento per uscire dalla modalità Riposo <0: nessuna; 1: minima; 9: massima>"
}, },
"TemperatureUnit": { "TemperatureUnit": {
"text2": [ "text2": [
@@ -145,7 +145,7 @@
"Avvio", "Avvio",
"automatico" "automatico"
], ],
"desc": "Attiva automaticamente il saldatore quando viene alimentato <A: saldatura; S: standby; D: disattiva>" "desc": "Attiva automaticamente il saldatore quando viene alimentato <D: disattiva; S: saldatura; R: riposo; A: temperatura ambiente>"
}, },
"CooldownBlink": { "CooldownBlink": {
"text2": [ "text2": [
@@ -212,10 +212,10 @@
}, },
"QCMaxVoltage": { "QCMaxVoltage": {
"text2": [ "text2": [
"Potenza", "Voltaggio",
"alimentaz" "Quick Charge"
], ],
"desc": "Imposta la potenza massima erogabile dall'alimentatore in uso" "desc": "Imposta il massimo voltaggio necessario alla negoziazione con un alimentatore Quick Charge"
}, },
"PowerLimit": { "PowerLimit": {
"text2": [ "text2": [
@@ -261,17 +261,17 @@
}, },
"HallEffSensitivity": { "HallEffSensitivity": {
"text2": [ "text2": [
"Hall Eff", "Effetto",
"Sensitivity" "Hall"
], ],
"desc": "Sensitivity of the Hall effect sensor in detecting sleep <O=Off,L=Low,M=Medium,H=High>" "desc": "Regola la sensibilità alla rilevazione di supporti metallici per entrare in modalità Riposo <O: OFF; B: bassa; M: media; A: alta>"
}, },
"LockingMode": { "LockingMode": {
"text2": [ "text2": [
"Allow buttons", "Blocco",
"locking" "tasti"
], ],
"desc": "When soldering, long press on both buttons lock them <D=Disable, B=Boost only, F=Full locking>" "desc": "Blocca i tasti durante la modalità Saldatura; tieni premuto entrambi per bloccare/sbloccare <D: disattiva; T: blocca «Turbo»; C: blocco completo>"
} }
} }
} }