Blame view

resources/lang/tr-TR/reports.php 884 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'             => 'Bu Yıl',
      'previous_year'         => 'Önceki Yıl',
      'this_quarter'          => 'Bu Çeyrek',
      'previous_quarter'      => 'Önceki Çeyrek',
      'last_12_months'        => 'Son 12 Ay',
      'profit_loss'           => 'Kar ve Zarar',
      'gross_profit'          => 'Brüt Kar',
      'net_profit'            => 'Net Kar',
      'total_expenses'        => 'Toplam Gider',
      'net'                   => 'NET',
  
      'summary' => [
          'income'            => 'Gelir Özeti',
          'expense'           => 'Gider Özeti',
          'income_expense'    => 'Gelir Gider Dengesi',
          'tax'               => 'Vergi Özeti',
      ],
  
      'quarter' => [
          '1'                 => 'Oca-Mar',
          '2'                 => 'Nis-Haz',
          '3'                 => 'Tem-Eyl',
          '4'                 => 'Eki-Ara',
      ],
  
  ];