firefly-iii/resources/lang/de_DE/list.php

72 lines
2.9 KiB
PHP

<?php
/**
* list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
'buttons' => 'Buttons',
'icon' => 'Icon',
'create_date' => 'Erstellt am',
'update_date' => 'Aktualisiert am',
'balance_before' => 'Bilanz vor',
'balance_after' => 'Bilanz nach',
'name' => 'Name',
'role' => 'Rolle',
'currentBalance' => 'Aktueller Kontostand',
'active' => 'Aktiv?',
'lastActivity' => 'Letzte Aktivität',
'balanceDiff' => 'Differenz des Kontostandes zwischen :start und :end',
'matchedOn' => 'Matched on',
'matchesOn' => 'Matched on',
'account_type' => 'Art des Kontos',
'new_balance' => 'Neue Bilanz',
'account' => 'Konto',
'matchingAmount' => 'Betrag',
'lastMatch' => 'Last match',
'split_number' => 'Split #',
'destination' => 'Empfänger',
'source' => 'Quelle',
'expectedMatch' => 'Expected match',
'automatch' => 'Auto match?',
'repeat_freq' => 'Wiederholungen',
'description' => 'Beschreibung',
'amount' => 'Betrag',
'date' => 'Datum',
'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' => 'An',
'budget' => 'Budget',
'category' => 'Kategorie',
'bill' => 'Rechnung',
'withdrawal' => 'Ausgabe',
'deposit' => 'Einlage',
'transfer' => 'Überweisung',
'type' => 'Typ',
'completed' => 'Abgeschlossen',
'iban' => 'IBAN',
'paid_current_period' => 'Diese Periode bezahlt',
'email' => 'E-Mail',
'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' => 'Registrierungsversuche',
];