translations

This commit is contained in:
denisdulici
2018-11-29 17:34:21 +03:00
parent 36001c7ab6
commit d84a49b8be
5 changed files with 7 additions and 7 deletions

View File

@@ -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>

View File

@@ -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>