mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
152 lines
7.2 KiB
Lua
152 lines
7.2 KiB
Lua
Locales['es'] = {
|
|
-- Cloakroom
|
|
['cloakroom'] = 'Taquilla',
|
|
['citizen_wear'] = 'Ropa de civil',
|
|
['police_wear'] = 'Uniforme',
|
|
['gilet_wear'] = 'Chaqueta reflectante naranja',
|
|
['bullet_wear'] = 'Chaleco antibalas',
|
|
['no_outfit'] = '¡No hay ningún uniforme disponible para ti!',
|
|
['open_cloackroom'] = 'Presionar ~INPUT_CONTEXT~ para abrir su taquilla',
|
|
-- Armory
|
|
['remove_object'] = 'Coger objeto',
|
|
['deposit_object'] = 'Depositar objeto',
|
|
['get_weapon'] = 'Coger arma',
|
|
['put_weapon'] = 'Depositar arma',
|
|
['buy_weapons'] = 'Comprar armas',
|
|
['armory'] = 'Armeria',
|
|
['open_armory'] = 'Presionar ~INPUT_CONTEXT~ para acceder a la armeria',
|
|
['armory_owned'] = 'Comprada',
|
|
['armory_free'] = 'Gratis',
|
|
['armory_item'] = '$%s',
|
|
['armory_weapontitle'] = 'Armeria - Comprar arma',
|
|
['armory_componenttitle'] = 'Armeria - Complementos del arma',
|
|
['armory_bought'] = 'compraste una ~y~%s~s~ por ~g~$%s~s~',
|
|
['armory_money'] = 'No dispones de suficiente dinero para comprar esta arma',
|
|
['armory_hascomponent'] = '¡Ya dispones de ese complemento!',
|
|
['get_weapon_menu'] = 'Armeria - Retirar arma',
|
|
['put_weapon_menu'] = 'Armeria - Guardar arma',
|
|
-- Vehicles
|
|
['vehicle_menu'] = 'Vehículos',
|
|
['vehicle_blocked'] = '¡Todos los puntos de aparición de vehículos están ocupados!',
|
|
['garage_prompt'] = 'Presione ~INPUT_CONTEXT~ para acceder a ~y~Acciones del Vehículo~s~.',
|
|
['garage_title'] = 'Acciones del vehículo',
|
|
['garage_stored'] = 'Guardado',
|
|
['garage_notstored'] = 'No se encuentra en el garaje',
|
|
['garage_storing'] = 'Estamos intentando borrar el vehículo, asegurate de que no haya jugadores cerca.',
|
|
['garage_has_stored'] = 'El vehículo ha sido guardado en su garaje',
|
|
['garage_has_notstored'] = 'no nearby owned vehicles were found',
|
|
['garage_notavailable'] = 'Su vehículo no está guardado en el garaje.',
|
|
['garage_blocked'] = '¡No hay ningún punto de spawn disponible!',
|
|
['garage_empty'] = 'No dispones de ningún vehículo en su garaje.',
|
|
['garage_released'] = 'your vehicle has been released from the garage.',
|
|
['garage_store_nearby'] = 'No hay vehículos cercanos.',
|
|
['garage_storeditem'] = 'Abrir garaje',
|
|
['garage_storeitem'] = 'Guardar vehículo en el garaje',
|
|
['garage_buyitem'] = 'Tienda de vehículos',
|
|
['garage_notauthorized'] = 'No estás autorizado a comprar este tipo de vehículos.',
|
|
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
|
|
['shop_item'] = '$%s',
|
|
['vehicleshop_title'] = 'Tienda de vehículos',
|
|
['vehicleshop_confirm'] = '¿Quieres comprar este vehículo?',
|
|
['vehicleshop_bought'] = 'Has comprado un ~y~%s~s~ por ~r~$%s~s~',
|
|
['vehicleshop_money'] = 'No tienes suficiente dinero para comprar este vehículo',
|
|
['vehicleshop_awaiting_model'] = 'El vehículo se está ~g~DESCARGANDO Y CARGANDO~s~ porfavor espere',
|
|
['confirm_no'] = 'no',
|
|
['confirm_yes'] = 'si',
|
|
-- Service
|
|
['service_max'] = 'No puedes entrar de servicio porque se ha alcanzado el número máximo: %s/%s',
|
|
['service_not'] = '¡No has entrado de servicio! Debes hacerlo primeramente.',
|
|
['service_anonunce'] = 'Información de servicio',
|
|
['service_in'] = 'Has entrado de servicio. ¡Bienvenido!',
|
|
['service_in_announce'] = '¡El agente ~y~%s~s~ ha entrado de servicio!',
|
|
['service_out'] = 'Has salido de servicio.',
|
|
['service_out_announce'] = 'El agente ~y~%s~s~ se ha salido de servicio.',
|
|
-- Action Menu
|
|
['citizen_interaction'] = 'Interacción ciudadana',
|
|
['vehicle_interaction'] = 'Interacción vehículo',
|
|
['object_spawner'] = 'Colocar objetos',
|
|
|
|
['id_card'] = 'Documento de identidad',
|
|
['search'] = 'Buscar',
|
|
['handcuff'] = 'Poner/quitar Esposas',
|
|
['drag'] = 'escoltar',
|
|
['put_in_vehicle'] = 'Meter en el vehículo',
|
|
['out_the_vehicle'] = 'Sacar del vehículo',
|
|
['fine'] = 'Multa',
|
|
['unpaid_bills'] = 'manage unpaid bills',
|
|
['license_check'] = 'Gestionar licencia',
|
|
['license_revoke'] = 'Revocar licencia',
|
|
['license_revoked'] = 'Su ~b~%s~s~ ha sido ~y~revocar~s~!',
|
|
['licence_you_revoked'] = 'you revoked a ~b~%s~s~ which belonged to ~y~%s~s~',
|
|
['no_players_nearby'] = 'no hay jugadores cerca',
|
|
['being_searched'] = 'you are being ~y~searched~s~ by the ~b~Police~s~',
|
|
-- Vehicle interaction
|
|
['vehicle_info'] = 'Información del vehículo',
|
|
['pick_lock'] = 'Forzar coche',
|
|
['vehicle_unlocked'] = 'Vehículo desbloqueado~s~',
|
|
['no_vehicles_nearby'] = 'No hay vehículos cerca',
|
|
['impound'] = 'Confiscar vehículo',
|
|
['impound_prompt'] = 'Presione ~INPUT_CONTEXT~ para cancelar ~y~impound~s~',
|
|
['impound_canceled'] = 'you canceled the impound',
|
|
['impound_canceled_moved'] = 'the impound has been canceled because the vehicle moved',
|
|
['impound_successful'] = 'you have impounded the vehicle',
|
|
['search_database'] = 'vehicle information',
|
|
['search_database_title'] = 'vehicle information - search with registration number',
|
|
['search_database_error_invalid'] = 'that is ~r~not~s~ a ~y~valid~s~ registration number',
|
|
-- Traffic interaction
|
|
['traffic_interaction'] = 'Rutas de interacción',
|
|
['cone'] = 'Cono',
|
|
['barrier'] = 'Barrera',
|
|
['spikestrips'] = 'Grada',
|
|
['box'] = 'Caja',
|
|
['cash'] = 'Dinero',
|
|
-- ID Card Menu
|
|
['name'] = 'Nombre: %s',
|
|
['job'] = 'Trabajo: %s',
|
|
['sex'] = 'Sexo: %s',
|
|
['dob'] = 'DOB: %s',
|
|
['height'] = 'Altura: %s',
|
|
['bac'] = 'BAC: %s',
|
|
['unknown'] = 'Desconocido',
|
|
['male'] = 'Hombre',
|
|
['female'] = 'Mujer',
|
|
-- Body Search Menu
|
|
['guns_label'] = '--- Armas ---',
|
|
['inventory_label'] = '--- Inventario ---',
|
|
['license_label'] = ' --- Licenses ---',
|
|
['confiscate'] = 'confiscar %s',
|
|
['confiscate_weapon'] = 'confiscate %s with %s bullets',
|
|
['confiscate_inv'] = 'confiscar %sx %s',
|
|
['confiscate_dirty'] = 'confiscar dinero negro: <span style="color:red;">€%s</span>',
|
|
['you_confiscated'] = 'you confiscated ~y~%sx~s~ ~b~%s~s~ from ~b~%s~s~',
|
|
['got_confiscated'] = '~y~%sx~s~ ~b~%s~s~ were confiscated by ~y~%s~s~',
|
|
['you_confiscated_account'] = 'Has confiscado ~g~€%s~s~ (%s) de ~b~%s~s~',
|
|
['got_confiscated_account'] = '~g~€%s~s~ (%s) ha sido confiscado por ~y~%s~s~',
|
|
['you_confiscated_weapon'] = 'you confiscated ~b~%s~s~ from ~b~%s~s~ with ~o~%s~s~ bullets',
|
|
['got_confiscated_weapon'] = 'your ~b~%s~s~ with ~o~%s~s~ bullets was confiscated by ~y~%s~s~',
|
|
['traffic_offense'] = 'Delito de tráfico',
|
|
['minor_offense'] = 'Delito menor',
|
|
['average_offense'] = 'Delito medio',
|
|
['major_offense'] = 'Delito grave',
|
|
['fine_total'] = 'Multa total: %s',
|
|
-- Vehicle Info Menu
|
|
['plate'] = 'n°: %s',
|
|
['owner_unknown'] = 'propietario: Desconocido',
|
|
['owner'] = 'propietario: %s',
|
|
-- Boss Menu
|
|
['open_bossmenu'] = 'presionar ~INPUT_CONTEXT~ para abrir el menú',
|
|
['quantity_invalid'] = 'cantidad invalida',
|
|
['have_withdrawn'] = 'you have withdrawn ~y~%sx~s~ ~b~%s~s~',
|
|
['have_deposited'] = 'you have deposited ~y~%sx~s~ ~b~%s~s~',
|
|
['quantity'] = 'cantidad',
|
|
['inventory'] = 'inventario',
|
|
['police_stock'] = 'almacen Policial',
|
|
-- Misc
|
|
['remove_prop'] = 'presionar ~INPUT_CONTEXT~ para eliminar el objeto',
|
|
['map_blip'] = 'comisaría de policía',
|
|
['unrestrained_timer'] = 'you feel your handcuffs slowly losing grip and fading away.',
|
|
-- Notifications
|
|
['alert_police'] = 'alerta policia',
|
|
['phone_police'] = 'policia',
|
|
}
|