@@ -47,7 +47,7 @@ export const en = {
47
47
copyError : "Copy error" ,
48
48
api : {
49
49
publishSuccess : "Published" ,
50
- recoverFailed : "Recover failed" ,
50
+ recoverFailed : "Recovery failed" ,
51
51
needUpdate :
52
52
"Your current version is too old, please upgrade to the latest version." ,
53
53
} ,
@@ -56,9 +56,9 @@ export const en = {
56
56
fold : "Fold" ,
57
57
} ,
58
58
exportMethod : {
59
- setDesc : "Set property : {property}" ,
60
- clearDesc : "Clear property : {property}" ,
61
- resetDesc : "Reset property : {property} to default value" ,
59
+ setDesc : "Set Property : {property}" ,
60
+ clearDesc : "Clear Property : {property}" ,
61
+ resetDesc : "Reset Property : {property} to default value" ,
62
62
} ,
63
63
method : {
64
64
focus : "Set focus" ,
@@ -79,16 +79,16 @@ export const en = {
79
79
} ,
80
80
errorBoundary : {
81
81
encounterError :
82
- "Loading component failed. Please check your configuration. " ,
82
+ "Component loading failed. Please check your configuration. " ,
83
83
clickToReload : "Click to reload" ,
84
84
errorMsg : "Error: " ,
85
85
} ,
86
86
imgUpload : {
87
- notSupportError : "Only support upload {types} image" ,
88
- exceedSizeError : "Image size should not exceeds {size}" ,
87
+ notSupportError : "Only supports uploading {types} image" ,
88
+ exceedSizeError : "Image size should not exceed {size}" ,
89
89
} ,
90
90
gridCompOperator : {
91
- notSupport : "Not support " ,
91
+ notSupport : "Not supported " ,
92
92
selectAtLeastOneComponent : "Please select at least one component" ,
93
93
selectCompFirst : "Please select components before copy" ,
94
94
noContainerSelected : "[bug] No selected container" ,
0 commit comments