mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13: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:
+10
-9
@@ -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!',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user