Blame view

resources/lang/it-IT/reports.php 927 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'             => 'Anno Corrente',
      'previous_year'         => 'Anno Precedente',
      'this_quarter'          => 'Trimestre Corrente',
      'previous_quarter'      => 'Trimestre precedente',
      'last_12_months'        => 'Ultimi 12 mesi',
      'profit_loss'           => 'Profit & Loss',
      'gross_profit'          => 'Gross Profit',
      'net_profit'            => 'Net Profit',
      'total_expenses'        => 'Total Expenses',
      'net'                   => 'NET',
  
      'summary' => [
          'income'            => 'Riepilogo di reddito',
          'expense'           => 'Riepilogo spese',
          'income_expense'    => 'Reddito vs Spese',
          'tax'               => 'Tax Summary',
      ],
  
      'quarter' => [
          '1'                 => 'Jan-Mar',
          '2'                 => 'Apr-Jun',
          '3'                 => 'Jul-Sep',
          '4'                 => 'Oct-Dec',
      ],
  
  ];