configuration/locales.lua
Locales = {
interaction = 'Press E to open the ~b~car dealer.',
homeinfo = "an exclusive car dealer that offers a precise selection of luxury cars and sports cars. With a focus on quality, service, and customer satisfaction, we strive to exceed our customers' expectations. Whether you're looking for your dream car or something temporary, we are here to help",
homeinfo2 = "your obvious partner on the road to automotive luxury",
testdrive = '⏱️ Test drive:',
secondsleft = 'seconds left',
boughtvehicle = 'Congratulations, you have bought a ',
boughtvehicle2 = 'with the plate:',
errorvehicle = "Couldn't save your vehicle. Please try again later.",
nomoney = "You don't have enough money.",
carplateerror = "This car plate already exists. Try again.",
home = "Home",
cars = "Cars",
checkout = "Checkout",
welcome = "Welcome",
reviews = "Reviews",
quality = "Quality",
price = "Price",
service = "Service",
filter = "Filter",
clearfilter = "Clear filter",
searchfield = "Search field",
showmore = "Show more",
currency = "USD", -- All supported currencies --> 'USD', 'CAD', 'AUD', 'NZD', 'HKD', 'SGD' 'CHF', 'GBP', 'EUR', 'SEK', 'JPY', 'INR', 'CNY', 'RUB'
yearmodel = "Year model",
carmodel = "Car model",
typ = "Type",
speedsystem = "km/h",
launched = "Launched",
horsepower = "Horsepower",
topspeed = "Top speed",
handling = "Handling",
testdrive = "Test drive",
order = "Order",
close = "Close",
carordered = "This car is now ordered",
writecarplate = "Write your car plate here",
ordersummary = "Order summary",
nocarselected = "No car selected",
nocarfound = "No car found",
purchase = "Purchase"
}
Last updated