updated translations
This commit is contained in:
23
resources/lang/ja-JP/widgets.php
Normal file
23
resources/lang/ja-JP/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => '総収入',
|
||||
'receivables' => '売掛金',
|
||||
'open_invoices' => '未処理請求書',
|
||||
'overdue_invoices' => '延滞の請求書',
|
||||
'total_expenses' => '経費合計',
|
||||
'payables' => '買掛金',
|
||||
'open_bills' => 'オープン法案',
|
||||
'overdue_bills' => '延滞手形',
|
||||
'total_profit' => '利益総額',
|
||||
'open_profit' => '純利益',
|
||||
'overdue_profit' => '期限の利益',
|
||||
'cash_flow' => 'キャッシュフロー',
|
||||
'no_profit_loss' => '利益損失なし',
|
||||
'income_by_category' => 'カテゴリ別収入',
|
||||
'expenses_by_category' => 'カテゴリ別費用',
|
||||
'account_balance' => '勘定残高',
|
||||
'latest_income' => '最新の収入',
|
||||
'latest_expenses' => '最新の費用',
|
||||
];
|
Reference in New Issue
Block a user