> 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/poster-job/configuration/translate.md).

# Translate

```lua
Shared.Locale = {
    OnDuty = "Press ~INPUT_PICKUP~ to ~g~start the poster service~s",
    OffDuty = "Press ~INPUT_PICKUP~ to ~r~stop the poster service~s~",
    StartJob = "The locations for ~b~placing~s~ posters are on ~b~your radar",
    StopDuty = "Your service is ~r~finished",
    AlreadyVeh = "There is ~r~already~s~ a vehicle at this ~r~location~s~",
    NoClosestVeh = "This vehicle model ~r~does not correspond~s~ to the requested vehicle",
    AddPoster = "Press ~INPUT_TALK~ to paste your ~b~poster~s~"
}
```
