> For the complete documentation index, see [llms.txt](https://mscripts.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mscripts.gitbook.io/docs/qbcore/jobs/qb-vehicleshop/config/language.md).

# Language

```lua
Language = {
    testDriveFinished = "Test drive finished",
    testDriveFinishedVeh = "Test drive finished",
    testDriveTime = "Test-Drive Time:",
    openVehicleShop = "Open Vehicleshop",
    openCarDealerOptions = "Car Dealer Options",
    getTheVehicle = "Get the vehicle!",
    attachVehicle = "Attach Vehicle",
    loadingVehicle = "Loading vehicle...",
    vehAttached = "Vehicle attached! Go back to PDM!",
    deliverVehicle = "[E] - Deliver Vehicle",
    whereTrucker = "Where is the trucker?",
    whereVehicle = "Where is the vehicle?",
    stockVehUpdated = "Stock of vehicle: %s updated!",
    notEnoughtMoney = "You don't have enough money",
    noValidJob = "You don't work at the car dealership!",
    vehAlreadyExist = "This vehicle already exists in the store!",
    vehAddedSuccess = "Vehicle added successfully!",
    vehRemovedSuccess = "Vehicle removed successfully!",
    vehReplaced = "Vehicle replaced!",
    vehNotExists = "O veículo não existe na loja!",
    boughtNewVehicle = "You bought a new vehicle!",
    soldVehicle = "You sold the vehicle for $",
    priceUpdated = "Vehicle price updated to $",
    failedPriceUpdate = "Failed to update vehicle price.",
    noSalesResults = "There are still no sales made to obtain these results.",
    newSaleVehicleshop = "A new vehicle was sold in the vehicleshop",
    codeRedeemedSuccess = "Code redeemed successfully! Vehicle added to your garage!",
    somethingWentWrong = "Something went wrong, please try again!",
    invalidOrUsedCode = "The code you entered does not exist or has already been used",
    codeCreatedSuccess = "Code: [%s] created successfully",
    allVehiclesUplode = "All vehicles from qb-core/shared/vehicles uploaded",
    noPermissions = "You don't have permissions to open the business information",
    vehicleAlreadyExists = "This vehicle already exists in the store!",
    checkVehicle = "Check the vehicle",
    sellVehicle = "Sell the vehicle",
    vehicleTransferred = "Vehicle transferred successfully.",
    vehicleReceived = "You received a vehicle.",
    failedTransferVehicle = "Failed to transfer the vehicle.",
    vehicleNotFound = "Vehicle not found.",
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/jobs/qb-vehicleshop/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.
