1
+ {
2
+ "@@last_modified": "2021-01-16T01:32:17.166732",
3
+ "requiredErrorText": "To pole nie może być puste.",
4
+ "@requiredErrorText": {
5
+ "description": "Error Text for required validator",
6
+ "type": "text",
7
+ "placeholders": {}
8
+ },
9
+ "equalErrorText": "Wartość tego pola musi wynosić {value}.",
10
+ "@equalErrorText": {
11
+ "description": "Error Text for equal validator",
12
+ "type": "text",
13
+ "placeholders": {
14
+ "value": {}
15
+ }
16
+ },
17
+ "notEqualErrorText": "Wartość tego pola nie może być {value}.",
18
+ "@notEqualErrorText": {
19
+ "description": "Error Text for not-equal validator",
20
+ "type": "text",
21
+ "placeholders": {
22
+ "value": {}
23
+ }
24
+ },
25
+ "minErrorText": "Wartość musi być większa lub równa {min}.",
26
+ "@minErrorText": {
27
+ "description": "Error Text for required field",
28
+ "type": "text",
29
+ "placeholders": {
30
+ "min": {}
31
+ }
32
+ },
33
+ "minLengthErrorText": "Wartość musi mieć co najmniej {minLength} znaków.",
34
+ "@minLengthErrorText": {
35
+ "description": "Error Text for minLength validator",
36
+ "type": "text",
37
+ "placeholders": {
38
+ "minLength": {}
39
+ }
40
+ },
41
+ "maxErrorText": "Wartość musi być mniejsza lub równa {max}.",
42
+ "@maxErrorText": {
43
+ "description": "Error Text for max validator",
44
+ "type": "text",
45
+ "placeholders": {
46
+ "max": {}
47
+ }
48
+ },
49
+ "maxLengthErrorText": "Wartość nie może mieć więcej niż {maxLength} znaków.",
50
+ "@maxLengthErrorText": {
51
+ "description": "Error Text for required field",
52
+ "type": "text",
53
+ "placeholders": {
54
+ "maxLength": {}
55
+ }
56
+ },
57
+ "emailErrorText": "To pole wymaga prawidłowego adresu e-mail.",
58
+ "@emailErrorText": {
59
+ "description": "Error Text for email validator",
60
+ "type": "text",
61
+ "placeholders": {}
62
+ },
63
+ "urlErrorText": "To pole wymaga prawidłowego adresu URL.",
64
+ "@urlErrorText": {
65
+ "description": "Error Text for URL validator",
66
+ "type": "text",
67
+ "placeholders": {}
68
+ },
69
+ "matchErrorText": "Wartość nie pasuje do oczekiwanego kształtu.",
70
+ "@matchErrorText": {
71
+ "description": "Error Text for pattern validator",
72
+ "type": "text",
73
+ "placeholders": {}
74
+ },
75
+ "numericErrorText": "Wartość musi być liczbą.",
76
+ "@numericErrorText": {
77
+ "description": "Error Text for numeric validator",
78
+ "type": "text",
79
+ "placeholders": {}
80
+ },
81
+ "integerErrorText": "Wartość musi być liczbą całkowitą.",
82
+ "@integerErrorText": {
83
+ "description": "Error Text for integer validator",
84
+ "type": "text",
85
+ "placeholders": {}
86
+ },
87
+ "creditCardErrorText": "To pole wymaga podania ważnego numeru karty kredytowej.",
88
+ "@creditCardErrorText": {
89
+ "description": "Error Text for credit card validator",
90
+ "type": "text",
91
+ "placeholders": {}
92
+ },
93
+ "ipErrorText": "To pole wymaga prawidłowego adresu IP.",
94
+ "@ipErrorText": {
95
+ "description": "Error Text for IP address validator",
96
+ "type": "text",
97
+ "placeholders": {}
98
+ },
99
+ "dateStringErrorText": "To pole wymaga prawidłowej daty.",
100
+ "@dateStringErrorText": {
101
+ "description": "Error Text for date string validator",
102
+ "type": "text",
103
+ "placeholders": {}
104
+ }
105
+ }
0 commit comments