For Rent Car

Setting Rental Time Period 1 Hour 6 Hours 1 Day Option Menu Price Setting system 1.2 1.6 as rate

Locales = {
    ['tr'] = {
        ['rent_vehicle'] = 'Araç Kirala',
        ['vehicle_rented'] = 'Araç başarıyla kiralandı!',
        ['not_enough_money'] = 'Yeterli paranız yok!',
        ['rental_menu'] = 'Araç Kiralama',
        ['close'] = 'Kapat',
        ['time_remaining'] = 'Plaka %s olan aracınızın kiralamasının bitmesine %d saat %d dakika kaldı.',
        ['no_rental'] = 'Kiralık aracınız bulunmuyor.',
        ['rental_expired'] = 'Kiralama süreniz doldu, araç geri alındı!',
        ['select_duration'] = 'Kiralama Süresi',
        ['hour'] = 'Saat',
        ['day'] = 'Gün',
        ['one_hour'] = '1 Saat',
        ['three_hours'] = '3 Saat',
        ['one_day'] = '1 Gün',
        ['spawn_point_occupied'] = 'Araç çıkış noktası dolu! Lütfen bekleyin veya başka bir araç seçin.',
        ['config_error'] = "HATA: Config'de 2'den fazla araç tanımlanmış! Lokasyon: %s",
        ['config_warning'] = "UYARI: Her lokasyonda en fazla 2 araç tanımlanabilir!",
        ['model_not_found'] = "Araç modeli bulunamadı!!",
        ['invalid_rental'] = 'Geçersiz kiralama bilgisi',
        ['no_vehicle'] = 'Araç bulunamadı',
        ['existing_rental_brought'] = 'Mevcut kiralık aracınız yanınıza getirildi!',
        ['time'] = 'Aracına Oturdun /kalanzaman yazarak aracının kalan süresini görebilirsin!',
    },
    ['en'] = {
        ['rent_vehicle'] = 'Rent Vehicle',
        ['vehicle_rented'] = 'Vehicle rented successfully!',
        ['not_enough_money'] = 'You don\'t have enough money!',
        ['rental_menu'] = 'Vehicle Rental',
        ['close'] = 'Close',
        ['time_remaining'] = 'Your rental vehicle with plate %s has %d hours and %d minutes remaining.',
        ['no_rental'] = 'You don\'t have any rental vehicles.',
        ['rental_expired'] = 'Your rental period has expired, vehicle has been returned!',
        ['select_duration'] = 'Rental Duration',
        ['hour'] = 'Hour',
        ['day'] = 'Day',
        ['one_hour'] = '1 Hour',
        ['three_hours'] = '3 Hours',
        ['one_day'] = '1 Day',
        ['spawn_point_occupied'] = 'Vehicle spawn point is occupied! Please wait or choose another vehicle.',
        ['config_error'] = "ERROR: More than 2 vehicles defined in Config! Location: %s",
        ['config_warning'] = "WARNING: Maximum 2 vehicles can be defined per location!",
        ['model_not_found'] = "Vehicle model not found!!",
        ['invalid_rental'] = 'Invalid rental information',
        ['no_vehicle'] = 'No vehicle found',
        ['existing_rental_brought'] = 'Your existing rental vehicle has been brought to you!',
    },

Last updated