mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update en.lua
This commit is contained in:
+56
-46
@@ -1,50 +1,60 @@
|
|||||||
Locales['en'] = {
|
Locales['en'] = {
|
||||||
--Global menus
|
--Global menus
|
||||||
['belongs'] = ' now belongs to you',
|
['belongs'] = ' now belongs to you',
|
||||||
['bleach amount'] = 'amount to bleach',
|
['bleach amount'] = 'amount to bleach',
|
||||||
['broke_company'] = 'you do not have enough money in the company account',
|
['broke_company'] = 'you do not have enough money in the company account',
|
||||||
['buy'] = 'buy',
|
['buy'] = 'buy',
|
||||||
['buy_vehicle'] = 'buy vehicle',
|
['buy_vehicle'] = 'buy vehicle',
|
||||||
['car_dealer'] = 'car Dealership',
|
['car_dealer'] = 'car Dealership',
|
||||||
['create_bill'] = 'create invoice',
|
['create_bill'] = 'create invoice',
|
||||||
['dealer_boss'] = 'car Dealer - Boss',
|
['dealer_boss'] = 'car Dealer - Boss',
|
||||||
['delivered'] = 'vehicle ~g~delivered~s~ to the dealer',
|
['delivered'] = 'vehicle ~g~delivered~s~ to the dealer',
|
||||||
['depop_vehicle'] = 'return vehicle',
|
['depop_vehicle'] = 'return vehicle',
|
||||||
['deposit_amount'] = 'deposit amount',
|
['deposit_amount'] = 'deposit amount',
|
||||||
['deposit_money'] = 'deposit money',
|
['deposit_money'] = 'deposit money',
|
||||||
['experianced'] = 'experianced',
|
['experianced'] = 'experianced',
|
||||||
['for'] = 'for $',
|
['for'] = 'for $',
|
||||||
['get_rented_vehicles'] = 'vehicles for rent',
|
['get_rented_vehicles'] = 'vehicles for rent',
|
||||||
['invalid_amount'] = 'invalid amount',
|
['invalid_amount'] = 'invalid amount',
|
||||||
['invoice_amount'] = 'invoice amount',
|
['invoice_amount'] = 'invoice amount',
|
||||||
['leaving'] = 'leaving a personal vehicle',
|
['leaving'] = 'leaving a personal vehicle',
|
||||||
['no'] = 'no',
|
['no'] = 'no',
|
||||||
['no_players'] = 'no players nearby',
|
['no_players'] = 'no players nearby',
|
||||||
['not_enough_money'] = 'you do not have enough money',
|
['not_enough_money'] = 'you do not have enough money',
|
||||||
['not_rental'] = 'this is not a ~r~rental vehicle~s~',
|
['not_rental'] = 'this is not a ~r~rental vehicle~s~',
|
||||||
['not_yours'] = 'this vehicle does not belong to you',
|
['not_yours'] = 'this vehicle does not belong to you',
|
||||||
['paid_rental'] = 'you have ~g~payed~s~ for your vehicle rental : ~g~$',
|
['paid_rental'] = 'you have ~g~payed~s~ for your vehicle rental : ~g~$',
|
||||||
['personal_vehicle'] = 'personal vehicle',
|
['personal_vehicle'] = 'personal vehicle',
|
||||||
['pop_vehicle'] = 'exit vehicle',
|
['pop_vehicle'] = 'exit vehicle',
|
||||||
['price'] = ' for the amount of $',
|
['price'] = ' for the amount of $',
|
||||||
['recruit'] = 'recruit',
|
['recruit'] = 'recruit',
|
||||||
['rent_vehicle'] = 'car Dealer - Vehicles for rent',
|
['rent_vehicle'] = 'car Dealer - Vehicles for rent',
|
||||||
['rental_amount'] = 'rental amount',
|
['rental_amount'] = 'rental amount',
|
||||||
['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell ',
|
['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell ',
|
||||||
['set_vehicle_owner_rent'] = 'assign vehicle [Location]',
|
['set_vehicle_owner_rent'] = 'assign vehicle [Location]',
|
||||||
['set_vehicle_owner_sell'] = 'vehicles for [sale]',
|
['set_vehicle_owner_sell'] = 'vehicles for [sale]',
|
||||||
['shop_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
|
['shop_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
|
||||||
['the_boss'] = 'boss',
|
['the_boss'] = 'boss',
|
||||||
['vehicle'] = 'vehicle ',
|
['vehicle'] = 'vehicle ',
|
||||||
['vehicle_dealer'] = 'vehicle - Car Dealer',
|
['vehicle_dealer'] = 'vehicle - Car Dealer',
|
||||||
['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to make your vehicle',
|
['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to make your vehicle',
|
||||||
['vehicle_purchased'] = 'you bought a vehicle',
|
['vehicle_purchased'] = 'you bought a vehicle',
|
||||||
['vehicle_set_owned'] = 'Vehicle ~y~%s~s~ has been assigned to ~b~%s~s~',
|
['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_set_rented'] = 'Vehicle ~y~%s~s~ has been rented to ~b~%s~s~',
|
||||||
['vehicle_sold'] = 'vehicle ~g~sold~s~',
|
['vehicle_sold'] = 'vehicle ~g~sold~s~',
|
||||||
['vehicle_sold_to'] = 'Vehicle ~y~%s~s~ sold to ~b~%s~s~',
|
['vehicle_sold_to'] = 'Vehicle ~y~%s~s~ sold to ~b~%s~s~',
|
||||||
['wash_money'] = 'money laundering',
|
['wash_money'] = 'money laundering',
|
||||||
['withdraw_amount'] = 'amount of withdrawal',
|
['withdraw_amount'] = 'amount of withdrawal',
|
||||||
['withdraw_money'] = 'remove company money',
|
['withdraw_money'] = 'remove company money',
|
||||||
['yes'] = 'yes'
|
['yes'] = 'yes'
|
||||||
}
|
['deposit_stock'] = 'deposit Stock',
|
||||||
|
['take_stock'] = 'take Stock',
|
||||||
|
['dealership_stock'] = 'dealership Stock',
|
||||||
|
['amount'] = 'amount',
|
||||||
|
['quantity_invalid'] = 'invalid Quantity',
|
||||||
|
['inventoty'] = 'inventory',
|
||||||
|
['dealership'] = 'car Dealer',
|
||||||
|
['dealer_customers'] = 'dealer customers',
|
||||||
|
['have_withdrawn'] = 'you have withdrawn ',
|
||||||
|
['added'] = 'you added ',
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user