2018-11-08 12:11:42 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'reconcile' => 'Abstimmen',
|
2020-09-04 00:33:04 +00:00
|
|
|
'unreconcile' => 'Nicht abgeglichen',
|
2018-11-30 17:30:49 +03:00
|
|
|
'reconciled' => 'Abgeglichen',
|
2020-09-04 00:33:04 +00:00
|
|
|
'opening_balance' => 'Eröffnungssaldo',
|
2018-11-08 12:11:42 +03:00
|
|
|
'closing_balance' => 'Endsaldo',
|
2018-11-30 17:30:49 +03:00
|
|
|
'unreconciled' => 'Nicht abgeglichen',
|
2019-11-18 20:35:48 +03:00
|
|
|
'transactions' => 'Transaktionen',
|
2018-11-08 12:11:42 +03:00
|
|
|
'start_date' => 'Startdatum',
|
|
|
|
'end_date' => 'Enddatum',
|
|
|
|
'cleared_amount' => 'Ausgeglichener Betrag',
|
2018-12-11 16:47:45 +03:00
|
|
|
'deposit' => 'Einzahlung',
|
|
|
|
'withdrawal' => 'Auszahlung',
|
2022-08-04 00:24:49 +00:00
|
|
|
'reconciled_amount' => 'Abgeglichen',
|
|
|
|
'in_progress' => 'In Bearbeitung',
|
|
|
|
'save_draft' => 'Als Entwurf speichern',
|
|
|
|
'irreconcilable' => 'Nicht abgleichbar',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
|
|
|
];
|