32 lines
805 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
2020-02-23 23:12:14 +03:00
'accounts' => [
'cash' => '現金',
],
'categories' => [
'deposit' => '預金',
'sales' => '売上高',
],
'currencies' => [
'usd' => '米ドル',
],
'offline_payments' => [
'cash' => '現金',
'bank' => '銀行振込',
],
'reports' => [
'income' => 'カテゴリー別の月間収入サマリー。',
'expense' => 'カテゴリ別の月間経費の概要。',
'income_expense' => 'カテゴリ別の月収と費用。',
'tax' => '四半期の税の概要。',
'profit_loss' => '四半期ごとのカテゴリごとの損益。',
],
2019-03-25 15:23:26 +03:00
];