# Translations

### Main Translation

The main translation (all texts of the UI) is stored in **config.lua**, inside Translation {}.

### Bar Drinks

Names of all bar drinks (Vodka, Whiskey, Champagne...) are stored in **const.lua**, inside CasinoInventoryItems {}.

### Table Games

Names of all table games (Poker, Roulette High Stakes...) are stored in **const.lua**, inside PokerTableDatas {}, RouletteTableDatas {}, and BlackjackTableDatas {}.

### Slot Machines

Names of slot machines, and items of each slot machine, are stored in **const.lua**, inside machineModels {}, the *name* properties.


---

# 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://documentation.rcore.cz/paid-resources/rcore_casino/translations.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.
