18 lines
411 B
PHP
Raw Normal View History

2017-10-02 10:26:10 +03:00
<?php
return [
2018-01-13 15:30:54 +03:00
'this_year' => '今年',
'previous_year' => '去年',
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '過去 12 個月',
2017-10-02 10:26:10 +03:00
'summary' => [
'income' => '收入概要',
'expense' => '支出概要',
'income_expense' => '收入 vs 支出',
],
];