Blame view

resources/lang/nl-NL/reports.php 928 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'             => 'Dit jaar',
      'previous_year'         => 'Vorig jaar',
      'this_quarter'          => 'Dit kwartaal',
      'previous_quarter'      => 'Vorige kwartaal',
      'last_12_months'        => 'Afgelopen 12 maanden',
      'profit_loss'           => 'Winst & verlies',
      'gross_profit'          => 'Bruto winst',
      'net_profit'            => 'Nettowinst',
      'total_expenses'        => 'Totale uitgaven',
      'net'                   => 'NET',
  
      'summary' => [
          'income'            => 'Samenvatting inkomsten',
          'expense'           => 'Kosten overzicht',
          'income_expense'    => 'Inkomen vs uitgaven',
          'tax'               => 'Belasting overzicht',
      ],
  
      'quarter' => [
          '1'                 => 'Jan-Mrt',
          '2'                 => 'Apr-Jun',
          '3'                 => 'Jul-Sep',
          '4'                 => 'Okt-Dec',
      ],
  
  ];