japanese translation

This commit is contained in:
denisdulici
2019-11-23 21:56:10 +03:00
parent d6f7d15557
commit 038c93a8f1
21 changed files with 304 additions and 145 deletions

View File

@ -12,6 +12,7 @@ return [
'net_profit' => '純利益',
'total_expenses' => '経費合計',
'net' => 'ネット',
'income-expense' => '収入と費用',
'summary' => [
'income' => '収入サマリー',
@ -20,11 +21,10 @@ return [
'tax' => '税のまとめ',
],
'quarter' => [
'1' => '1〜3月',
'2' => '4〜6月',
'3' => '7〜9月',
'4' => '10〜12月',
'charts' => [
'line' => 'ライン',
'bar' => 'バー',
'pie' => 'パイ',
],
];