akaunting/resources/lang/de-DE/reconciliations.php
2020-09-04 00:33:04 +00:00

19 lines
591 B
PHP

<?php
return [
'reconcile' => 'Abstimmen',
'unreconcile' => 'Nicht abgeglichen',
'reconciled' => 'Abgeglichen',
'opening_balance' => 'Eröffnungssaldo',
'closing_balance' => 'Endsaldo',
'unreconciled' => 'Nicht abgeglichen',
'transactions' => 'Transaktionen',
'start_date' => 'Startdatum',
'end_date' => 'Enddatum',
'cleared_amount' => 'Ausgeglichener Betrag',
'deposit' => 'Einzahlung',
'withdrawal' => 'Auszahlung',
];