Blame view

resources/lang/sq-AL/reports.php 971 Bytes
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
  <?php
  
  return [
  
      'this_year'             => 'Këtë Vit',
      'previous_year'         => 'Viti i Kaluar',
      'this_quarter'          => 'Këtë Tremujor',
      'previous_quarter'      => 'Tremujor i Kaluar',
      'last_12_months'        => '12 Muajt e Fundit',
      'profit_loss'           => 'Fitimi & Humbje',
      'gross_profit'          => 'Fitimi Bruto',
      'net_profit'            => 'Fitimi Neto',
      'total_expenses'        => 'Shpenzimet Totale',
      'net'                   => 'NETO',
  
      'summary' => [
          'income'            => 'Përmbledhje e të Ardhurave',
          'expense'           => 'Përmbledhje e Shpenzimeve',
          'income_expense'    => 'Të Ardhurat vs Shpenzimet',
          'tax'               => 'Përmbledhje e Taksave',
      ],
  
      'quarter' => [
          '1'                 => 'Jan-Mar',
          '2'                 => 'Prill-Qer',
          '3'                 => 'Korr-Shta',
          '4'                 => 'Tet-Dhje',
      ],
  
  ];