Open
Conversation
Sync with v1.7.5
Link updates
Readme change
Owner
|
@Winky1st Thanks, I'll work on adding this and sorting out the pull request. |
Author
|
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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
end
return lang