Update copyright notices, update German language.

This commit is contained in:
James Cole
2016-09-17 07:57:32 +02:00
parent 04461a4ab8
commit 6e33e26ddf
32 changed files with 844 additions and 652 deletions

View File

@@ -12,60 +12,60 @@ return [
'icon' => 'Icon',
'create_date' => 'Erstellt am',
'update_date' => 'Aktualisiert am',
'balance_before' => 'Balance before',
'balance_after' => 'Balance after',
'balance_before' => 'Bilanz vor',
'balance_after' => 'Bilanz nach',
'name' => 'Name',
'role' => 'Role',
'role' => 'Rolle',
'currentBalance' => 'Aktueller Kontostand',
'active' => 'Is active?',
'active' => 'Aktiv?',
'lastActivity' => 'Letzte Aktivität',
'balanceDiff' => 'Differenz des Kontostandes zwischen :start und :end',
'matchedOn' => 'Matched on',
'matchesOn' => 'Matched on',
'account_type' => 'Account type',
'new_balance' => 'New balance',
'account' => 'Account',
'matchingAmount' => 'Amount',
'account_type' => 'Art des Kontos',
'new_balance' => 'Neue Bilanz',
'account' => 'Konto',
'matchingAmount' => 'Betrag',
'lastMatch' => 'Last match',
'split_number' => 'Split #',
'destination' => 'Destination',
'source' => 'Source',
'destination' => 'Empfänger',
'source' => 'Quelle',
'expectedMatch' => 'Expected match',
'automatch' => 'Auto match?',
'repeat_freq' => 'Repeats',
'description' => 'Description',
'amount' => 'Amount',
'repeat_freq' => 'Wiederholungen',
'description' => 'Beschreibung',
'amount' => 'Betrag',
'date' => 'Datum',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
'due_date' => 'Due date',
'payment_date' => 'Payment date',
'invoice_date' => 'Invoice date',
'interal_reference' => 'Internal reference',
'notes' => 'Notes',
'from' => 'From',
'interest_date' => 'Zinstermin',
'book_date' => 'Buchungsdatum',
'process_date' => 'Bearbeitungsdatum',
'due_date' => 'Fälligkeitstermin',
'payment_date' => 'Zahlungsdatum',
'invoice_date' => 'Rechnungsdatum',
'interal_reference' => 'Interner Verweis',
'notes' => 'Notizen',
'from' => 'Von',
'piggy_bank' => 'Sparschwein',
'to' => 'To',
'to' => 'An',
'budget' => 'Budget',
'category' => 'Kategorie',
'bill' => 'Rechnung',
'withdrawal' => 'Withdrawal',
'withdrawal' => 'Ausgabe',
'deposit' => 'Einlage',
'transfer' => 'Transfer',
'type' => 'Type',
'completed' => 'Completed',
'transfer' => 'Überweisung',
'type' => 'Typ',
'completed' => 'Abgeschlossen',
'iban' => 'IBAN',
'paid_current_period' => 'Paid this period',
'paid_current_period' => 'Diese Periode bezahlt',
'email' => 'E-Mail',
'registered_at' => 'Registered at',
'is_activated' => 'Is activated',
'is_blocked' => 'Is blocked',
'is_admin' => 'Is admin',
'has_two_factor' => 'Has 2FA',
'confirmed_from' => 'Confirmed from',
'registered_from' => 'Registered from',
'registered_at' => 'Registriert am',
'is_activated' => 'Ist aktiviert',
'is_blocked' => 'Ist blockiert',
'is_admin' => 'Ist Admin',
'has_two_factor' => 'Hat 2FA',
'confirmed_from' => 'Bestätigt von',
'registered_from' => 'Registriert seit',
'blocked_code' => 'Block code',
'domain' => 'Domain',
'registration_attempts' => 'Registration attempts',
'registration_attempts' => 'Registrierungsversuche',
];