Added missing translatable strings

This commit is contained in:
ElPumpo
2018-11-07 21:58:24 +01:00
parent edf40ed57d
commit 4a90d6fac9
7 changed files with 107 additions and 52 deletions
+14 -5
View File
@@ -1,17 +1,26 @@
Locales['fi'] = {
['properties'] = 'kiinteistöt',
['property'] = 'kiinteistö',
['clients'] = 'asiakkaat',
['realtor'] = 'kiinteistövälittäjä',
['amount_withdraw'] = 'nostettava määrä',
['invalid_amount'] = 'virheellinen summa',
['press_to_access'] = 'paina ~INPUT_CONTEXT~ avataksesi menu',
['property_actions'] = '{{Aseta [Myy]|sell}} {{Aseta [Vuokraa]|rent}} {{GPS|gps}}',
['amount'] = 'määrä',
['no_play_near'] = 'ei pelaajia lähettyvillä',
['contract'] = '{{Pura sopimus|revoke}} {{GPS|gps}}',
['rent'] = 'vuokraa',
['sell'] = 'myy',
['realtors'] = 'Kiinteistövälitys',
['boss_action'] = 'pomo Toiminnot',
-- 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',
}