added French translation
This commit is contained in:
17
resources/lang/fr-FR/demo.php
Normal file
17
resources/lang/fr-FR/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Espèce',
|
||||
'categories_uncat' => 'Non classé',
|
||||
'categories_deposit' => 'Déposer',
|
||||
'categories_sales' => 'Ventes',
|
||||
'currencies_usd' => 'Dollar US',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Livre sterling',
|
||||
'currencies_try' => 'Livre turque',
|
||||
'taxes_exempt' => 'Exempts de taxe',
|
||||
'taxes_normal' => 'Normal',
|
||||
'taxes_sales' => 'Taxe de vente',
|
||||
|
||||
];
|
Reference in New Issue
Block a user