From 47349589cb13018ee0cf5ca5cbd08f10c513886b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Nov 2016 00:51:00 +0100 Subject: [PATCH] New translations --- resources/lang/de_DE/list.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index 11a0609e30..d5d22494a0 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -34,11 +34,11 @@ return [ 'destination' => 'Empfänger', 'source' => 'Quelle', 'next_expected_match' => 'Next expected match', - 'automatch' => 'Auto match?', + 'automatch' => 'Automatisch erkennen?', 'repeat_freq' => 'Wiederholungen', 'description' => 'Beschreibung', 'amount' => 'Betrag', - 'internal_reference' => 'Internal reference', + 'internal_reference' => 'Interne Referenz', 'date' => 'Datum', 'interest_date' => 'Zinstermin', 'book_date' => 'Buchungsdatum', @@ -69,20 +69,20 @@ return [ 'has_two_factor' => 'Hat 2FA', 'confirmed_from' => 'Bestätigt von', 'registered_from' => 'Registriert seit', - 'blocked_code' => 'Block code', + 'blocked_code' => 'Blockcode', 'domain' => 'Domain', 'registration_attempts' => 'Registrierungsversuche', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'source_account' => 'Quellkonto', + 'destination_account' => 'Zielkonto', - 'accounts_count' => 'Number of accounts', - 'journals_count' => 'Number of journals', - 'attachments_count' => 'Number of attachments', - 'bills_count' => 'Number of bills', - 'categories_count' => 'Number of categories', - 'export_jobs_count' => 'Number of export jobs', - 'import_jobs_count' => 'Number of import jobs', - 'budget_count' => 'Number of budgets', - 'rule_and_groups_count' => 'Number of rules and rule groups', - 'tags_count' => 'Number of tags', + 'accounts_count' => 'Anzahl Konten', + 'journals_count' => 'Anzahl Transaktionen', + 'attachments_count' => 'Anzahl Anhänge', + 'bills_count' => 'Anzahl Rechnungen', + 'categories_count' => 'Anzahl Kategorien', + 'export_jobs_count' => 'Anzahl exportierter Jobs', + 'import_jobs_count' => 'Anzahl importierter Jobs', + 'budget_count' => 'Anzahl Budgets', + 'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen', + 'tags_count' => 'Anzahl Tags', ]; \ No newline at end of file