Blame view

resources/lang/zh-CN/dashboard.php 930 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
  <?php
  
  return [
  
      'total_incomes'             => '总收入',
      'receivables'               => '应收账款',
      'open_invoices'             => '未结订单',
      'overdue_invoices'          => '逾期订单',
      'total_expenses'            => '总费用',
      'payables'                  => '应付账款',
      'open_bills'                => '未结账单',
      'overdue_bills'             => '过期账单',
      'total_profit'              => '总利润',
      'open_profit'               => '初始利润',
      'overdue_profit'            => '逾期利润',
      'cash_flow'                 => '现金流',
      'no_profit_loss'            => '无利润损失',
      'incomes_by_category'       => '收入分类',
      'expenses_by_category'      => '支出分类',
      'account_balance'           => '账户余额',
      'latest_incomes'            => '近期收入',
      'latest_expenses'           => '近期支出',
  
  ];