mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
91a5e9bca4
- Moved phone string to locale - The police society can no longer wash money
126 lines
5.4 KiB
Lua
126 lines
5.4 KiB
Lua
Locales['es'] = {
|
|
-- Cloakroom
|
|
['cloakroom'] = 'Taquilla',
|
|
['citizen_wear'] = 'Ropa civil',
|
|
['police_wear'] = 'Ropa CNP',
|
|
['sheriff_wear'] = 'Ropa Oficial',
|
|
['lieutenant_wear'] = 'Ropa Teniente',
|
|
['gilet_wear'] = 'orange reflective jacket',
|
|
['bullet_wear'] = 'bulletproof vest',
|
|
['no_outfit'] = 'there\'s no uniform that fits you!',
|
|
['open_cloackroom'] = 'Presionar ~INPUT_CONTEXT~ para abrir la taquilla',
|
|
-- Armory
|
|
['remove_object'] = 'take object',
|
|
['deposit_object'] = 'deposit object',
|
|
['get_weapon'] = 'Coger arma',
|
|
['put_weapon'] = 'Depositar arma',
|
|
['buy_weapons'] = 'Comprar armas',
|
|
['armory'] = 'Arsenal',
|
|
['open_armory'] = 'Presionarr ~INPUT_CONTEXT~ para acceder a la armeria',
|
|
-- Vehicles
|
|
['vehicle_menu'] = 'Vehículo',
|
|
['vehicle_out'] = 'Ya tienes un vehículo fuera',
|
|
['vehicle_spawner'] = 'Presionar ~INPUT_CONTEXT~ para sacar un vehículo',
|
|
['store_vehicle'] = 'Presionar ~INPUT_CONTEXT~ para guardar un vehículo',
|
|
['service_max'] = 'Servicio completado: %s/%s',
|
|
-- 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'] = 'manage license',
|
|
['license_revoke'] = 'revoke license',
|
|
['license_revoked'] = 'your ~b~%s~s~ has been ~y~revoked~s~!',
|
|
['licence_you_revoked'] = 'you revoked a ~b~%s~s~ which belonged to ~y~%s~s~',
|
|
['no_players_nearby'] = 'No hay jugadores cerca',
|
|
-- 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'] = 'impound vehicle',
|
|
['impound_prompt'] = 'press ~INPUT_CONTEXT~ to cancel the ~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',
|
|
['search_database_error_not_found'] = 'that ~y~registration number~s~ is ~r~not~s~ registered to an vehicle!',
|
|
['search_database_found'] = 'the vehicle is ~y~registered~s~ to ~b~%s~s~',
|
|
-- Traffic interaction
|
|
['traffic_interaction'] = 'Rutas de interacción',
|
|
['cone'] = 'Cono',
|
|
['barrier'] = 'Barrera',
|
|
['spikestrips'] = 'Grada',
|
|
['box'] = 'Caja',
|
|
['cash'] = 'Dinero',
|
|
-- ID Card Menu
|
|
['name'] = 'name: %s',
|
|
['job'] = 'job: %s',
|
|
['sex'] = 'sex: %s',
|
|
['dob'] = 'DOB: %s',
|
|
['height'] = 'height: %s',
|
|
['id'] = 'ID: %s',
|
|
['bac'] = 'BAC: %s',
|
|
['unknown'] = 'unknown',
|
|
['male'] = 'male',
|
|
['female'] = 'female',
|
|
-- 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'] = 'you confiscated ~g~€%s~s~ (%s) from ~b~%s~s~',
|
|
['got_confiscated_account'] = '~g~€%s~s~ (%s) was confiscated by ~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',
|
|
-- Weapons Menus
|
|
['get_weapon_menu'] = 'Arsenal - Coger armas',
|
|
['put_weapon_menu'] = 'Arsenal - Depositar armas',
|
|
['buy_weapon_menu'] = 'Arsenal - Comprar armas',
|
|
['not_enough_money'] = 'No tienes suficiente dinero',
|
|
-- Boss Menu
|
|
['take_company_money'] = 'retirar dinero de la empresa',
|
|
['deposit_money'] = 'depositar dinero en la empresa',
|
|
['amount_of_withdrawal'] = 'cantidad a retirar',
|
|
['invalid_amount'] = 'cantidad inválida',
|
|
['amount_of_deposit'] = 'cantidad a depositar',
|
|
['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',
|
|
}
|