# Language

```lua
LanguageType = "en" -- "en" or "pt"

Language = {
	["en"] = {
		-- Notifys
		NoGas = "You dont have any gas granade with you",
		NoPolice = "Not enough Police are around",
		GasComplete = "The gas has been placed in the jewelry store, wait 1 minute they will come out!",
		Nothing = "You dont have anything to sell",
		Failed = "You failed",
		Sucess = "Success!",
		Face = "I can see your face, go get a mask!",
	    	Dead = "You cannot access while dead.",
	    	Water = "You cannot access in the water.",
	    	Veiculo = "You cannot do this inside a vehicle.",
	    	SmokeFirst = "You can't do that.",
	    	Sold = "You sold: ",
	    	For = " for ",
	    	Currency = "$",
	    	AlreadyOpen = "Safe already open",
	    	NoKeys = "You don't have the keys, search on guards",
	    	HaveKeys = "You already have the keys to open the door",
	    	Cooldown = "You have to wait to do it again.",
	   	NotDead = "The guard is not dead",
	   	SuccessBomb = "Smoke bomb successfully placed inside the jewelry store!",
	   	Canceled = "Canceled.",
		NoItem = "You dont have the right item.",
		ErrorSearch = "You didn't fint the keys.",
		GoJewelery = "Go to Jewelry and steal the showcases!",
		StartMission = "You need start the mission first",
		MissionStarted = "Mission already started the mission",

	    -- Progressbars
	    Robbing = "Robbing Case...",
	    Searching = "Searching the guard...",
	    InsertBomb = "Insert the smoke...",

	    -- Target
	    BreakShowcase = "Break Showcase",
	    Selling = "Sell Valuables",
	    Enter = "Enter Warehouse",
	    Exit = "Exit Warehouse",
	    Safe = "Open Safe",
	    Searching = "Search Guard",
		SellItems = "Sell Items",
	},
}
```


---

# 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://mscripts.gitbook.io/docs/qbcore/illegal/qb-jewelry/config/language.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.
