28 lines
946 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
2022-06-01 10:15:55 +03:00
'this_year' => '今年',
'previous_year' => '前年',
'this_quarter' => '今四半期',
'previous_quarter' => '前四半期',
'last_12_months' => '過去12か月',
'profit_loss' => '利益損失',
'gross_profit' => '粗利益',
'net_profit' => '純利益',
'total_expenses' => '経費合計',
'net' => 'ネット',
'income_expense' => '収入と費用',
'income_summary' => '収入サマリー',
'expense_summary' => '経費概要',
'income_expense_summary' => '収入対経費',
'tax_summary' => '税のまとめ',
2019-03-25 15:23:26 +03:00
2019-11-23 21:56:10 +03:00
'charts' => [
2022-06-01 10:15:55 +03:00
'line' => 'ライン',
'bar' => 'バー',
'pie' => 'パイ',
2019-03-25 15:23:26 +03:00
],
];