1
1
{
2
- "@@last_modified": "2022-04-04T10:09:54.938366",
3
- "@@locale": "bn",
2
+ "@@locale": "bn",
4
3
"requiredErrorText": "খালি রাখা যাবে না।",
5
- "@requiredErrorText": {
6
- "description": "Error Text for required validator",
7
- "type": "text",
8
- "placeholders": {}
9
- },
10
4
"equalErrorText": "মান {value} সমান হতে হবে।",
11
- "@equalErrorText": {
12
- "description": "Error Text for equal validator",
13
- "type": "text",
14
- "placeholders": {
15
- "value": {}
16
- }
17
- },
18
5
"notEqualErrorText": "মান {value} এর সমান হওয়া উচিত নয়।",
19
- "@notEqualErrorText": {
20
- "description": "Error Text for not-equal validator",
21
- "type": "text",
22
- "placeholders": {
23
- "value": {}
24
- }
25
- },
26
6
"minErrorText": "মান অবশ্যই {min} এর থেকে বেশি বা সমান হতে হবে।",
27
- "@minErrorText": {
28
- "description": "Error Text for required field",
29
- "type": "text",
30
- "placeholders": {
31
- "min": {}
32
- }
33
- },
34
7
"minLengthErrorText": "মান অবশ্যই {minLength} এর চেয়ে বেশি বা সমান সংখ্যা হতে হবে।",
35
- "@minLengthErrorText": {
36
- "description": "Error Text for minLength validator",
37
- "type": "text",
38
- "placeholders": {
39
- "minLength": {}
40
- }
41
- },
42
- "minWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {minWordsCount} এর চেয়ে বেশি বা সমান",
43
- "@minWordsCountErrorText": {
44
- "description": "Error Text for required field",
45
- "type": "text",
46
- "placeholders": {
47
- "minWordsCount": {}
48
- }
49
- },
50
8
"maxErrorText": "মান অবশ্যই {max} এর কম বা সমান হতে হবে।",
51
- "@maxErrorText": {
52
- "description": "Error Text for max validator",
53
- "type": "text",
54
- "placeholders": {
55
- "max": {}
56
- }
57
- },
58
9
"maxLengthErrorText": "মান অবশ্যই {maxLength} এর থেকে কম বা সমান সংখ্যা হতে হবে।",
59
- "@maxLengthErrorText": {
60
- "description": "Error Text for required field",
61
- "type": "text",
62
- "placeholders": {
63
- "maxLength": {}
64
- }
65
- },
10
+ "minWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {minWordsCount} এর চেয়ে বেশি বা সমান",
66
11
"maxWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {maxWordsCount} এর চেয়ে কম বা সমান",
67
- "@maxWordsCountErrorText": {
68
- "description": "Error Text for required field",
69
- "type": "text",
70
- "placeholders": {
71
- "maxWordsCount": {}
72
- }
73
- },
74
12
"emailErrorText": "একটি বৈধ ইমেল আইডি প্রয়োজন।",
75
- "@emailErrorText": {
76
- "description": "Error Text for email validator",
77
- "type": "text",
78
- "placeholders": {}
79
- },
80
13
"urlErrorText": "একটি বৈধ ওয়েব এড্রেস প্রয়োজন।",
81
- "@urlErrorText": {
82
- "description": "Error Text for URL validator",
83
- "type": "text",
84
- "placeholders": {}
85
- },
86
14
"matchErrorText": "মান প্যাটার্নের সাথে মেলে না।",
87
- "@matchErrorText": {
88
- "description": "Error Text for pattern validator",
89
- "type": "text",
90
- "placeholders": {}
91
- },
92
15
"numericErrorText": "মান অবশ্যই সংখ্যায় হতে হবে।",
93
- "@numericErrorText": {
94
- "description": "Error Text for numeric validator",
95
- "type": "text",
96
- "placeholders": {}
97
- },
98
16
"integerErrorText": "মান অবশ্যই একটি পূর্ণসংখ্যা হতে হবে।",
99
- "@integerErrorText": {
100
- "description": "Error Text for integer validator",
101
- "type": "text",
102
- "placeholders": {}
103
- },
104
17
"creditCardErrorText": "বৈধ ক্রেডিট কার্ড নম্বর প্রয়োজন।",
105
- "@creditCardErrorText": {
106
- "description": "Error Text for credit card validator",
107
- "type": "text",
108
- "placeholders": {}
109
- },
110
18
"ipErrorText": "একটি বৈধ আইপি এড্রেস প্রয়োজন।",
111
- "@ipErrorText": {
112
- "description": "Error Text for IP address validator",
113
- "type": "text",
114
- "placeholders": {}
115
- },
116
- "dateStringErrorText": "একটি বৈধ তারিখ প্রয়োজন।",
117
- "@dateStringErrorText": {
118
- "description": "Error Text for date string validator",
119
- "type": "text",
120
- "placeholders": {}
121
- }
19
+ "dateStringErrorText": "একটি বৈধ তারিখ প্রয়োজন।"
122
20
}
0 commit comments