New strings [skip ci]

This commit is contained in:
James Cole
2017-11-24 17:06:42 +01:00
parent 7a1f698d5e
commit 93c2f13807
34 changed files with 268 additions and 84 deletions

View File

@@ -13,14 +13,14 @@ declare(strict_types=1);
return [
// general stuff:
'language_incomplete' => 'Incomplete translation',
'language_incomplete' => 'Unvollständige Übersetzung',
'close' => 'Schließen',
'actions' => 'Aktionen',
'edit' => 'Bearbeiten',
'delete' => 'Löschen',
'welcomeBack' => 'Was ist gerade los?',
'everything' => 'Alle',
'today' => 'today',
'today' => 'heute',
'customRange' => 'Individueller Bereich',
'apply' => 'Übernehmen',
'select_date' => 'Wähle ein Datum..',
@@ -632,6 +632,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'date_change_instruction' => 'If you change the date range now, any progress will be lost.',
'update_selection' => 'Update selection',
'store_reconcile' => 'Store reconciliation',
'reconciliation_transaction' => 'Reconciliation transaction',
'Reconciliation' => 'Reconciliation',
'reconciliation' => 'Reconciliation',
'reconcile_options' => 'Reconciliation options',
'reconcile_range' => 'Reconciliation range',
'start_reconcile' => 'Start reconciling',
@@ -648,6 +651,22 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'select_more_than_one_budget' => 'Bitte wählen Sie mehr als einen Budget aus',
'select_more_than_one_tag' => 'Bitte wählen Sie mehr als einen Tag aus',
'account_default_currency' => 'Wenn Sie eine andere Währung auswählen, werden neue Transaktionen von diesem Konto standardmäßig diese Währung ausgewählt haben.',
'reconcile_has_more' => 'Your Firefly III ledger has more money in it than your bank claims you should have. There are several options. Please choose what to do. Then, press "Confirm reconciliation".',
'reconcile_has_less' => 'Your Firefly III ledger has less money in it than your bank claims you should have. There are several options. Please choose what to do. Then, press "Confirm reconciliation".',
'reconcile_is_equal' => 'Your Firefly III ledger and your bank statements match. There is nothing to do. Please press "Confirm reconciliation" to confirm your input.',
'create_pos_reconcile_transaction' => 'Clear the selected transactions, and create a correction adding :amount to this asset account.',
'create_neg_reconcile_transaction' => 'Clear the selected transactions, and create a correction removing :amount from this asset account.',
'reconcile_do_nothing' => 'Clear the selected transactions, but do not correct.',
'reconcile_go_back' => 'Sie können dies jederzeit später bearbeiten oder löschen.',
'must_be_asset_account' => 'You can only reconcile asset accounts',
'reconciliation_stored' => 'Reconciliation stored',
'reconcilliation_transaction_title' => 'Reconciliation (:from to :to)',
'reconcile_this_account' => 'Reconcile this account',
'confirm_reconciliation' => 'Confirm reconciliation',
'submitted_start_balance' => 'Submitted start balance',
'selected_transactions' => 'Selected transactions (:count)',
'already_cleared_transactions' => 'Already cleared transactions (:count)',
'submitted_end_balance' => 'Submitted end balance',
// categories:
'new_category' => 'Neue Kategorie',