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['fr'] = {
|
||||
['properties'] = 'propriétés',
|
||||
['property'] = 'propriété',
|
||||
['clients'] = 'clients',
|
||||
['realtor'] = 'agent Immobilier',
|
||||
['amount_withdraw'] = 'montant du retrait',
|
||||
['invalid_amount'] = 'montant invalide',
|
||||
['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',
|
||||
['boss_action'] = 'action Patron',
|
||||
|
||||
-- Property menu
|
||||
['property_name'] = 'propriété',
|
||||
['property_actions'] = 'actions',
|
||||
['property_actionbuttons'] = '{{Assigner [Vente]|sell}} {{Assigner [Location]|rent}} {{GPS|gps}}',
|
||||
|
||||
-- Customer menu
|
||||
['customer_client'] = 'client',
|
||||
['customer_property'] = 'propriété',
|
||||
['customer_agreement'] = 'agreement',
|
||||
['customer_actions'] = 'actions',
|
||||
['customer_contractbuttons'] = '{{Révoquer contrat|revoke}} {{GPS|gps}}',
|
||||
['customer_rent'] = 'location',
|
||||
['customer_sell'] = 'vente',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user