mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Added missing translatable strings
This commit is contained in:
+14
-5
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user