mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Fix validation, update version.
This commit is contained in:
@@ -60,7 +60,7 @@ return [
|
||||
'less' => ':attribute трябва да е по-малко от 10 000 000',
|
||||
'active_url' => ':attribute не е валиден URL адрес.',
|
||||
'after' => ':attribute трябва да бъде дата след :date.',
|
||||
'date_after' => 'End date must be before start date.',
|
||||
'date_after' => 'The start date must be before the end date.',
|
||||
'alpha' => ':attribute може да съдържа единствено букви.',
|
||||
'alpha_dash' => ':attribute може да съдържа само букви, числа и тирета.',
|
||||
'alpha_num' => ':attribute може да съдържа само букви и числа.',
|
||||
|
||||
Reference in New Issue
Block a user