Completed
Push — master ( 7663b9...45c39b )
by
unknown
32s
created
core/messages/pl/luya.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 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ą.'
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ą.'
11 11
 ];
Please login to merge, or discard this patch.