mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
New strings [skip ci]
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user