Blame view

resources/lang/he-IL/reports.php 1.05 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
  <?php
  
  return [
  
      'this_year'             => 'השנה',
      'previous_year'         => 'בשנה הקודמת',
      'this_quarter'          => 'ברבעון הזה',
      'previous_quarter'      => 'ברבעון הקודם',
      'last_12_months'        => '12 החודשים האחרונים',
      'profit_loss'           => 'רווח & הפסד',
      'gross_profit'          => 'רווח גולמי',
      'net_profit'            => 'הרווח הנקי',
      'total_expenses'        => 'סך כל ההוצאות',
      'net'                   => 'נטו',
  
      'summary' => [
          'income'            => 'סיכום הכנסות',
          'expense'           => 'סיכום הוצאות',
          'income_expense'    => 'הכנסה לעומת הוצאות',
          'tax'               => 'סיכום מס',
      ],
  
      'quarter' => [
          '1'                 => 'ינואר-מרץ',
          '2'                 => 'אפריל-יוני',
          '3'                 => 'יולי-ספטמבר',
          '4'                 => 'אוקטובר-דצמבר',
      ],
  
  ];