Blame view

resources/lang/ro-RO/bills.php 1.37 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  <?php
  
  return [
  
      'bill_number'       => 'Numarul facturii',
      'bill_date'         => 'Data facturii',
      'total_price'       => 'Preț total',
      'due_date'          => 'Scadenta',
      'order_number'      => 'Număr de comandă',
      'bill_from'         => 'Factura de la',
  
      'quantity'          => 'Cantitate',
      'price'             => 'Preț',
      'sub_total'         => 'Subtotal',
      'discount'          => 'Reducere',
      'tax_total'         => 'Total taxe',
      'total'             => 'Total',
  
      'item_name'         => 'Articol|Articole
  Nume articol|Nume articole',
  
      'show_discount'     => ':discount% Reducere',
      'add_discount'      => 'Adauga Reducere',
      'discount_desc'     => 'din subtotal',
  
      'payment_due'       => 'De plată',
      'amount_due'        => 'Suma de plata',
      'paid'              => 'Plătit',
      'histories'         => 'Istoric',
      'payments'          => 'Plăți',
      'add_payment'       => 'Adauga plata',
      'mark_received'     => 'Marcheaza ca Primit/a',
      'download_pdf'      => 'Descarca PDF',
      'send_mail'         => 'Trimite Email',
  
      'status' => [
          'draft'         => 'Ciornă',
          'received'      => 'Primit
  Primite',
          'partial'       => 'Parţial
  Parţială',
          'paid'          => 'Plătit',
      ],
  
      'messages' => [
          'received'      => 'Factura marcata ca si Primita!',
      ],
  
  ];