Skip to content

Commit

Permalink
Merge pull request #61 from ShadowzNight/main
Browse files Browse the repository at this point in the history
Updated It translation
  • Loading branch information
IdrisDose authored Feb 14, 2022
2 parents 3f55b20 + 382d8aa commit 2ee1017
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions locales/it.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
local Translations = {
error = {
not_authorized = "Non autorizzato",
lockpick_fail = "Fallito",
screwdriverset_not_found = "Non hai un set di cacciaviti",
door_not_locked = "Questa porta non è chiusa",
door_not_lockpickable = "Questa porta non può essere scassinata"
},
success = {
lockpick_success = "Successo"
},
general = {
locking = "~r~Chiudendo..",
unlocking = "~g~Aprendo..",
locked = "~r~Chiuso",
unlocked = "~g~Aperto",
locked_button = "[~g~E~w~] - Chiuso",
unlocked_button = "[~g~E~w~] - Aperto"
}
}

Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})

0 comments on commit 2ee1017

Please sign in to comment.