mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Updated all language strings.
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user