24 lines
989 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
2020-02-23 23:12:14 +03:00
'total_income' => '総収入',
2019-03-25 15:23:26 +03:00
'receivables' => '売掛金',
'open_invoices' => '未処理請求書',
'overdue_invoices' => '延滞の請求書',
'total_expenses' => '経費合計',
'payables' => '買掛金',
'open_bills' => 'オープン法案',
2020-02-23 23:12:14 +03:00
'overdue_bills' => '延滞手形',
2019-03-25 15:23:26 +03:00
'total_profit' => '利益総額',
'open_profit' => '純利益',
'overdue_profit' => '期限の利益',
2019-11-23 21:56:10 +03:00
'cash_flow' => 'キャッシュフロー',
2019-03-25 15:23:26 +03:00
'no_profit_loss' => '利益損失なし',
2020-02-23 23:12:14 +03:00
'income_by_category' => 'カテゴリ別収入',
2019-03-25 15:23:26 +03:00
'expenses_by_category' => 'カテゴリ別費用',
'account_balance' => '勘定残高',
2020-02-23 23:12:14 +03:00
'latest_income' => '最新の収入',
2019-03-25 15:23:26 +03:00
'latest_expenses' => '最新の費用',
];