New translations list.php (German)

This commit is contained in:
James Cole
2017-08-30 07:20:34 +02:00
parent a8f10bbb09
commit cb3504642c

View File

@@ -12,72 +12,71 @@ declare(strict_types=1);
*/ */
return [ return [
'buttons' => 'Schaltfläche', 'buttons' => 'Schaltfläche',
'icon' => 'Icon', 'icon' => 'Icon',
'id' => 'Id', 'id' => 'Id',
'create_date' => 'Erstellt am', 'create_date' => 'Erstellt am',
'update_date' => 'Aktualisiert am', 'update_date' => 'Aktualisiert am',
'balance_before' => 'Bilanz vor', 'balance_before' => 'Bilanz vor',
'balance_after' => 'Bilanz nach', 'balance_after' => 'Bilanz nach',
'name' => 'Name', 'name' => 'Name',
'role' => 'Rolle', 'role' => 'Rolle',
'currentBalance' => 'Aktueller Kontostand', 'currentBalance' => 'Aktueller Kontostand',
'active' => 'Aktiv?', 'active' => 'Aktiv?',
'lastActivity' => 'Letzte Aktivität', 'lastActivity' => 'Letzte Aktivität',
'balanceDiff' => 'Differenz des Kontostandes zwischen :start und :end', 'balanceDiff' => 'Differenz des Kontostandes zwischen :start und :end',
'matchedOn' => 'Übereinstimmung am', 'matchedOn' => 'Übereinstimmung am',
'matchesOn' => 'Übereinstimmung am', 'matchesOn' => 'Übereinstimmung am',
'account_type' => 'Art des Kontos', 'account_type' => 'Art des Kontos',
'created_at' => 'Erstellt am', 'created_at' => 'Erstellt am',
'new_balance' => 'Neue Bilanz', 'new_balance' => 'Neue Bilanz',
'account' => 'Konto', 'account' => 'Konto',
'matchingAmount' => 'Betrag', 'matchingAmount' => 'Betrag',
'lastMatch' => 'Letzte Übereinstimmung', 'lastMatch' => 'Letzte Übereinstimmung',
'split_number' => 'Geteilt #', 'split_number' => 'Geteilt #',
'destination' => 'Empfänger', 'destination' => 'Empfänger',
'source' => 'Quelle', 'source' => 'Quelle',
'next_expected_match' => 'Nächste erwartete Übereinstimmung', 'next_expected_match' => 'Nächste erwartete Übereinstimmung',
'automatch' => 'Automatisch erkennen?', 'automatch' => 'Automatisch erkennen?',
'repeat_freq' => 'Wiederholungen', 'repeat_freq' => 'Wiederholungen',
'description' => 'Beschreibung', 'description' => 'Beschreibung',
'amount' => 'Betrag', 'amount' => 'Betrag',
'internal_reference' => 'Interne Referenz', 'internal_reference' => 'Interne Referenz',
'date' => 'Datum', 'date' => 'Datum',
'interest_date' => 'Zinstermin', 'interest_date' => 'Zinstermin',
'book_date' => 'Buchungsdatum', 'book_date' => 'Buchungsdatum',
'process_date' => 'Bearbeitungsdatum', 'process_date' => 'Bearbeitungsdatum',
'due_date' => 'Fälligkeitstermin', 'due_date' => 'Fälligkeitstermin',
'payment_date' => 'Zahlungsdatum', 'payment_date' => 'Zahlungsdatum',
'invoice_date' => 'Rechnungsdatum', 'invoice_date' => 'Rechnungsdatum',
'interal_reference' => 'Interner Verweis', 'interal_reference' => 'Interner Verweis',
'notes' => 'Notizen', 'notes' => 'Notizen',
'from' => 'Von', 'from' => 'Von',
'piggy_bank' => 'Sparschwein', 'piggy_bank' => 'Sparschwein',
'to' => 'An', 'to' => 'An',
'budget' => 'Budget', 'budget' => 'Budget',
'category' => 'Kategorie', 'category' => 'Kategorie',
'bill' => 'Rechnung', 'bill' => 'Rechnung',
'withdrawal' => 'Ausgabe', 'withdrawal' => 'Ausgabe',
'deposit' => 'Einlage', 'deposit' => 'Einlage',
'transfer' => 'Überweisung', 'transfer' => 'Überweisung',
'type' => 'Typ', 'type' => 'Typ',
'completed' => 'Abgeschlossen', 'completed' => 'Abgeschlossen',
'iban' => 'IBAN', 'iban' => 'IBAN',
'paid_current_period' => 'Diese Periode bezahlt', 'paid_current_period' => 'Diese Periode bezahlt',
'email' => 'E-Mail', 'email' => 'E-Mail',
'registered_at' => 'Registriert am', 'registered_at' => 'Registriert am',
'is_activated' => 'Ist aktiviert', 'is_activated' => 'Ist aktiviert',
'is_blocked' => 'Ist blockiert', 'is_blocked' => 'Ist blockiert',
'is_admin' => 'Ist Admin', 'is_admin' => 'Ist Admin',
'has_two_factor' => 'Hat 2FA', 'has_two_factor' => 'Hat 2FA',
'confirmed_from' => 'Bestätigt von', 'confirmed_from' => 'Bestätigt von',
'registered_from' => 'Registriert seit', 'registered_from' => 'Registriert seit',
'blocked_code' => 'Blockcode', 'blocked_code' => 'Blockcode',
'domain' => 'Domain', 'domain' => 'Domain',
'registration_attempts' => 'Registrierungsversuche', 'registration_attempts' => 'Registrierungsversuche',
'source_account' => 'Quellkonto', 'source_account' => 'Quellkonto',
'destination_account' => 'Zielkonto', 'destination_account' => 'Zielkonto',
'accounts_count' => 'Anzahl Konten', 'accounts_count' => 'Anzahl Konten',
'journals_count' => 'Anzahl der Zahlungsvorgänge', 'journals_count' => 'Anzahl der Zahlungsvorgänge',
'attachments_count' => 'Anzahl Anhänge', 'attachments_count' => 'Anzahl Anhänge',