2022-06-01 10:15:55 +03:00

28 lines
946 B
PHP

<?php
return [
'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' => '税のまとめ',
'charts' => [
'line' => 'ライン',
'bar' => 'バー',
'pie' => 'パイ',
],
];