Blame view

resources/lang/zh-CN/reports.php 890 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'             => '今年',
      'previous_year'         => '去年',
      'this_quarter'          => '本季',
      'previous_quarter'      => '前一季',
      'last_12_months'        => '过去 12 个月',
      'profit_loss'           => '损益',
      'gross_profit'          => '毛利',
      'net_profit'            => '初始利润',
      'total_expenses'        => '总费用',
      'net'                   => '初始',
  
      'summary' => [
          'income'            => '收入概要',
          'expense'           => '支出概要',
          'income_expense'    => '收入 vs 支出',
          'tax'               => '税务概要',
      ],
  
      'quarter' => [
          '1'                 => '一至三月',
          '2'                 => '四至六月',
          '3'                 => '七至九月',
          '4'                 => '十至十二月',
      ],
  
  ];