Skip to content

Commit

Permalink
Update php.json
Browse files Browse the repository at this point in the history
wrong parameter name in validation.max.file
  • Loading branch information
jirbel authored Aug 12, 2024
1 parent 399a159 commit 482269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/cs/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"lte.string": ":Attribute nesmí být delší než :value znaků.",
"mac_address": ":Attribute musí být platná adresa MAC.",
"max.array": ":Attribute nemůže obsahovat více než :max prvků.",
"max.file": "Velikost souboru :attribute musí být menší než :value kB.",
"max.file": "Velikost souboru :attribute musí být menší než :max kB.",
"max.numeric": ":Attribute nemůže být větší než :max.",
"max.string": ":Attribute nemůže být delší než :max znaků.",
"max_digits": "Číslo :attribute nesmí mít více než :max číslic.",
Expand Down

0 comments on commit 482269e

Please sign in to comment.