18 lines
458 B
PHP
Raw Normal View History

2017-11-30 12:33:06 +03:00
<?php
return [
2018-03-06 17:05:58 +03:00
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
2017-11-30 12:33:06 +03:00
'summary' => [
'income' => 'Tổng hợp thu nhập',
'expense' => 'Tổng hợp chi phí',
'income_expense' => 'Thu nhập vs Chi phí',
],
];