Files
esx_core/locales/es.lua
T
2018-05-04 17:30:39 +02:00

36 lines
1.6 KiB
Lua

Locales['es'] = {
['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
['free_prop'] = 'Propiedad libre',
['property'] = 'Propiedad',
['enter'] = 'Entrar',
['leave'] = 'Salir',
['buy'] = 'Comprar',
['rent'] = 'Alquilar',
['visit'] = 'Visitar',
['press_to_menu'] = 'Presionar ~INPUT_CONTEXT~ para acceder al menú',
['owned_properties'] = 'Propiedad adquirida',
['available_properties'] = 'Propiedades disponibles',
['invite_player'] = 'Invitar a un jugador',
['you_invited'] = 'Has invitado a %s',
['player_clothes'] = 'Ropa',
['remove_cloth'] = 'remove clothing',
['removed_cloth'] = 'the outfit has been removed from your wardrobe!',
['remove_object'] = 'Retirar objeto',
['deposit_object'] = 'Depositar objeto',
['invite'] = 'Invitar',
['dirty_money'] = 'Dinero sucio €',
['inventory'] = 'Inventario',
['amount'] = '¿Cantidad?',
['amount_invalid'] = 'Cantidad inválida',
['press_to_exit'] = 'Presione ~INPUT_CONTEXT~ para salir de la propiedad',
['rented_for'] = 'Has alquilado una propiedad por €',
['purchased_for'] = 'Has comprado una propiedad por €',
['made_property'] = 'Ha hecho una propiedad',
['not_enough'] = 'n\'No tiene suficiente d\'dinero',
['invalid_quantity'] = 'Cantidad inválida',
['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler : ~g~€',
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
}