mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
47 lines
1.8 KiB
Lua
47 lines
1.8 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!',
|
|
-- oss Menu
|
|
['deposit_society'] = 'depositar dinero',
|
|
['withdraw_society'] = 'retirar dinero',
|
|
-- 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',
|
|
-- F6 Menu
|
|
['ems_menu'] = 'ayuda ciudadana',
|
|
['ems_menu_title'] = 'ambulancia - Ayuda Ciudadana',
|
|
['ems_menu_revive'] = 'reanimar',
|
|
['ems_menu_putincar'] = 'meter en el vehículo',
|
|
-- Phone
|
|
['alert_ambulance'] = 'Alerta de ambulancia',
|
|
-- Death
|
|
['respawn_at_hospital'] = '¿Quieres ser transportado al hospital?',
|
|
['yes'] = 'oui',
|
|
['please_wait'] = 's\'por favor, espere ~b~%s minutos %s segundos para reparecer~s~',
|
|
['press_respawn'] = 'presione [~b~E~w~] para reparecer.',
|
|
['respawn_fine'] = 'you paid ~r~$%s~s~ for respawning.',
|
|
-- Revive
|
|
['revive_help'] = 'reviver un jugador',
|
|
}
|