mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
c418c94619
- Adding the .editorconfig file - Ensure there's a trailing comma - Ensure there's a space before parameter when declaring a function - Ensure there's no empty line before block declaration - Ensure 2 spaces is used to indentate
24 lines
1.3 KiB
Lua
24 lines
1.3 KiB
Lua
Locales['fr'] = {
|
|
['actions'] = 'actions',
|
|
['amount'] = 'montant',
|
|
['balance'] = 'solde',
|
|
['bank'] = 'banque',
|
|
['bill_amount'] = 'montant de la facture',
|
|
['billing'] = 'facturation',
|
|
['customer'] = 'client',
|
|
['customers'] = 'clients',
|
|
['deposit'] = 'virement',
|
|
['deposit_amount'] = 'montant du dépôt',
|
|
['deposit_society_money'] = 'déposer argent société',
|
|
['invalid_amount'] = 'montant invalide',
|
|
['no_player_nearby'] = 'aucun joueur à proximité',
|
|
['press_input_context_to_open_menu'] = 'appuyez sur ~INPUT_CONTEXT~ pour ouvrir le menu',
|
|
['property'] = 'propriété',
|
|
['wash_money'] = 'blanchir argent',
|
|
['withdraw'] = 'retrait',
|
|
['withdraw_amount'] = 'montant du retrait',
|
|
['withdraw_society_money'] = 'retirer argent société',
|
|
['bank_customer'] = 'client Banque',
|
|
['boss_actions'] = 'action Patron',
|
|
}
|