mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
50 lines
2.4 KiB
Lua
50 lines
2.4 KiB
Lua
Locales['en'] = {
|
|
--Global menus
|
|
['belongs'] = ' now belongs to you',
|
|
['bleach amount'] = 'amount to bleach',
|
|
['broke_company'] = 'you do not have enough money in the company account',
|
|
['buy'] = 'buy',
|
|
['buy_vehicle'] = 'buy vehicle',
|
|
['car_dealer'] = 'car Dealership',
|
|
['create_bill'] = 'create invoice',
|
|
['dealer_boss'] = 'car Dealer - Boss',
|
|
['delivered'] = 'vehicle ~g~delivered~s~ to the dealer',
|
|
['depop_vehicle'] = 'return vehicle',
|
|
['deposit_amount'] = 'deposit amount',
|
|
['deposit_money'] = 'deposit money',
|
|
['experianced'] = 'experianced',
|
|
['for'] = 'for $',
|
|
['get_rented_vehicles'] = 'vehicles for rent',
|
|
['invalid_amount'] = 'invalid amount',
|
|
['invoice_amount'] = 'invoice amount',
|
|
['leaving'] = 'leaving a personal vehicle',
|
|
['no'] = 'no',
|
|
['no_players'] = 'no players nearby',
|
|
['not_enough_money'] = 'you do not have enough money',
|
|
['not_rental'] = 'this is not a ~r~rental vehicle~s~',
|
|
['not_yours'] = 'this vehicle does not belong to you',
|
|
['paid_rental'] = 'you have ~g~payed~s~ for your vehicle rental : ~g~$',
|
|
['personal_vehicle'] = 'personal vehicle',
|
|
['pop_vehicle'] = 'exit vehicle',
|
|
['price'] = ' for the amount of $',
|
|
['recruit'] = 'recruit',
|
|
['rent_vehicle'] = 'car Dealer - Vehicles for rent',
|
|
['rental_amount'] = 'rental amount',
|
|
['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell ',
|
|
['set_vehicle_owner_rent'] = 'assign vehicle [Location]',
|
|
['set_vehicle_owner_sell'] = 'vehicles for [sale]',
|
|
['shop_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
|
|
['the_boss'] = 'boss',
|
|
['vehicle'] = 'vehicle ',
|
|
['vehicle_dealer'] = 'vehicle - Car Dealer',
|
|
['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to make your vehicle',
|
|
['vehicle_purchased'] = 'you bought a vehicle',
|
|
['vehicle_set_owned'] = 'Vehicle ~y~%s~s~ has been assigned to ~b~%s~s~',
|
|
['vehicle_set_rented'] = 'Vehicle ~y~%s~s~ has been rented to ~b~%s~s~',
|
|
['vehicle_sold'] = 'vehicle ~g~sold~s~',
|
|
['vehicle_sold_to'] = 'Vehicle ~y~%s~s~ sold to ~b~%s~s~',
|
|
['wash_money'] = 'money laundering',
|
|
['withdraw_amount'] = 'amount of withdrawal',
|
|
['withdraw_money'] = 'remove company money',
|
|
['yes'] = 'yes'
|
|
} |