translations
This commit is contained in:
parent
36001c7ab6
commit
d84a49b8be
@ -40,8 +40,6 @@ return [
|
||||
'others' => 'Other|Others',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'banking' => 'Banking',
|
||||
|
@ -11,7 +11,7 @@ return [
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
|
||||
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
||||
|
@ -10,5 +10,7 @@ return [
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'cleared_amount' => 'Cleared Amount',
|
||||
'deposit' => 'Deposit',
|
||||
'withdrawal' => 'Withdrawal',
|
||||
|
||||
];
|
||||
|
@ -51,8 +51,8 @@
|
||||
<th class="col-md-2">{{ trans('general.date') }}</th>
|
||||
<th class="col-md-3">{{ trans('general.description') }}</th>
|
||||
<th class="col-md-2">{{ trans_choice('general.contacts', 1) }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans_choice('general.deposits', 1) }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans_choice('general.withdrawals', 1) }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans('reconciliations.deposit') }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans('reconciliations.withdrawal') }}</th>
|
||||
<th class="col-md-1 text-right">{{ trans('general.clear') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -30,8 +30,8 @@
|
||||
<th class="col-md-2">{{ trans('general.date') }}</th>
|
||||
<th class="col-md-3">{{ trans('general.description') }}</th>
|
||||
<th class="col-md-2">{{ trans_choice('general.contacts', 1) }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans_choice('general.deposits', 1) }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans_choice('general.withdrawals', 1) }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans('reconciliations.deposit') }}</th>
|
||||
<th class="col-md-2 text-right">{{ trans('reconciliations.withdrawal') }}</th>
|
||||
<th class="col-md-1 text-right">{{ trans('general.clear') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user