-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84a7da5
commit 6ca1b70
Showing
10 changed files
with
770 additions
and
727 deletions.
There are no files selected for viewing
422 changes: 211 additions & 211 deletions
422
server-data/resources/[bpt_addons]/bpt_crafting/client/main.lua
Large diffs are not rendered by default.
Oops, something went wrong.
690 changes: 372 additions & 318 deletions
690
server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
server-data/resources/[bpt_addons]/bpt_crafting/html/jquery-3.4.1.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
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
14 changes: 7 additions & 7 deletions
14
server-data/resources/[bpt_addons]/bpt_crafting/locales/en.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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Locales["en"] = { | ||
["not_enough_ingredients"] = "You don't have enough ingredients", | ||
["you_cant_hold_item"] = "You can't create the product", | ||
["item_crafted"] = "Item crafted!", | ||
["wrong_job"] = "You cannot open this workbench", | ||
["workbench_hologram"] = "[~b~E~w~] Work station", | ||
["inv_limit_exceed"] = "Inventory limit exceeded! Remove something before you lose more merchandise", | ||
["crafting_failed"] = "You were unable to create the item!", | ||
["not_enough_ingredients"] = "You don't have enough ingredients", | ||
["you_cant_hold_item"] = "You can't create the product", | ||
["item_crafted"] = "Item crafted!", | ||
["wrong_job"] = "You cannot open this workbench", | ||
["workbench_hologram"] = "[~b~E~w~] Work station", | ||
["inv_limit_exceed"] = "Inventory limit exceeded! Remove something before you lose more merchandise", | ||
["crafting_failed"] = "You were unable to create the item!", | ||
} |
14 changes: 7 additions & 7 deletions
14
server-data/resources/[bpt_addons]/bpt_crafting/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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Locales["it"] = { | ||
["not_enough_ingredients"] = "Non hai abbastanza ingredienti", | ||
["you_cant_hold_item"] = "Non puoi creare il prodotto", | ||
["item_crafted"] = "Articolo realizzato!", | ||
["wrong_job"] = "Non puoi aprire questo banco di lavoro", | ||
["workbench_hologram"] = "[~b~E~w~] banco da lavoro", | ||
["inv_limit_exceed"] = "Limite inventario superato! Rimuovi qualcosa prima di perdere altra merce", | ||
["crafting_failed"] = "Non sei riuscito a creare l'oggetto!", | ||
["not_enough_ingredients"] = "Non hai abbastanza ingredienti", | ||
["you_cant_hold_item"] = "Non puoi creare il prodotto", | ||
["item_crafted"] = "Articolo realizzato!", | ||
["wrong_job"] = "Non puoi aprire questo banco di lavoro", | ||
["workbench_hologram"] = "[~b~E~w~] banco da lavoro", | ||
["inv_limit_exceed"] = "Limite inventario superato! Rimuovi qualcosa prima di perdere altra merce", | ||
["crafting_failed"] = "Non sei riuscito a creare l'oggetto!", | ||
} |
Oops, something went wrong.