mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
f2337dae21
Added multi-language support
33 lines
1.1 KiB
Lua
33 lines
1.1 KiB
Lua
Locales['en'] = {
|
|
--Cloakroom
|
|
['cloakroom'] = 'locker Room',
|
|
['ems_clothes_civil'] = 'civilian Clothes',
|
|
['ems_clothes_ems'] = 'eMS Clothes',
|
|
--Vehicles
|
|
['veh_menu'] = 'vehicle',
|
|
['veh_spawn'] = 'press ~INPUT_CONTEXT~ to get a Vehicle or Helicopter',
|
|
['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
|
|
['ambulance'] = 'ambulance',
|
|
['helicopter'] = 'helicopter',
|
|
--Action Menu
|
|
['hospital'] = 'hospital',
|
|
['revive_inprogress'] = 'revive in progress',
|
|
['revive_complete'] = 'you have been revived ',
|
|
['no_players'] = 'no players nearby',
|
|
['no_vehicles'] = 'no vehicles nearby',
|
|
['isdead'] = 'is dead',
|
|
['unconscious'] = 'is not unconscious',
|
|
--Boss Menu
|
|
['deposit_society'] = 'eMS Deposit',
|
|
['withdraw_society'] = 'eMS Withdraw',
|
|
--Misc
|
|
['invalid_amount'] = '~r~invalid amount',
|
|
['open_menu'] = 'press ~INPUT_CONTEXT~ to open the menu',
|
|
['deposit_amount'] = 'deposit Amount',
|
|
['money_withdraw'] = 'amount withdrawn',
|
|
-- F6 Menu
|
|
['ems_menu'] = 'eMS Menu',
|
|
['ems_menu_title'] = 'ambulance - EMS Menu',
|
|
['ems_menu_revive'] = 'revive Player',
|
|
['ems_menu_putincar'] = 'put in Vehicle',
|
|
} |