File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- return [
4- '{attribute} must have a minimum length of {length} characters. ' => '{attribute} musi mieć co najmniej {length} znaków. ' ,
5- '{attribute} must include at least one special character. ' => '{attribute} musi zawierać przynajmniej jeden znak specjalny. ' ,
6- '{attribute} must include at least one digit. ' => '{attribute} musi zawierać co najmniej jedną cyfrę. ' ,
7- '{attribute} must include at least one letter. ' => '{attribute} musi zawierać co najmniej jedną literę. ' ,
8- '{attribute} must include at least one uppercase letter. ' => '{attribute} musi zawierać co najmniej jedną wielką literę. ' ,
9- '{attribute} must include at least one lowercase letter. ' => '{attribute} musi zawierać co najmniej jedną małą literę. ' ,
10- '{attribute} must be a float or numeric value. ' => '{attribute} musi być wartością zmiennoprzecinkową lub liczbową. '
3+ return [
4+ '{attribute} must have a minimum length of {length} characters. ' => '{attribute} musi mieć co najmniej {length} znaków. ' ,
5+ '{attribute} must include at least one special character. ' => '{attribute} musi zawierać przynajmniej jeden znak specjalny. ' ,
6+ '{attribute} must include at least one digit. ' => '{attribute} musi zawierać co najmniej jedną cyfrę. ' ,
7+ '{attribute} must include at least one letter. ' => '{attribute} musi zawierać co najmniej jedną literę. ' ,
8+ '{attribute} must include at least one uppercase letter. ' => '{attribute} musi zawierać co najmniej jedną wielką literę. ' ,
9+ '{attribute} must include at least one lowercase letter. ' => '{attribute} musi zawierać co najmniej jedną małą literę. ' ,
10+ '{attribute} must be a float or numeric value. ' => '{attribute} musi być wartością zmiennoprzecinkową lub liczbową. '
1111];
You can’t perform that action at this time.
0 commit comments