mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Code for new release.
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => 'Ihre Abfrage enthält unzulässigerweise Konten mit unterschiedlicher Währungseinstellung.',
|
||||
'iban' => 'Dies ist keine gültige IBAN.',
|
||||
'zero_or_more' => 'Der Wert darf nicht negativ sein.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'Dies ist kein Bestandskonto.',
|
||||
'date_or_time' => 'Der Wert muss ein gültiges Datum oder Zeitangabe sein (ISO 8601).',
|
||||
'source_equals_destination' => 'Das Quellkonto entspricht dem Zielkonto.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => ':attribute muss mindestens :min Elemente enthalten.',
|
||||
'not_in' => ':attribute ist ungültig.',
|
||||
'numeric' => ':attribute muss eine Zahl sein.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'Die native Betrag muss eine Zahl sein.',
|
||||
'numeric_destination' => 'Der Zielbeitrag muss eine Zahl sein.',
|
||||
'numeric_source' => 'Der Quellbetrag muss eine Zahl sein.',
|
||||
|
||||
Reference in New Issue
Block a user