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' => 'Ваш запрос содержит счета с разными валютами, что недопустимо.',
|
||||
'iban' => 'Это некорректный IBAN.',
|
||||
'zero_or_more' => 'Это значение не может быть отрицательным.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_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