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' => 'Din fråga innehåller konton som har olika valutainställningar, vilket inte är tillåtet.',
|
||||
'iban' => 'Detta är inte ett giltigt IBAN.',
|
||||
'zero_or_more' => 'Värdet får inte vara negativt.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'This is not an asset account.',
|
||||
'date_or_time' => 'Värdet måste vara ett giltigt datum eller tid (ISO 8601).',
|
||||
'source_equals_destination' => 'Källkontot motsvarar mottagarkontot.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => ':attribute måste innehålla minst :min artiklar.',
|
||||
'not_in' => 'Det valda :attribute är ogiltigt.',
|
||||
'numeric' => ':attribute måste vara ett nummer.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'Ursprungsvärdet måste vara ett nummer.',
|
||||
'numeric_destination' => 'Mottagarkontot måste vara ett nummer.',
|
||||
'numeric_source' => 'Källvärdet måste vara ett nummer.',
|
||||
|
||||
Reference in New Issue
Block a user