Blame view

resources/lang/ar-SA/reports.php 1.11 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'                 => 'أكتوبر-ديسمبر',
      ],
  
  ];