|
| 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