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['en'] = {
['properties'] = 'properties',
['property'] = 'property',
['clients'] = 'clients',
['realtor'] = 'real Estate Agent',
['amount_withdraw'] = 'amount of withdrawal',
['invalid_amount'] = 'invalid amount',
['press_to_access'] = 'press ~INPUT_CONTEXT~ to access the menu',
['property_actions'] = '{{Assign [Sell]|sell}} {{Assign [Rent]|rent}} {{GPS|gps}}',
['amount'] = 'amount',
['no_play_near'] = 'no players nearby',
['contract'] = '{{Revoke contract|revoke}} {{GPS|gps}}',
['rent'] = 'rent',
['sell'] = 'sell',
['realtors'] = 'real Estate Agents',
['boss_action'] = 'boss Actions',
-- Property menu
['property_name'] = 'property',
['property_actions'] = 'actions',
['property_actionbuttons'] = '{{Assign [Sell]|sell}} {{Assign [Rent]|rent}} {{GPS|gps}}',
-- Customer menu
['customer_client'] = 'client',
['customer_property'] = 'property',
['customer_agreement'] = 'agreement',
['customer_actions'] = 'actions',
['customer_contractbuttons'] = '{{Revoke contract|revoke}} {{GPS|gps}}',
['customer_rent'] = 'rented',
['customer_sell'] = 'sold',
}