mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Some updated translations.
This commit is contained in:
@@ -944,7 +944,7 @@ return [
|
||||
'deleted_withdrawal' => 'Ausgabe ":description" erfolgreich gelöscht',
|
||||
'deleted_deposit' => 'Einnahme ":description" erfolgreich gelöscht',
|
||||
'deleted_transfer' => 'Umbuchung ":description" erfolgreich gelöscht',
|
||||
'deleted_reconciliation' =>'Abstimmungsbuchung „:description” erfoölgreich erstellt',
|
||||
'deleted_reconciliation' => 'Ausgleichsbuchung „:description” erfolgreich gelöscht',
|
||||
'stored_journal' => 'Neue Überweisung ":description" erfolgreich erstellt',
|
||||
'stored_journal_no_descr' => 'Ihre neue Buchung wurde erfolgreich erstellt',
|
||||
'updated_journal_no_descr' => 'Ihre Buchung wurde erfolgreich aktualisiert',
|
||||
@@ -1427,7 +1427,7 @@ return [
|
||||
'import_index_title' => 'Buchungen in Firefly III importieren',
|
||||
'import_data' => 'Daten importieren',
|
||||
'import_transactions' => 'Buchungen importieren',
|
||||
'import_tools_title' => 'Import tools',
|
||||
'import_tools_title' => 'Werkzeuge importieren',
|
||||
'tools_index_intro' => 'Es gibt mehrere Werkzeuge, um Daten in Firefly III zu importieren (Diese werden unten vorgestellt). Weitere Informationen finden Sie unter <a href="https://docs.firefly-iii.org/importing-data/introduction">hier auf dieser Seite</a>.',
|
||||
'firefly_iii_csv_importer_name' => 'Firefly III CSV-Import',
|
||||
'firefly_iii_bunq_importer_name' => 'Firefly III Bunq 🌈 importieren',
|
||||
|
||||
@@ -197,7 +197,7 @@ return [
|
||||
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
|
||||
|
||||
'gte.numeric' => ':attribute muss größer oder gleich :value sein.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
'gte.file' => ':attribute muss größer oder gleich :value Kilobytes sein.',
|
||||
'gte.string' => ':attribute muss mindestens :value Zeichen enthalten.',
|
||||
'gte.array' => ':attribute muss mindestens :value Elemente enthalten.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user