akaunting 3.0 (the last dance)
This commit is contained in:
@@ -2,29 +2,26 @@
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => '今年',
|
||||
'previous_year' => '前年',
|
||||
'this_quarter' => '今四半期',
|
||||
'previous_quarter' => '前四半期',
|
||||
'last_12_months' => '過去12か月',
|
||||
'profit_loss' => '利益損失',
|
||||
'gross_profit' => '粗利益',
|
||||
'net_profit' => '純利益',
|
||||
'total_expenses' => '経費合計',
|
||||
'net' => 'ネット',
|
||||
'income_expense' => '収入と費用',
|
||||
|
||||
'summary' => [
|
||||
'income' => '収入サマリー',
|
||||
'expense' => '経費概要',
|
||||
'income_expense' => '収入対経費',
|
||||
'tax' => '税のまとめ',
|
||||
],
|
||||
'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' => 'パイ',
|
||||
'line' => 'ライン',
|
||||
'bar' => 'バー',
|
||||
'pie' => 'パイ',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user