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:
ElPumpo
2020-02-03 13:19:55 +01:00
parent 897d60bf13
commit 96c1ab491f
11 changed files with 159 additions and 134 deletions
+10 -7
View File
@@ -4,10 +4,14 @@ Locales['de'] = {
['free_prop'] = 'Kostenlose Immobilie',
['property'] = 'Immobilie',
['enter'] = 'Eintreten',
['leave'] = 'Verlassen',
['buy'] = 'Kaufen',
['rent'] = 'Mieten',
['visit'] = 'Ansehen',
['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'] = 'you purchased a property for ~g~$%s~s~',
['rent'] = 'rent property for <span style="color:green;">$%s</span> / week',
['rent_for'] = 'you rented a property for ~g~$%s~s~ / week, payment is automatic',
['press_to_menu'] = 'Drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
['owned_properties'] = 'Gekaufte Immobilien',
['available_properties'] = 'Verfügbare Immobilien',
@@ -19,14 +23,13 @@ Locales['de'] = {
['remove_object'] = 'Objekt nehmen',
['deposit_object'] = 'Objekt deponieren',
['invite'] = 'Einladen',
['dirty_money'] = 'Schwarzgeld: <span style="color: red;">$%s</span>',
['dirty_money'] = 'Schwarzgeld: <span style="color:red;">$%s</span>',
['inventory'] = 'Inventar',
['amount'] = 'Anzahlt?',
['amount_invalid'] = 'Ungültiger Wert',
['press_to_exit'] = 'Drücke ~INPUT_CONTEXT~ um die Immobilie zu verlassen',
['rented_for'] = 'Du hast eine Immobilie gemietet ~g~$%s~s~',
['rent_for'] = 'Du hast eine Immobilie gemietet ~g~$%s~s~',
['purchased_for'] = 'Du hast eine Immobilie gekauft ~g~$%s~s~',
['made_property'] = 'Du hast eine Immobilie gemacht',
['not_enough'] = 'du hast nicht genug Geld',
['invalid_quantity'] = 'Ungültiger Betrag',
['paid_rent'] = 'du ~g~bezahlst~s~ deine Miete: ~g~$%s~s~',