# shared/language.lua

```lua
-- | # For the most quality and unique FiveM resources: https://thug-studios.com
-- | # If you need help, join our Discord server: https://discord.gg/thugstudios

Lang = {

    -- | # Notifications ------------------------------------------------------------

    Notify = {
        No_Weed = 'You don\'t have any buds!',
        No_Grinder = 'You don\'t have a grinder!',
        No_Paper = 'You don\'t have rolling paper!',
        No_Tray = 'You don\'t have a rolling tray!',
        Rolling_Started = 'Rolling session started',
        Joint_Rolled = 'Joint rolled!',
        Joints_Received = '%d joint(s) received!',
        Rolling_Cancelled = 'Rolling cancelled',
        No_Weed_In_Bag = 'No weed left in the bag!',
        Already_Rolling = 'You are already rolling!',
        Already_Smoking = 'You are already smoking!',
        Inventory_Full = 'Inventory is full!',
        Invalid_Strain = 'Invalid strain',
        Item_Error = 'Could not retrieve item',
        Invalid_Operation = 'Invalid operation',
        Joint_Finished = 'The joint is finished!',
        Joint_Passed = 'Joint passed!',
        Joint_Received = 'You received a joint!',
        Joint_Thrown = 'Joint thrown away!',
        No_Nearby_Player = 'No one nearby!',
        Greenout = 'You greened out...',
        Weed_Wasted = 'You left the tray, the remaining weed was wasted.',
    },

    -- | # UI Text ------------------------------------------------------------------

    UI = {
        Select_Strain = 'Select Strain',
        Key_Click = 'LMB',
        Key_Exit = 'BACKSPACE',
        Help_Interaction = 'Interaction',
        Help_Exit = 'Exit',
        Status_Grinding = 'Grinding... (%d/%d)',
        Status_Rolling = 'Rolling...',
        Status_Wait = '...',
        Help_Hit = 'Hit (%d)',
        Help_Pass = 'Pass',
        Help_Throw = 'Throw',
        Not_Available = 'Not in inventory',
    },

    -- | # Menu Labels ---------------------------------------------------------------

    Menu = {
        Title = 'Rolling Paper',
        Strain_Desc = 'Roll this bud to get %dx %s.',
    },

}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thug.gitbook.io/documentation/scripts/roleplay-scripts/thug-weed-rolling/shared-language.lua.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
