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['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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user