Skip to content

Commit 21943e4

Browse files
authored
Merge pull request #189 from luca-alsina/master
Added french translation
2 parents a6891b5 + 2920e46 commit 21943e4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

resources/lang/fr/invoice.php

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
3+
return [
4+
/*
5+
|--------------------------------------------------------------------------
6+
| Invoice Language Lines
7+
|--------------------------------------------------------------------------
8+
*/
9+
10+
'invoice' => 'Facture',
11+
'serial' => 'Numéro de série',
12+
'date' => 'Date de facturation',
13+
'seller' => 'Vendeur',
14+
'buyer' => 'Acheteur',
15+
'address' => 'Adresse',
16+
'code' => 'Code',
17+
'vat' => 'Code TVA',
18+
'phone' => 'Téléphone',
19+
'description' => 'Description',
20+
'units' => 'Unités',
21+
'quantity' => 'Qté',
22+
'price' => 'Prix',
23+
'discount' => 'Remise',
24+
'tax' => 'Taxe',
25+
'sub_total' => 'Sous-total',
26+
'total_discount' => 'Remise totale',
27+
'taxable_amount' => 'Montant taxable',
28+
'total_taxes' => 'Montant total de la TVA',
29+
'tax_rate' => 'Taux de TVA',
30+
'total_amount' => 'Montant total',
31+
'pay_until' => 'Veuillez payer avant le',
32+
'amount_in_words' => 'Montant en lettres',
33+
'amount_in_words_format' => '%s %s et %s %s',
34+
'notes' => 'Notes',
35+
'shipping' => 'Livraison',
36+
'paid' => 'Payé',
37+
'due' => '',
38+
];

0 commit comments

Comments
 (0)