Shared/locale.lua
-- | # You can get help from our document: https://thug.gitbook.io/documentation
Config.Locale = {
['Crafting_Started'] = 'Crafting has started. Please combine the items according to the steps.',
['Dont_Enough_Item'] = 'You donβt have enough items to complete this craft!',
['Away_From_Table'] = 'Crafting has been cancelled because you moved too far from the table.',
['Craft_Failed'] = 'Wrong combination! Crafting failed and you lost your items!',
['Cannot_Combine'] = "Wrong combination! These items can't be combined!",
['Wrong_Step'] = "Combination is right, but the step you are taking is wrong!",
}
Last updated