Skip to content

Commit

Permalink
Merge pull request #26 from bitpredator/main
Browse files Browse the repository at this point in the history
feat(locales\it.lua):Italian language implementation
  • Loading branch information
TheFantomas authored Mar 13, 2023
2 parents b791abc + 77eec00 commit aaad2b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions locales/it.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Locales["it"] = {
toggleHud = 'Attiva / disattiva HUD',
indicatorLeft = 'Indicatore sinistro',
indicatorRight = 'Indicatore destro',
toggleEngine = 'Motore acceso/spento',
speedChanged = 'Velocità modificata, nuova velocità ',
resource_not_built = 'La risorsa non è stata creata, scarica la versione di rilascio',
settingsSaveSuccess = "Salvataggio delle impostazioni correnti riuscito",
settingsResetSuccess = "Ripristino impostazioni riuscito",
currentVersion = "Ultima versione ",
yourVersion = "La tua versione:",
latestVersion = "Stai utilizzando l'ultima versione!",
needUpdateResource = "Devi scaricare l'ultima versione! Al momento stai usando una vecchia versione!",
errorGetCurrentVersion = "Si è verificato un errore durante il tentativo di ottenere la versione corrente!"
}

0 comments on commit aaad2b1

Please sign in to comment.