mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
65 lines
3.6 KiB
Lua
65 lines
3.6 KiB
Lua
Locales['en'] = {
|
|
--Global menus
|
|
['not_enough_in_society'] = 'there\'s not enough of ~r~that item~s~ in the society!',
|
|
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
|
['vehicle_belongs'] = 'an vehicle with plate ~y~%s~s~ now belongs to ~b~you~s~',
|
|
['bleach amount'] = 'amount to bleach',
|
|
['broke_company'] = 'you do not have enough money in the company account',
|
|
['purchase_type'] = 'type of purchase',
|
|
['society_type'] = 'society',
|
|
['staff_type'] = 'staff',
|
|
['buy_vehicle_shop'] = 'do you want to purchase %s for $%s?',
|
|
['buy_vehicle'] = 'buy vehicle',
|
|
['car_dealer'] = 'car Dealership',
|
|
['create_bill'] = 'create bill',
|
|
['dealer_boss'] = 'car Dealer - Boss',
|
|
['delivered'] = 'the vehicle has been ~g~delivered~s~ to the dealer',
|
|
['depop_vehicle'] = 'return vehicle',
|
|
['deposit_amount'] = 'deposit amount',
|
|
['deposit_money'] = 'deposit money',
|
|
['experianced'] = 'experianced',
|
|
['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~$%s~s~',
|
|
['personal_vehicle'] = 'personal vehicle',
|
|
['pop_vehicle'] = 'put out vehicle for sale',
|
|
['recruit'] = 'recruit',
|
|
['rent_vehicle'] = 'car Dealer - Vehicles for rent',
|
|
['rental_amount'] = 'rental amount',
|
|
['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell your ~y~%s~s~ for ~g~$%s~s~',
|
|
['set_vehicle_owner_rent'] = 'assign vehicle [Location]',
|
|
['set_vehicle_owner_sell'] = 'Sell vehicle',
|
|
['set_vehicle_owner_sell_society'] = 'Assign Vehicle [Sale] [Society]',
|
|
['shop_menu'] = 'press ~INPUT_CONTEXT~ to access the menu2',
|
|
['the_boss'] = 'boss',
|
|
['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'] = 'the vehicle has been ~g~sold~s~',
|
|
['vehicle_sold_to'] = 'the vehicle with plate ~y~%s~s~ has been sold to ~b~%s~s~',
|
|
['wash_money'] = 'money laundering',
|
|
['withdraw_amount'] = 'amount of withdrawal',
|
|
['withdraw_money'] = 'remove company money',
|
|
['yes'] = 'yes',
|
|
['deposit_stock'] = 'deposit stock',
|
|
['take_stock'] = 'withdraw stock',
|
|
['dealership_stock'] = 'dealership Stock',
|
|
['amount'] = 'amount',
|
|
['quantity_invalid'] = 'invalid Quantity',
|
|
['inventory'] = 'inventory',
|
|
['dealership'] = 'car Dealer',
|
|
['dealer_customers'] = 'dealer customers',
|
|
['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
|
|
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
|
|
['boss_actions'] = 'boss actions',
|
|
}
|