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

@ -2,7 +2,7 @@
return [
'total_incomes' => '総収入',
'total_incomes' => '総売上高',
'receivables' => '売掛金',
'open_invoices' => '未処理請求書',
'overdue_invoices' => '延滞の請求書',
@ -13,12 +13,11 @@ return [
'total_profit' => '利益総額',
'open_profit' => '純利益',
'overdue_profit' => '期限の利益',
'cash_flow' => '現金流量',
'cash_flow' => 'キャッシュフロー',
'no_profit_loss' => '利益損失なし',
'incomes_by_category' => 'カテゴリ別収入',
'expenses_by_category' => 'カテゴリ別費用',
'account_balance' => '勘定残高',
'latest_incomes' => '最新の収入',
'latest_expenses' => '最新の費用',
];