akaunting/resources/lang/de-DE/reconciliations.php
2022-08-04 00:24:49 +00:00

23 lines
794 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',
'reconciled_amount' => 'Abgeglichen',
'in_progress' => 'In Bearbeitung',
'save_draft' => 'Als Entwurf speichern',
'irreconcilable' => 'Nicht abgleichbar',
];