Files
esx_core/locales/fi.lua
T
ElPumpo 96c1ab491f 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
2020-02-03 13:19:55 +01:00

37 lines
1.9 KiB
Lua

Locales['fi'] = {
['have_withdrawn'] = 'sinä nostit ~y~x%s~s~ ~b~%s~s~',
['have_deposited'] = 'sinä talletit ~y~x%s~s~ ~b~%s~s~',
['free_prop'] = 'vapaa kiinteistö',
['property'] = 'asunto',
['enter'] = 'sisään',
['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',
['invite_player'] = 'kutsu pelaaja',
['you_invited'] = 'sinä kutsuit henkilön ~y~%s~s~ kiinteistöösi',
['player_clothes'] = 'asut',
['remove_cloth'] = 'poista asu',
['removed_cloth'] = 'asu poistettiin vaatekaapistasi!',
['remove_object'] = 'poista esine',
['deposit_object'] = 'talleta esine',
['invite'] = 'kutsu',
['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ä',
['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!',
}