akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@@ -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' => 'パイ',
],
];