Skip to content

Commit 4d0a3bb

Browse files
author
FalkWolsky
committed
Small translation fixes
1 parent eecbde8 commit 4d0a3bb

File tree

1 file changed

+8
-8
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+8
-8
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const en = {
4747
copyError: "Copy error",
4848
api: {
4949
publishSuccess: "Published",
50-
recoverFailed: "Recover failed",
50+
recoverFailed: "Recovery failed",
5151
needUpdate:
5252
"Your current version is too old, please upgrade to the latest version.",
5353
},
@@ -56,9 +56,9 @@ export const en = {
5656
fold: "Fold",
5757
},
5858
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",
6262
},
6363
method: {
6464
focus: "Set focus",
@@ -79,16 +79,16 @@ export const en = {
7979
},
8080
errorBoundary: {
8181
encounterError:
82-
"Loading component failed. Please check your configuration. ",
82+
"Component loading failed. Please check your configuration. ",
8383
clickToReload: "Click to reload",
8484
errorMsg: "Error: ",
8585
},
8686
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}",
8989
},
9090
gridCompOperator: {
91-
notSupport: "Not support",
91+
notSupport: "Not supported",
9292
selectAtLeastOneComponent: "Please select at least one component",
9393
selectCompFirst: "Please select components before copy",
9494
noContainerSelected: "[bug] No selected container",

0 commit comments

Comments
 (0)