akaunting/resources/lang/fr-FR/invoices.php
2017-09-21 16:12:11 +03:00

38 lines
1.1 KiB
PHP

<?php
return [
'invoice_number' => 'Numéro de facture',
'invoice_date' => 'Date de facturation',
'total_price' => 'Prix total',
'due_date' => 'Date d\'échéance',
'order_number' => 'Numéro de commande',
'bill_to' => '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û',
'paid' => 'Payé',
'histories' => 'Historiques',
'payments' => 'Paiements',
'add_payment' => 'Ajouter un paiement',
'download_pdf' => 'Télécharger en PDF',
'send_mail' => 'Envoyer un Email',
'status' => [
'draft' => 'Brouillon',
'sent' => 'Envoyé',
'viewed' => 'Vu',
'approved' => 'Approuvé',
'partial' => 'Partiel',
'paid' => 'Payé',
],
];