mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
65 lines
2.9 KiB
Lua
65 lines
2.9 KiB
Lua
Locales['es'] = {
|
|
-- Cloakroom
|
|
['cloakroom'] = 'Guardarropa',
|
|
['ems_clothes_civil'] = 'Camiseta',
|
|
['ems_clothes_ems'] = 'Equipo de ambulancia',
|
|
-- Vehicles
|
|
['veh_menu'] = 'vehículo',
|
|
['veh_spawn'] = 'Presione ~INPUT_CONTEXT~ para sacar un vehículo',
|
|
['store_veh'] = 'Presione ~INPUT_CONTEXT~ para alamcenar un vehículo',
|
|
['ambulance'] = 'Ambulancia',
|
|
['helicopter'] = 'helicóptero',
|
|
-- Action Menu
|
|
['hospital'] = 'hospital',
|
|
['revive_inprogress'] = 'reanimación en curso',
|
|
['revive_complete'] = 'has sido reanimado ~y~%s~s~',
|
|
['revive_complete_award'] = 'has sido reanimado ~y~%s~s~, ~g~$%s~s~',
|
|
['heal_inprogress'] = 'you are healing!',
|
|
['heal_complete'] = 'you have healed ~y~%s~s~',
|
|
['no_players'] = 'ningún jugador cerca',
|
|
['no_vehicles'] = 'ningún vehículo cerca',
|
|
['player_not_unconscious'] = 'n\'estás inconsciente',
|
|
['player_not_conscious'] = 'that player is not conscious!',
|
|
-- Boss Menu
|
|
['boss_actions'] = 'boss Actions',
|
|
-- Misc
|
|
['invalid_amount'] = '~r~cantidad no válida',
|
|
['open_menu'] = 'Presione ~INPUT_CONTEXT~ para abrir el menú',
|
|
['deposit_amount'] = 'cantidad de fianza depositada',
|
|
['money_withdraw'] = 'cantidad de fianza retirada',
|
|
['fast_travel'] = 'Press ~INPUT_CONTEXT~ to fast travel.',
|
|
['open_pharmacy'] = 'Press ~INPUT_CONTEXT~ to open the pharmacy.',
|
|
['pharmacy_menu_title'] = 'Pharmacy',
|
|
['pharmacy_take'] = 'take ~y~%s~s~',
|
|
['medikit'] = 'medikit',
|
|
['bandage'] = 'bandage',
|
|
['max_item'] = 'You are already carrying enough on yourself.',
|
|
-- F6 Menu
|
|
['ems_menu'] = 'ayuda ciudadana',
|
|
['ems_menu_title'] = 'ambulancia - Ayuda Ciudadana',
|
|
['ems_menu_revive'] = 'reanimar',
|
|
['ems_menu_putincar'] = 'meter en el vehículo',
|
|
['ems_menu_small'] = 'heal small wounds',
|
|
['ems_menu_big'] = 'treat serious injuries',
|
|
-- Phone
|
|
['alert_ambulance'] = 'Alerta de ambulancia',
|
|
-- Death
|
|
['respawn_available_in'] = 'respawn available in ~b~%s minutes %s seconds~s~',
|
|
['respawn_bleedout_in'] = 'you will bleed out in ~b~%s minutes %s seconds~s~\n',
|
|
['respawn_bleedout_prompt'] = 'hold [~b~E~s~] to respawn',
|
|
['respawn_bleedout_fine'] = 'hold [~b~E~s~] to respawn for ~g~$%s~s~',
|
|
['respawn_bleedout_fine_msg'] = 'you paid ~r~$%s~s~ to respawn.',
|
|
['distress_send'] = 'press [~b~G~s~] to send distress signal',
|
|
['distress_sent'] = 'distress signal has been sent to available units!',
|
|
['distress_message'] = 'medical attention required: unconscious citizen!',
|
|
['combatlog_message'] = 'you have been force-respawned because you\'ve previously left the server when dead.',
|
|
-- Revive
|
|
['revive_help'] = 'reviver un jugador',
|
|
-- Item
|
|
['used_medikit'] = 'You have used ~y~1x~s~ medikit',
|
|
['used_bandage'] = 'You have used ~y~1x~s~ bandage',
|
|
['not_enough_medikit'] = 'You do not have ~b~medikit~s~.',
|
|
['not_enough_bandage'] = 'You do not have ~b~bandage~s~.',
|
|
['healed'] = 'you have been treated.',
|
|
}
|