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' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'iban' => 'Це не коректний IBAN.',
|
||||
'zero_or_more' => 'Це значення не може бути від’ємним.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'This is not an asset account.',
|
||||
'date_or_time' => 'Значення має бути правильним датою або часом (ISO 8601).',
|
||||
'source_equals_destination' => 'Початковий рахунок дорівнює рахунку призначення.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => 'Поле :attribute має містити принаймні :min елементів.',
|
||||
'not_in' => 'Обраний :attribute недійсний.',
|
||||
'numeric' => ':attribute має бути числом.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'Сума повинна бути числом.',
|
||||
'numeric_destination' => 'Сума призначення повинна бути числом.',
|
||||
'numeric_source' => 'Вихідна сума повинна бути числом.',
|
||||
|
||||
Reference in New Issue
Block a user