mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release.
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => 'Je query bevat account met verschillende valuta-instellingen, wat niet is toegestaan.',
|
||||
'iban' => 'Dit is niet een geldige IBAN.',
|
||||
'zero_or_more' => 'De waarde mag niet negatief zijn.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'Dit is geen betaalrekening.',
|
||||
'date_or_time' => 'De waarde moet een geldige datum of tijdwaarde zijn (ISO 8601).',
|
||||
'source_equals_destination' => 'De bronrekening is gelijk aan de doelrekening.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => ':attribute moet minimaal :min items bevatten.',
|
||||
'not_in' => 'Het formaat van :attribute is ongeldig.',
|
||||
'numeric' => ':attribute moet een nummer zijn.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'Het originele bedrag moet een getal zijn.',
|
||||
'numeric_destination' => 'Het doelbedrag moet een getal zijn.',
|
||||
'numeric_source' => 'Het bronbedrag moet een getal zijn.',
|
||||
|
||||
Reference in New Issue
Block a user