mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
New helicopter system, Config re-write
This commit is contained in:
+30
-6
@@ -4,11 +4,35 @@ Locales['cs'] = {
|
||||
['ems_clothes_civil'] = 'civilní oblečení',
|
||||
['ems_clothes_ems'] = 'zdravotnické oblečení',
|
||||
-- Vehicles
|
||||
['veh_menu'] = 'vozidlo',
|
||||
['veh_spawn'] = 'stiskněte ~INPUT_CONTEXT~ k vyzvednutí vozidla nebo helikoptéry',
|
||||
['store_veh'] = 'stiskněte ~INPUT_CONTEXT~ k vrácení vozidla',
|
||||
['ambulance'] = 'sanitka',
|
||||
['helicopter'] = 'helikoptéra',
|
||||
['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
|
||||
['ambulance'] = 'ambulance',
|
||||
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
|
||||
['helicopter_buy'] = 'helicopter shop',
|
||||
['helicopter_garage'] = 'open garage',
|
||||
['helicopter_store'] = 'store helicopter in garage',
|
||||
['helicopter_garage_title'] = 'helicopter Garage',
|
||||
['helicopter_title'] = 'helicopter Actions',
|
||||
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
|
||||
['garage_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Vehicle Actions~s~.',
|
||||
['garage_title'] = 'vehicle Actions',
|
||||
['garage_stored'] = 'stored',
|
||||
['garage_notstored'] = 'not in garage',
|
||||
['garage_storing'] = 'we\'re attempting to remove the vehicle, make sure no players are around it.',
|
||||
['garage_has_stored'] = 'the vehicle has been stored in your garage',
|
||||
['garage_has_notstored'] = 'no nearby owned vehicles were found',
|
||||
['garage_notavailable'] = 'your vehicle is not stored in the garage.',
|
||||
['garage_blocked'] = 'there\'s no available spawn points!',
|
||||
['garage_empty'] = 'you dont have any vehicles in your garage.',
|
||||
['garage_released'] = 'your vehicle has been released from the garage.',
|
||||
['garage_store_nearby'] = 'there is no nearby vehicles.',
|
||||
['shop_item'] = '$%s',
|
||||
['vehicleshop_title'] = 'vehicle Shop',
|
||||
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
|
||||
['vehicleshop_bought'] = 'you have bought ~y~%s~s~ for ~r~$%s~s~',
|
||||
['vehicleshop_money'] = 'you cannot afford that vehicle',
|
||||
['vehicleshop_awaiting_model'] = 'the vehicle is currently ~g~DOWNLOADING & LOADING~s~ please wait',
|
||||
['confirm_no'] = 'no',
|
||||
['confirm_yes'] = 'yes',
|
||||
-- Action Menu
|
||||
['hospital'] = 'nemocnice',
|
||||
['revive_inprogress'] = 'probíhá oživení!',
|
||||
@@ -24,7 +48,7 @@ Locales['cs'] = {
|
||||
['boss_actions'] = 'akce šéfa',
|
||||
-- Misc
|
||||
['invalid_amount'] = '~r~neplatná částka',
|
||||
['open_menu'] = 'stiskněte ~INPUT_CONTEXT~ k otevření menu',
|
||||
['actions_prompt'] = 'press ~INPUT_CONTEXT~ access the ~y~Ambulance Actions~s~.',
|
||||
['deposit_amount'] = 'částka vkladu',
|
||||
['money_withdraw'] = 'částka výběru',
|
||||
['fast_travel'] = 'stiskněte ~INPUT_CONTEXT~ k rychlému odcestování.',
|
||||
|
||||
Reference in New Issue
Block a user