mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
28 lines
984 B
Lua
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',
|
|
}
|