# Translate

```lua
Shared.Locale = {
    Active = "Press ~INPUT_PICKUP~ to ~g~activated your gardener~s~ service",
    Desactive = "Press ~INPUT_PICKUP~ to ~r~desactivated your gardener~s~ service",
    AlreadyVeh = "A vehicle is already parked on site",
    Activated = "You have ~g~activated~s~ your gardener ~g~service~s~",
    Desactivated = "You have ~r~desactivated~s~ your gardener ~r~service~s~",
    ModelNotCorespond = "This ~r~vehicle model does not correspond~s~ to the requested vehicle",
    StartingPoint = "Go to the ~b~starting points~s~ noted on the map.",
    Pickup = "Press ~INPUT_PICKUP~ to ~g~pick up the sheets~s~",
    Approach = "Approach the vehicle to throw the bag in the trunk",
    Throw = "Press ~INPUT_PICKUP~ to ~g~throw away your bag~s~",
    Sellbag = "Press ~INPUT_PICKUP~ to ~g~sell~s~ your ~g~bag of leaves~s~",
    StopSelling = "Press ~INPUT_PICKUP~ to ~r~stop the selling~s~",
    VehNotInZone = "The ~r~harvesting vehicle~s~ must be in the ~r~harvesting zone~s~",
    NoMoreBag = "You don't have a ~r~bag of leaves~s~ to sell",
    InvFull = "You ~r~cannot carry more item~s~, your inventory is ~r~full~s~"
}

function SellSucess(Payout)
    return "You ~g~sell~s~ a bag of leaves for ~g~<C>"..Payout.."$~s~</C>"
end
```


---

# 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://doc.var-fivem.com/gardener-job/configuration/translate.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.
