1
+ {
2
+ "@@last_modified": "2023-01-19T15:55:00",
3
+ "@@locale": "mn",
4
+ "requiredErrorText": "Заавал бөглөнө үү.",
5
+ "@requiredErrorText": {
6
+ "description": "Error Text for required field",
7
+ "type": "text",
8
+ "placeholders": {}
9
+ },
10
+ "minErrorText": "{min}-аас их утга оруулна уу.",
11
+ "@minErrorText": {
12
+ "description": "Error Text for required field",
13
+ "type": "text",
14
+ "placeholders": {
15
+ "min": {}
16
+ }
17
+ },
18
+ "minLengthErrorText": "{minLength}-аас урт утга оруулна уу.",
19
+ "@minLengthErrorText": {
20
+ "description": "Error Text for required field",
21
+ "type": "text",
22
+ "placeholders": {
23
+ "minLength": {}
24
+ }
25
+ },
26
+ "maxErrorText": "{max}-аас их утга оруулна уу.",
27
+ "@maxErrorText": {
28
+ "description": "Error Text for required field",
29
+ "type": "text",
30
+ "placeholders": {
31
+ "max": {}
32
+ }
33
+ },
34
+ "maxLengthErrorText": "{maxLength}-аас богино утга оруулна уу.",
35
+ "@maxLengthErrorText": {
36
+ "description": "Error Text for required field",
37
+ "type": "text",
38
+ "placeholders": {
39
+ "maxLength": {}
40
+ }
41
+ },
42
+ "equalLengthErrorText": "{length}-тэй тэнцүү урттай утга оруулна уу.",
43
+ "@equalLengthErrorText": {
44
+ "description": "Error Text for required field",
45
+ "type": "text",
46
+ "placeholders": {
47
+ "length": {}
48
+ }
49
+ },
50
+ "emailErrorText": "И-мэйл хаяг алдаатай байна.",
51
+ "@emailErrorText": {
52
+ "description": "Error Text for email field",
53
+ "type": "text",
54
+ "placeholders": {}
55
+ },
56
+ "integerErrorText": "Бүхэл тоон утга оруулна уу.",
57
+ "@integerErrorText": {
58
+ "description": "Error Text for integer validator",
59
+ "type": "text",
60
+ "placeholders": {}
61
+ },
62
+ "equalErrorText": "{value}-тэй тэнцүү утга оруулна уу.",
63
+ "@equalErrorText": {
64
+ "description": "Error Text for equal validator",
65
+ "type": "text",
66
+ "placeholders": {
67
+ "value": {}
68
+ }
69
+ },
70
+ "notEqualErrorText": "{value}-тэй тэнцүү биш утга оруулна уу.",
71
+ "@notEqualErrorText": {
72
+ "description": "Error Text for not-equal validator",
73
+ "type": "text",
74
+ "placeholders": {
75
+ "value": {}
76
+ }
77
+ },
78
+ "urlErrorText": "URL хаяг алдаатай байна.",
79
+ "@urlErrorText": {
80
+ "description": "Error Text for URL field",
81
+ "type": "text",
82
+ "placeholders": {}
83
+ },
84
+ "matchErrorText": "Утга загварт таарахгүй байна.",
85
+ "@matchErrorText": {
86
+ "description": "Error Text for pattern field",
87
+ "type": "text",
88
+ "placeholders": {}
89
+ },
90
+ "numericErrorText": "Тоон утга оруулна уу.",
91
+ "@numericErrorText": {
92
+ "description": "Error Text for numeric field",
93
+ "type": "text",
94
+ "placeholders": {}
95
+ },
96
+ "creditCardErrorText": "Картын дугаар алдаатай байна.",
97
+ "@creditCardErrorText": {
98
+ "description": "Error Text for credit card field",
99
+ "type": "text",
100
+ "placeholders": {}
101
+ },
102
+ "ipErrorText": "IP хаяг алдаатай байна.",
103
+ "@ipErrorText": {
104
+ "description": "Error Text for IP address field",
105
+ "type": "text",
106
+ "placeholders": {}
107
+ },
108
+ "dateStringErrorText": "Огнооны загварт таарахгүй байна.",
109
+ "@dateStringErrorText": {
110
+ "description": "Error Text for date string field",
111
+ "type": "text",
112
+ "placeholders": {}
113
+ }
114
+ }
0 commit comments