-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat + chore: updated readme file + creation of Italian translation
- Loading branch information
1 parent
ee3cfa6
commit 091121e
Showing
3 changed files
with
48 additions
and
17 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
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
25 changes: 25 additions & 0 deletions
25
server-data/resources/[bpt_addons]/bpt_deliveries/locales/it.lua
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,25 @@ | ||
Locales['it'] = { | ||
["delivery_not_available"] = "Questo modello è ~r~Unavailable~w~, utilizza ~g~bike~w~ o ~g~van~w~.", | ||
["start_delivery"] = "Premi ~INPUT_CONTEXT~ per iniziare il lavoro, è necessario pagare la cauzione del veicolo ~g~$", | ||
["safe_deposit_received"] = "La cauzione è stata rimossa dal tuo conto bancario", | ||
["safe_deposit_returned"] = "La cauzione verrà restituita sul tuo conto bancario ora", | ||
["safe_deposit_withheld"] = "Missione ~r~failed~w~, la cauzione è stata ~r~detain~w~.", | ||
["delivery_point_reward"] = "Missione completata, hai ricevuto ~g~$", | ||
["get_back_in_vehicle"] = "Ritorna nel veicolo", | ||
["remove_goods"] = "Premi ~INPUT_CONTEXT~ per estrarre il ~y~merce~s~ dalla macchina", | ||
["remove_goods_subtext"] = "Lascia la macchina e prendi la ~y~merce~w~", | ||
["drive_next_point"] = "Guida l'auto fino al prossimo ~y~destination~w~", | ||
["deliver_inside_shop"] = "Prendi la ~y~merce~w~ e consegnala", | ||
["get_back_to_deliveryhub"] = "Ritorno all'hub di consegna e riconsegna l'auto", | ||
["delivery_vehicle_returned"] = "La tua auto è stata restituita", | ||
["finish_job"] = "Stato della missione: ~g~", | ||
["end_delivery"] = "Premi ~INPUT_CONTEXT~ per terminare la missione, recati in macchina, altrimenti non riceverai la cauzione", | ||
["blip_name"] = "Hub di consegna", | ||
["dst_blip"] = "Consegna", | ||
["delivery_end"] = "Fine consegna", | ||
["delivery_failed"] = "Perderai la cauzione del veicolo perché la tua auto è rotta o smarrita", | ||
["delivery_finish"] = "Hai completato le missioni", | ||
["delivery_start"] = "Consegna", | ||
["delivery_tips"] = "Guida l'auto fino alla destinazione e consegnala ~y~goods~s~", | ||
["not_enough_money"] = "Non hai abbastanza soldi in banca per pagare ~r~safe deposit~s~", | ||
} |