mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update multi-language support
This commit is contained in:
+12
-2
@@ -17,7 +17,7 @@ Locales['en'] = {
|
||||
['get_rented_vehicles'] = 'vehicles for rent',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invoice_amount'] = 'invoice amount',
|
||||
['leaving'] = 'leaving a personal vehicle',
|
||||
['remove_pv'] = 'remove a personal vehicle',
|
||||
['no'] = 'no',
|
||||
['no_players'] = 'no players nearby',
|
||||
['not_enough_money'] = 'you do not have enough money',
|
||||
@@ -42,9 +42,19 @@ Locales['en'] = {
|
||||
['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~'
|
||||
['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 ',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user