-
Notifications
You must be signed in to change notification settings - Fork 28
/
default.json
36 lines (36 loc) · 1.17 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"formArray": {
"operating": "Operating",
"operatingAdd": "Adding data",
"operatingPopconfirmTitle": "Are you sure you want to delete the data?",
"operatingEdit": "Edit",
"operatingDelete": "Delete",
"deleteSelected": "Delete selected data",
"deleteSelectedText": "Are you sure you want to delete the selected data?"
},
"formObject": {
"okText": "OK",
"cancelText": "Cancel",
"addOkText": "Add",
"addCancelText": "Close"
},
"rules": {
"required": "This option is required.",
"enum": "{0} does not contain this value.",
"string": {
"min": "The minimum length of the field is {0}.",
"max": "The maximum length of the field is {0}.",
"length": "The length of the field is {0}.",
"pattern": "The data format is incorrect and the format must be: {0}."
},
"number": {
"integer": "Value must be an integer.",
"minimum": "Value must be greater than or equal to {0}.",
"maximum": "Value must be less than or equal to {0}."
},
"array": {
"minItems": "Quantity must be greater than or equal to {0}.",
"maxItems": "Quantity must be less than or equal to {0}."
}
}
}