-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7663b9d
commit 45c39bf
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'{attribute} must have a minimum length of {length} characters.' => '{attribute} musi mieć co najmniej {length} znaków.', | ||
'{attribute} must include at least one special character.' => '{attribute} musi zawierać przynajmniej jeden znak specjalny.', | ||
'{attribute} must include at least one digit.' => '{attribute} musi zawierać co najmniej jedną cyfrę.', | ||
'{attribute} must include at least one letter.' => '{attribute} musi zawierać co najmniej jedną literę.', | ||
'{attribute} must include at least one uppercase letter.' => '{attribute} musi zawierać co najmniej jedną wielką literę.', | ||
'{attribute} must include at least one lowercase letter.' => '{attribute} musi zawierać co najmniej jedną małą literę.', | ||
'{attribute} must be a float or numeric value.' => '{attribute} musi być wartością zmiennoprzecinkową lub liczbową.' | ||
return [ | ||
'{attribute} must have a minimum length of {length} characters.' => '{attribute} musi mieć co najmniej {length} znaków.', | ||
'{attribute} must include at least one special character.' => '{attribute} musi zawierać przynajmniej jeden znak specjalny.', | ||
'{attribute} must include at least one digit.' => '{attribute} musi zawierać co najmniej jedną cyfrę.', | ||
'{attribute} must include at least one letter.' => '{attribute} musi zawierać co najmniej jedną literę.', | ||
'{attribute} must include at least one uppercase letter.' => '{attribute} musi zawierać co najmniej jedną wielką literę.', | ||
'{attribute} must include at least one lowercase letter.' => '{attribute} musi zawierać co najmniej jedną małą literę.', | ||
'{attribute} must be a float or numeric value.' => '{attribute} musi być wartością zmiennoprzecinkową lub liczbową.' | ||
]; |