Updated all language strings.

This commit is contained in:
James Cole
2018-03-04 08:54:01 +01:00
parent 8eb3d43123
commit 8b52006959
62 changed files with 1089 additions and 552 deletions

View File

@@ -21,22 +21,22 @@
declare(strict_types=1);
return [
'buttons' => 'Schaltfläche',
'buttons' => 'Schaltflächen',
'icon' => 'Icon',
'id' => 'Id',
'create_date' => 'Erstellt am',
'update_date' => 'Aktualisiert am',
'updated_at' => 'Aktualisiert am',
'balance_before' => 'Bilanz vor',
'balance_after' => 'Bilanz nach',
'balance_before' => 'Kontostand vorher',
'balance_after' => 'Kontostand nachher',
'name' => 'Name',
'role' => 'Rolle',
'currentBalance' => 'Aktueller Kontostand',
'active' => 'Aktiv?',
'lastActivity' => 'Letzte Aktivität',
'balanceDiff' => 'Balance difference',
'matchesOn' => 'Übereinstimmung am',
'account_type' => 'Art des Kontos',
'matchesOn' => 'Zusammengeführt am',
'account_type' => 'Kontotyp',
'created_at' => 'Erstellt am',
'account' => 'Konto',
'matchingAmount' => 'Betrag',
@@ -99,7 +99,7 @@ return [
'sum_withdrawals' => 'Summe der Ausgaben',
'sum_deposits' => 'Summe der Einzahlungen',
'sum_transfers' => 'Summe der Umbuchungen',
'reconcile' => 'Reconcile',
'reconcile' => 'Abgleichen',
'account_on_spectre' => 'Konto (Spectre)',
'do_import' => 'Import from this account',
'do_import' => 'Von diesem Konto importieren',
];