mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Fix validation, update version.
This commit is contained in:
@@ -60,7 +60,7 @@ return [
|
||||
'less' => ':attribute 10.000.000 den daha az olmalıdır',
|
||||
'active_url' => ':attribute geçerli bir URL değil.',
|
||||
'after' => ':attribute :date tarihinden sonrası için tarihlendirilmelidir.',
|
||||
'date_after' => 'End date must be before start date.',
|
||||
'date_after' => 'The start date must be before the end date.',
|
||||
'alpha' => ':attribute sadece harf içerebilir.',
|
||||
'alpha_dash' => ':attribute sadece harf, sayı ve kısa çizgi içerebilir.',
|
||||
'alpha_num' => ':attribute sadece harf ve sayı içerebilir.',
|
||||
|
||||
Reference in New Issue
Block a user