LuaTelemetry icon indicating copy to clipboard operation
LuaTelemetry copied to clipboard

lang_it.lua

Open Winky1st opened this issue 3 years ago • 2 comments

local modes, labels = ...

-- Max 7 characters --modes[1].t = "! TELEM !" -- ! TELEM ! --modes[2].t = "HORIZON" -- HORIZON --modes[3].t = " ANGLE" -- ANGLE --modes[4].t = " ACRO" -- ACRO modes[5].t = " NON OK" -- NOT OK modes[6].t = " PRONTO" -- READY --modes[7].t = "POS HOLD" -- POS HOLD --modes[8].t = "WAYPOINT" -- WAYPOINT --modes[9].t = "MANUALE" -- MANUAL --modes[10].t = " RTH " -- RTH --modes[11].t = "!FALLITO!" -- ! FAIL ! modes[12].t = "! MOTORE !" -- ! THROT ! --modes[13].t = " CRUISE" -- CRUISE

-- Max 10 characters labels[1] = "Batteria" -- Fuel labels[2] = "Tensione" -- Battery labels[3] = "Consumo" -- Current labels[4] = "Altitudine" -- Altitude labels[5] = "Distanza" -- Distance

local function lang(config2) -- Max 16 characters config2[1].t = "Batteria" -- Battery View config2[2].t = "Cella bassa" -- Cell Low config2[3].t = "Cella Critica" -- Cell Critical config2[4].t = "Allarmi Voce" -- Voice Alerts --config2[5].t = "Feedback" -- Feedback config2[6].t = "Max Altitudine" -- Max Altitude config2[7].t = "Variometro" -- Variometer --config2[8].t = "RTH Feedback" -- RTH Feedback --config2[9].t = "HeadFree Feedback" -- HeadFree Feedback --config2[10].t = "RSSI Feedback" -- RSSI Feedback config2[11].t = "Allarme Batteria" -- Battery Alert config2[12].t = "Allarme Altitudine" -- Altitude Alert --config2[13].t = "Timer" -- Timer config2[14].t = "Voltaggio Rx" -- Rx Voltage config2[15].t = "Icona Home HUD" -- HUD Home Icon --config2[16].t = "GPS" -- GPS config2[17].t = "Batteria Critica" -- Fuel Critical config2[18].t = "Batteria Bassa" -- Fuel Low config2[19].t = "Voltaggio Tx" -- Tx Voltage config2[20].t = "Sensore Velocità" -- Speed Sensor config2[21].t = "Avviso GPS" -- GPS Warning config2[22].t = "GPS HDOP" -- GPS HDOP View config2[23].t = "Capacità" -- Fuel Unit config2[24].t = "Passi Variometro" -- Vario Steps config2[25].t = "Vista" -- View Mode config2[26].t = "Alt-H Centrato FB." -- AltHold Center FB config2[27].t = "Capacità Batteria" -- Battery Capacity config2[28].t = "Grafico Altitudine" -- Altitude Graph config2[29].t = "Calcolo Cella" -- Cell Calculation config2[30].t = "Simbolo Aereo" -- Aircraft Symbol config2[31].t = "Mapa del Centro" -- Center Map Home config2[32].t = "Orientameto" -- Orientation --config2[33].t = "Scala del Roll" -- Roll Scale --config2[34].t = "Playback Log" -- Playback Log

-- Max 8 characters
--config2[1].l =  {[0] = "Cell", "Totale"}			-- "Cell", "Total"
config2[4].l =  {[0] = "Off", "Critico", "Tutto"}		-- "Off", "Critical", "All"
config2[5].l =  {[0] = "Off", "Tattile", "Beeper", "Tutto"}	-- "Off", "Haptic", "Beeper", "All"
config2[7].l =  {[0] = "Off", "Grafico", "Voce", "Entrambi"}	-- "Off", "Graph", "Voice", "Both"
--config2[8].l =  {[0] = "Off", "On"}				-- "Off", "On"
--config2[9].l =  {[0] = "Off", "On"}				-- "Off", "On"
--config2[10].l = {[0] = "Off", "On"}				-- "Off", "On"
config2[11].l = {[0] = "Off", "Critico", "Tutto"}		-- "Off", "Critical", "All"
--config2[12].l = {[0] = "Off", "On"}				-- "Off", "On"
--config2[13].l = {[0] = "Off", "Auto", "1", "2"}		-- "Off", "Auto", "1", "2"
--config2[14].l = {[0] = "Off", "On"}				-- "Off", "On"
config2[16].l = {[0] = "Decimale", "Gradi/Minuti"}			-- "Decimal", "Deg/Min"
config2[19].l = {[0] = "Numero", "Grafico", "Entrambi"}		-- "Number", "Graph", "Both"
--config2[20].l = {[0] = "GPS", "Pitot"}			-- "GPS", "Pitot"
config2[22].l = {[0] = "Grafico", "Decimale"}			-- "Graph", "Decimal"
--config2[23].l = {[0] = "Percentuale", "mAh", "mWh"}		-- "Percent", "mAh", "mWh"
config2[25].l = {[0] = "Classica", "Pilot", "Radar", "Altitudine"}	-- "Classic", "Pilot", "Radar", "Altitude"
--config2[26].l = {[0] = "Off", "On"}				-- "Off", "On"
--config2[28].l[0] = "Off"					-- "Off"
--config2[31].l = {[0] = "Off", "On"}				-- "Off", "On"
config2[32].l = {[0] = "Lancio", "Bussola"}			-- "Launch", "Compass"
--config2[33].l = {[0] = "Off", "On"}				-- "Off", "On"

return {[0] = "Off", "On"}	-- "Off", "On"

end

return lang

Winky1st avatar May 17 '21 11:05 Winky1st

@Winky1st Thanks, I'll work on adding this and sorting out the pull request.

teckel12 avatar May 25 '21 22:05 teckel12

Thank you Tim. In case you need I modify translation trying to shorten words do not hesitate to tell me I will be glad to be of any help.

Be safe Ciao

Testo Inviato da dispositivo mobile, prego scusare le abbreviazioni ed eventuali errori di battitura.

Il giorno 26 mag 2021, alle ore 00:42, Tim Eckel @.***> ha scritto:

 @Winky1st Thanks, I'll work on adding this and sorting out the pull request.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Winky1st avatar May 25 '21 22:05 Winky1st