mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
bac6df219d
- A lot of minor changes here aswell, for example proper aligment, the menu wont close if you don't have a medkit when attempting to revive players - Moved to four space (tab) indents - Proper i18n formatting
61 lines
2.4 KiB
Lua
61 lines
2.4 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'] = 'a revive is in progress!',
|
|
['revive_complete'] = 'you have revived ~y~%s~s~',
|
|
['revive_complete_award'] = 'you have revived ~y~%s~s~ and earned ~g~$%s~s~!',
|
|
['no_players'] = 'no players nearby',
|
|
['no_vehicles'] = 'no vehicles nearby',
|
|
['player_not_unconscious'] = 'that player is not unconscious!',
|
|
-- Boss Menu
|
|
['deposit_society'] = 'eMS Deposit',
|
|
['withdraw_society'] = 'eMS Withdraw',
|
|
['boss_actions'] = 'boss Actions',
|
|
-- Misc
|
|
['invalid_amount'] = '~r~invalid amount',
|
|
['open_menu'] = 'press ~INPUT_CONTEXT~ to open the menu',
|
|
['deposit_amount'] = 'deposit Amount',
|
|
['money_withdraw'] = 'amount withdrawn',
|
|
['fast_travel'] = 'Press on ~INPUT_CONTEXT~ to fast travel.',
|
|
['open_pharmacy'] = 'Press on ~INPUT_CONTEXT~ to open the pharmacy.',
|
|
['pharmacy_menu_title'] = 'Pharmacy',
|
|
['pharmacy_take'] = 'Take',
|
|
['medikit'] = 'medikit',
|
|
['bandage'] = 'bandage',
|
|
['max_item'] = 'You are already carrying enough on yourself.',
|
|
-- F6 Menu
|
|
['ems_menu'] = 'eMS Menu',
|
|
['ems_menu_title'] = 'ambulance - EMS Menu',
|
|
['ems_menu_revive'] = 'revive Player',
|
|
['ems_menu_putincar'] = 'put in Vehicle',
|
|
['ems_menu_small'] = 'heal small wounds',
|
|
['ems_menu_big'] = 'treat serious injuries',
|
|
-- Phone
|
|
['alert_ambulance'] = 'alert Ambulance',
|
|
-- Death
|
|
['respawn_at_hospital'] = 'do you want to force respawn and spawn in the hospital?',
|
|
['yes'] = 'yes',
|
|
['please_wait'] = 'you are unconscious and will bleed out in ~b~%s minutes and %s seconds~s~',
|
|
['press_respawn'] = 'press [~b~E~w~] to respawn.',
|
|
['respawn_fine'] = 'you paid ~r~$%s~s~ for respawning.',
|
|
-- Revive
|
|
['revive_help'] = 'revive a player',
|
|
-- Item
|
|
['used_medikit'] = 'You have used 1x medikit',
|
|
['used_bandage'] = 'You have used 1x bandage',
|
|
['not_enough_medikit'] = 'You do not have ~b~medikit~w~.',
|
|
['not_enough_bandage'] = 'You do not have ~b~bandage~w~.',
|
|
['healed'] = 'you have been treated.',
|
|
-- Misc
|
|
}
|