Skip to content

Dev -> Feat #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 3, 2023
Prev Previous commit
Next Next commit
Small translation fixes
  • Loading branch information
FalkWolsky committed Dec 1, 2023
commit 4d0a3bb581c48bec1fc30b308c81da9fc943a1d9
16 changes: 8 additions & 8 deletions client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const en = {
copyError: "Copy error",
api: {
publishSuccess: "Published",
recoverFailed: "Recover failed",
recoverFailed: "Recovery failed",
needUpdate:
"Your current version is too old, please upgrade to the latest version.",
},
Expand All @@ -56,9 +56,9 @@ export const en = {
fold: "Fold",
},
exportMethod: {
setDesc: "Set property: {property}",
clearDesc: "Clear property: {property}",
resetDesc: "Reset property: {property} to default value",
setDesc: "Set Property: {property}",
clearDesc: "Clear Property: {property}",
resetDesc: "Reset Property: {property} to default value",
},
method: {
focus: "Set focus",
Expand All @@ -79,16 +79,16 @@ export const en = {
},
errorBoundary: {
encounterError:
"Loading component failed. Please check your configuration. ",
"Component loading failed. Please check your configuration. ",
clickToReload: "Click to reload",
errorMsg: "Error: ",
},
imgUpload: {
notSupportError: "Only support upload {types} image",
exceedSizeError: "Image size should not exceeds {size}",
notSupportError: "Only supports uploading {types} image",
exceedSizeError: "Image size should not exceed {size}",
},
gridCompOperator: {
notSupport: "Not support",
notSupport: "Not supported",
selectAtLeastOneComponent: "Please select at least one component",
selectCompFirst: "Please select components before copy",
noContainerSelected: "[bug] No selected container",
Expand Down