Files
esx_core/locales/fi.lua
T

38 lines
2.0 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'] = 'you paid your rent at ~g~$%s~s~ for ~y~%s~s~',
['paid_rent_evicted'] = 'you have been ~o~evicted~s~ from ~y~%s~s~ for not affording rent at ~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!',
}