mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
38 lines
2.0 KiB
Lua
38 lines
2.0 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',
|
|
['move_out'] = 'move out from property',
|
|
['move_out_sold'] = 'sell property for <span style="color:green;">€%s</span>',
|
|
['moved_out'] = 'you moved out and do no longer rent the property.',
|
|
['moved_out_sold'] = 'you have sold the property for ~g~€%s~s~',
|
|
['buy'] = 'buy property for <span style="color:green;">€%s</span>',
|
|
['buy_for'] = 'has comprado una propiedad por ~g~€%s~s~',
|
|
['rent'] = 'rent property for <span style="color:green;">€%s</span> / week',
|
|
['rent_for'] = 'has alquilado una propiedad por ~g~€%s~s~',
|
|
['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: <span style="color:red;">€%s</span>',
|
|
['inventory'] = 'Inventario',
|
|
['amount'] = '¿Cantidad?',
|
|
['amount_invalid'] = 'Cantidad inválida',
|
|
['press_to_exit'] = 'Presione ~INPUT_CONTEXT~ para salir de la propiedad',
|
|
['not_enough'] = 'n\'No tiene suficiente d\'dinero',
|
|
['invalid_quantity'] = 'Cantidad inválida',
|
|
['paid_rent'] = 'you paid your rent at ~g~€%s~s~ for ~y~%s~s~',
|
|
['paid_rent_evicted'] = 'you have been ~o~evicted~s~ from ~y~%s~s~ for not affording rent at ~g~€%s~s~',
|
|
['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!',
|
|
}
|