mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
28 lines
957 B
Lua
28 lines
957 B
Lua
Locales['en'] = {
|
|
['properties'] = 'properties',
|
|
['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',
|
|
['amount'] = 'amount',
|
|
['no_play_near'] = 'no players nearby',
|
|
['realtors'] = 'real Estate Agents',
|
|
['boss_action'] = 'boss Actions',
|
|
['client_poor'] = 'your client cannot afford that',
|
|
|
|
-- 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',
|
|
}
|