Blame view

resources/lang/zh-TW/dashboard.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
  <?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'           => '近期支出',
  
  ];