mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Implemented pay when selling property, added prices to menu and more (desc)
- Improved dialogs, differnet for owning / renting - Updated locale names - Get half money back when selling - Added configurable rent & sell prices in config
This commit is contained in:
+9
-8
@@ -4,10 +4,14 @@ Locales['es'] = {
|
||||
['free_prop'] = 'Propiedad libre',
|
||||
['property'] = 'Propiedad',
|
||||
['enter'] = 'Entrar',
|
||||
['leave'] = 'Salir',
|
||||
['buy'] = 'Comprar',
|
||||
['rent'] = 'Alquilar',
|
||||
['visit'] = 'Visitar',
|
||||
['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',
|
||||
@@ -19,14 +23,11 @@ Locales['es'] = {
|
||||
['remove_object'] = 'Retirar objeto',
|
||||
['deposit_object'] = 'Depositar objeto',
|
||||
['invite'] = 'Invitar',
|
||||
['dirty_money'] = 'Dinero sucio: <span style="color: red;">€%s</span>',
|
||||
['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',
|
||||
['rented_for'] = 'Has alquilado una propiedad por ~g~€%s~s~',
|
||||
['purchased_for'] = 'Has comprado una propiedad por ~g~€%s~s~',
|
||||
['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~€%s~s~',
|
||||
|
||||
Reference in New Issue
Block a user