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 -9
View File
@@ -4,10 +4,14 @@ Locales['fi'] = {
['free_prop'] = 'vapaa kiinteistö',
['property'] = 'asunto',
['enter'] = 'sisään',
['leave'] = 'myy',
['buy'] = 'osta',
['rent'] = 'vuokraa',
['visit'] = 'vieraile',
['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'] = 'sinä ostit kiinteistön hintaan ~g~$%s~s~',
['rent'] = 'rent property for <span style="color:green;">$%s</span> / week',
['rent_for'] = 'sinä vuokrasit kiinteistön hintaan ~g~$%s~s~',
['press_to_menu'] = 'paina ~INPUT_CONTEXT~ avataksesi talon valikko',
['owned_properties'] = 'omistuksessa olevat asunnot',
['available_properties'] = 'vapaat asunnot',
@@ -19,17 +23,14 @@ Locales['fi'] = {
['remove_object'] = 'poista esine',
['deposit_object'] = 'talleta esine',
['invite'] = 'kutsu',
['dirty_money'] = 'likainen raha: <span style="color: red;">$%s</span>',
['dirty_money'] = 'likainen raha: <span style="color:red;">$%s</span>',
['inventory'] = 'reppu',
['amount'] = 'määrä?',
['amount_invalid'] = 'virheellinen määrä',
['press_to_exit'] = 'paina ~INPUT_CONTEXT~ poistuaksesi kiinteistöstä',
['rented_for'] = 'sinä vuokrasit kiinteistön hintaan ~g~$%s~s~',
['purchased_for'] = 'sinä ostit kiinteistön hintaan ~g~$%s~s~',
['made_property'] = 'sinä teit kiinteistön',
['not_enough'] = 'sinulla ei ole tarpeeksi rahaa',
['invalid_quantity'] = 'virheellinen määrä',
['paid_rent'] = 'sinä ~g~maksoit~s~ vuokraasi: ~g~$%s~s~',
['not_enough_in_property'] = 'täällä ei ole enempää ~r~tätä itemiä~s~ tässä kiinteistössä!',
['player_cannot_hold'] = 'sinulla ~r~ei ole~s~ tarpeeksi ~y~vapaata tilaa~s~ repussasi!',
}
}