From bb88036dab2e6e35fd3f0f74bbee9ef1f5048246 Mon Sep 17 00:00:00 2001 From: renaiku Date: Tue, 12 Sep 2017 10:40:05 +0200 Subject: [PATCH] fix type in en.lua --- locales/en.lua | 107 ++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 59 deletions(-) diff --git a/locales/en.lua b/locales/en.lua index ae5d280f..97ddd44b 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -1,61 +1,50 @@ 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]', - ['set_vehicle_owner_sell_society'] = 'vehicles for [sale] [Society]', - ['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', - ['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 ', -} + ['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' +} \ No newline at end of file