Files
esx_core/locales/fi.lua
T
2018-12-13 19:17:35 +01:00

28 lines
984 B
Lua

Locales['fi'] = {
['properties'] = 'kiinteistöt',
['clients'] = 'asiakkaat',
['realtor'] = 'kiinteistövälittäjä',
['amount_withdraw'] = 'nostettava määrä',
['invalid_amount'] = 'virheellinen summa',
['press_to_access'] = 'paina ~INPUT_CONTEXT~ avataksesi menu',
['amount'] = 'määrä',
['no_play_near'] = 'ei pelaajia lähettyvillä',
['realtors'] = 'Kiinteistövälitys',
['boss_action'] = 'pomo Toiminnot',
['client_poor'] = 'your client cannot afford that',
-- Property menu
['property_name'] = 'kiinteistö',
['property_actions'] = 'actions',
['property_actionbuttons'] = '{{Aseta [Myy]|sell}} {{Aseta [Vuokraa]|rent}} {{GPS|gps}}',
-- Customer menu
['customer_client'] = 'client',
['customer_property'] = 'kiinteistö',
['customer_agreement'] = 'agreement',
['customer_actions'] = 'actions',
['customer_contractbuttons'] = '{{Pura sopimus|revoke}} {{GPS|gps}}',
['customer_rent'] = 'vuokraa',
['customer_sell'] = 'myy',
}