added French translation
This commit is contained in:
		
							
								
								
									
										36
									
								
								resources/lang/fr-FR/bills.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								resources/lang/fr-FR/bills.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,36 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'bill_number'       => 'Numéro de facture',
 | 
			
		||||
    'bill_date'         => 'Date de facture',
 | 
			
		||||
    'total_price'       => 'Prix total',
 | 
			
		||||
    'due_date'          => 'Date d\'échéance',
 | 
			
		||||
    'order_number'      => 'Numéro de commande',
 | 
			
		||||
    'bill_from'         => 'Facture de',
 | 
			
		||||
 | 
			
		||||
    'quantity'          => 'Quantité',
 | 
			
		||||
    'price'             => 'Prix',
 | 
			
		||||
    'sub_total'         => 'Sous-total',
 | 
			
		||||
    'tax_total'         => 'Taxe totale',
 | 
			
		||||
    'total'             => 'Total',
 | 
			
		||||
 | 
			
		||||
    'item_name'         => 'Nom de marchandise|Noms des marchandises',
 | 
			
		||||
 | 
			
		||||
    'payment_due'       => 'Paiement dû',
 | 
			
		||||
    'amount_due'        => 'Montant dû',
 | 
			
		||||
    'paid'              => 'Payé',
 | 
			
		||||
    'histories'         => 'Historiques',
 | 
			
		||||
    'payments'          => 'Paiements',
 | 
			
		||||
    'add_payment'       => 'Ajouter un paiement',
 | 
			
		||||
    'download_pdf'      => 'Télécharger en PDF',
 | 
			
		||||
    'send_mail'         => 'Envoyer un Email',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'new'           => 'Nouveau',
 | 
			
		||||
        'updated'       => 'Mis à jour',
 | 
			
		||||
        'partial'       => 'Partiel',
 | 
			
		||||
        'paid'          => 'Payé',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user