Skip to content

Commit

Permalink
feat + chore: updated readme file + creation of Italian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 23, 2023
1 parent ee3cfa6 commit 091121e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse
52. [bpt_ammujob]: Fixed the problem that prevented the creation of invoices @bitpredator
53. [bpt_bakerjob]: Fixed the problem that prevented the creation of invoices @bitpredator
54. [bpt_ballasjob]: Fixed the problem that prevented the creation of invoices @bitpredator
55. [bpt_crafting]: Refactor: created support for translations natively through local files @bitpredator
55. [bpt_crafting]: Refactor: created support for translations natively through local files @bitpredator
56. [bpt_deliveries]: feat + chore: updated readme file + creation of Italian translation @bitpredator
37 changes: 21 additions & 16 deletions server-data/resources/[bpt_addons]/bpt_deliveries/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# bpt_deliveries
FiveM deliveries job plugin
<h1 align='center'>bpt_deliveries</a></h1>
<p align='center'><a href='https://discord.gg/ksGfNvDEfq'>Discord</a>

## Features
Copyright (C) 2022-2023 bitpredator

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

ATTENTION:
You are not authorized to change the name of the resource and the resources within it.

If you want to contribute you can open a pull request.

You are not authorized to sell this software (this is free project).

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

## Features
* FiveM deliveries job plugin
* Driving scooter, van or truck to delivery the goods
* Real goods (objects) inside the car
* Full-customizable support
Expand All @@ -20,16 +37,4 @@ FiveM deliveries job plugin

```
start bpt_deliveries
```

### License

bpt_deliveries - Delivery job plugin for ESX

Copyright (C) 2023

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.
```
25 changes: 25 additions & 0 deletions server-data/resources/[bpt_addons]/bpt_deliveries/locales/it.lua
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~",
}

0 comments on commit 091121e

Please sign in to comment.