> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/heist-atm/configuration/translate.md).

# Translate

```lua
Shared.Locale = {
    ENOUGH_WEIGHT = "You dont have enough place in your inventory",
    NEAR_ATM = "You need to be near at the ATM",
    ON_OFF = "Turn on/off",
    PUSH = "Push",
    PULL = "Pull",
    PLACE_ATM = "Place atm",
    CANCEL_ATM = "Cancel",
    ROTATE_ATM = "Rotate"
}
```
