local Translations = { categories = { openwheel = "Açık Tekerler", sedans = "Sedanlar", sportsclassics = "Spor Classlar", commercial = "Commercial", offroad = "Off-Road", cycles = "Bisiklet", boats = "Gemi", military = "Askeri", motorcycles = "Motor", industrial = "Industrial", helicopters = "Helikopter", vans = "Van", super = "Süper Spor", sports = "Sports", coupes = "Coupes", emergency = "Emergency", muscle = "Muscles", compacts = "Compacts", utility = "Utility", suvs = "SUVs", service = "Services", planes = "Planes" }, commands = { add_vehicle_stock = "Araç Stok Ekle" }, errors = { spawnPointnotClear = "Spawn noktası boş değil.", testDriveProgress = "Şuan devam eden bir test sürüşünüz var.", requestTimeOut = 'Talep zaman aşımına uğradı.', noPlayersNearby = 'Etrafta kimse yok.' }, target = { sendRequest = "Talep Gönder" } } Lang = Lang or Locale:new({ phrases = Translations, warnOnMissing = true })