-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from bitpredator/main
feat(locales\it.lua):Italian language implementation
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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!" | ||
} |