mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
Fix validation, update version.
This commit is contained in:
@@ -60,7 +60,7 @@ return [
|
||||
'less' => ':attribute musí byť menej než 10.000.000',
|
||||
'active_url' => ':attribute nie je platná adresa URL.',
|
||||
'after' => ':attribute musí byť neskôr, než :date.',
|
||||
'date_after' => 'End date must be before start date.',
|
||||
'date_after' => 'The start date must be before the end date.',
|
||||
'alpha' => ':attribute môže obsahovať len písmená.',
|
||||
'alpha_dash' => ':attribute môže obsahovať len písmená, čísla a pomlčky.',
|
||||
'alpha_num' => ':attribute môže obsahovať len písmená a čísla.',
|
||||
|
||||
Reference in New Issue
Block a user