Skip to content

Commit 706522d

Browse files
authored
Merge pull request #175 from flavius-constantin/patch-1
Create ro/invoice.php
2 parents 6dabfd9 + ebf473d commit 706522d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

resources/lang/ro/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+
| Romanian Invoice Language Lines
7+
|--------------------------------------------------------------------------
8+
*/
9+
10+
'invoice' => 'Factură',
11+
'serial' => 'Nr. facturii',
12+
'date' => 'Data facturii',
13+
'seller' => 'Vânzator',
14+
'buyer' => 'Cumpărător',
15+
'address' => 'Adresa',
16+
'code' => 'Nr. client',
17+
'vat' => 'Nr. impozabil',
18+
'phone' => 'Telefon',
19+
'description' => 'Descriere',
20+
'units' => 'Unitate',
21+
'quantity' => 'Cantitate',
22+
'price' => 'Preţ',
23+
'discount' => 'Reducere',
24+
'tax' => 'Impozit',
25+
'sub_total' => 'Total',
26+
'total_discount' => 'Reducerea totală',
27+
'taxable_amount' => 'Suma impozabilă',
28+
'total_taxes' => 'Impozit total',
29+
'tax_rate' => 'Cota de impozare',
30+
'total_amount' => 'Suma totală a facturii',
31+
'pay_until' => 'Vă rugăm să plătiţi până în data de',
32+
'amount_in_words' => 'Suma în cuvinte',
33+
'amount_in_words_format' => '%s %s şi %s %s',
34+
'notes' => 'Notiţe',
35+
'shipping' => 'Livrare',
36+
'paid' => 'Plătit',
37+
'due' => 'Data scadentă',
38+
];

0 commit comments

Comments
 (0)