added ja-JP
This commit is contained in:
16
resources/lang/ja-JP/reconciliations.php
Normal file
16
resources/lang/ja-JP/reconciliations.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => '調整',
|
||||
'reconciled' => '和解',
|
||||
'closing_balance' => '(期末) 残高',
|
||||
'unreconciled' => '未調整',
|
||||
'list_transactions' => '取引一覧',
|
||||
'start_date' => '開始日',
|
||||
'end_date' => '終了日時',
|
||||
'cleared_amount' => 'クリアの量',
|
||||
'deposit' => '預金',
|
||||
'withdrawal' => '撤退',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user