> For the complete documentation index, see [llms.txt](https://docs.fuksus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuksus.com/fuksus-houserobberies/configuration/translating.md).

# Translating

All the notifications translations can be found in **locale.lua**

```javascript
Locale = {
    ['en'] = {
        ['rob_house'] = 'Press ~INPUT_CONTEXT~ to rob the house.',
        ['leave_house'] = 'Press ~INPUT_CONTEXT~ to leave the house.',
        ['open_shop'] = 'Press ~INPUT_CONTEXT~ to open the shop.',
        ['not_enough_lockpicks'] = 'You don\'t have enough lockpicks.',
        ['somebody_lockpicking'] = 'Someone is already lockpicking.',
        ['allready_opened'] = 'The container is already opened.',
        ['not_enough_space'] = 'You don\'t have enough space.',
        ['not_enough_police'] = 'There are not enough police in the area.',
        ['house_blip'] = 'Robbable house',
    }
}
```
