1
+ {
2
+ "@@last_modified": "2020-06-19T21:53:39.706877",
3
+ "requiredErrorText": "این ورودی نمی تواند خالی باشد.",
4
+ "@requiredErrorText": {
5
+ "description": "Error Text for required field",
6
+ "type": "text",
7
+ "placeholders": {}
8
+ },
9
+ "minErrorText": "مقدار باید برابر یا بیشتر از {min} باشد.",
10
+ "@minErrorText": {
11
+ "description": "Error Text for required field",
12
+ "type": "text",
13
+ "placeholders": {
14
+ "min": {}
15
+ }
16
+ },
17
+ "minLengthErrorText": "مقدار باید دارای طول بزرگتر یا برابر {minLength} باشد.",
18
+ "@minLengthErrorText": {
19
+ "description": "Error Text for required field",
20
+ "type": "text",
21
+ "placeholders": {
22
+ "minLength": {}
23
+ }
24
+ },
25
+ "maxErrorText": "مقدار باید برابر یا کمتر از {max} باشد.",
26
+ "@maxErrorText": {
27
+ "description": "Error Text for required field",
28
+ "type": "text",
29
+ "placeholders": {
30
+ "max": {}
31
+ }
32
+ },
33
+ "maxLengthErrorText": "مقدار باید دارای طول بزرگتر یا برابر {maxLength} باشد.",
34
+ "@maxLengthErrorText": {
35
+ "description": "Error Text for required field",
36
+ "type": "text",
37
+ "placeholders": {
38
+ "maxLength": {}
39
+ }
40
+ },
41
+ "emailErrorText": "این ورودی به یک آدرس ایمیل معتبر نیاز دارد.",
42
+ "@emailErrorText": {
43
+ "description": "Error Text for email field",
44
+ "type": "text",
45
+ "placeholders": {}
46
+ },
47
+ "integerErrorText": "این ورودی به یک عدد صحیح معتبر نیاز دارد.",
48
+ "@integerErrorText": {
49
+ "description": "Error Text for integer validator",
50
+ "type": "text",
51
+ "placeholders": {}
52
+ },
53
+ "equalErrorText": "مقدار این ورودی باید برابر با {value} باشد.",
54
+ "@equalErrorText": {
55
+ "description": "Error Text for equal validator",
56
+ "type": "text",
57
+ "placeholders": {
58
+ "value": {}
59
+ }
60
+ },
61
+ "notEqualErrorText": "مقدار این ورودی نباید برابر با {value} باشد.",
62
+ "@notEqualErrorText": {
63
+ "description": "Error Text for not-equal validator",
64
+ "type": "text",
65
+ "placeholders": {
66
+ "value": {}
67
+ }
68
+ },
69
+ "urlErrorText": "این ورودی به آدرس اینترنتی معتبر نیاز دارد.",
70
+ "@urlErrorText": {
71
+ "description": "Error Text for URL field",
72
+ "type": "text",
73
+ "placeholders": {}
74
+ },
75
+ "matchErrorText": "مقدار با الگو مطابقت ندارد.",
76
+ "@matchErrorText": {
77
+ "description": "Error Text for pattern field",
78
+ "type": "text",
79
+ "placeholders": {}
80
+ },
81
+ "numericErrorText": "مقدار باید عددی باشد.",
82
+ "@numericErrorText": {
83
+ "description": "Error Text for numeric field",
84
+ "type": "text",
85
+ "placeholders": {}
86
+ },
87
+ "creditCardErrorText": "این ورودی به شماره کارت اعتباری معتبر نیاز دارد.",
88
+ "@creditCardErrorText": {
89
+ "description": "Error Text for credit card field",
90
+ "type": "text",
91
+ "placeholders": {}
92
+ },
93
+ "ipErrorText": "این قسمت نیاز به یک IP معتبر دارد.",
94
+ "@ipErrorText": {
95
+ "description": "Error Text for IP address field",
96
+ "type": "text",
97
+ "placeholders": {}
98
+ },
99
+ "dateStringErrorText": "این ورودی به یک تاریخ معتبر نیاز دارد.",
100
+ "@dateStringErrorText": {
101
+ "description": "Error Text for date string field",
102
+ "type": "text",
103
+ "placeholders": {}
104
+ }
105
+ }
0 commit comments