mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
@@ -3,12 +3,18 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
description 'ESX RealestateAgentJob'
|
||||
|
||||
server_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
+27
-27
File diff suppressed because one or more lines are too long
@@ -1,6 +1,7 @@
|
||||
Config = {}
|
||||
Config.DrawDistance = 100.0
|
||||
Config.MarkerColor = {r = 120, g = 120, b = 240}
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Config.Zones = {
|
||||
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
Locales['en'] = {
|
||||
|
||||
['properties'] = 'properties',
|
||||
['property'] = 'property',
|
||||
['clients'] = 'clients',
|
||||
['remove_comp_money'] = 'remove company money',
|
||||
['dep_money'] = 'deposit money',
|
||||
['wash_money'] = 'wash money',
|
||||
['realtor'] = 'real Estate Agent',
|
||||
['amount_withdraw'] = 'amount of withdrawal',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['amount_deposit'] = 'deposit amount',
|
||||
['amount_wash'] = 'amount to bleach',
|
||||
['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',
|
||||
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
Locales['fr'] = {
|
||||
|
||||
['properties'] = 'propriétés',
|
||||
['property'] = 'propriété',
|
||||
['clients'] = 'clients',
|
||||
['remove_comp_money'] = 'retirer argent société',
|
||||
['dep_money'] = 'déposer argent',
|
||||
['wash_money'] = 'blanchir argent',
|
||||
['realtor'] = 'agent Immobilier',
|
||||
['amount_withdraw'] = 'montant du retrait',
|
||||
['invalid_amount'] = 'montant invalide',
|
||||
['amount_deposit'] = 'montant du dépôt',
|
||||
['amount_wash'] = 'montant à blanchir',
|
||||
['press_to_access'] = 'appuez sur ~INPUT_CONTEXT~ pour accéder au menu',
|
||||
['property_actions'] = '{{Assigner [Vente]|sell}} {{Assigner [Location]|rent}} {{GPS|gps}}',
|
||||
['amount'] = 'montant',
|
||||
['no_play_near'] = 'aucun joueur à proximité',
|
||||
['contract'] = '{{Révoquer contrat|revoke}} {{GPS|gps}}',
|
||||
['rent'] = 'location',
|
||||
['sell'] = 'vente',
|
||||
['realtors'] = 'agents Immobilier',
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user