Updated language strings

This commit is contained in:
James Cole
2018-09-29 11:45:28 +02:00
parent b501c47187
commit cc1f3bba7e
41 changed files with 244 additions and 74 deletions

View File

@@ -87,6 +87,7 @@ return [
'max.array' => ':attribute nie może zawierać więcej niż :max elementów.',
'mimes' => ':attribute musi być plikiem typu :values.',
'min.numeric' => ':attribute musi być przynajmniej :min.',
'lte.numeric' => 'The :attribute must be less than or equal :value.',
'min.file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
'min.string' => ':attribute musi mieć co najmniej :min znaków.',
'min.array' => ':attribute musi zawierać przynajmniej :min elementów.',