Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61650eb

Browse files
committed
add npm, errorBoundary of locale
1 parent 647d7f4 commit 61650eb

File tree

1 file changed

+16
-0
lines changed
  • viewer/packages/lowcoder/src/i18n/locales

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,21 @@ export const en = {
245245
"resetDesc": "Triggers on Reset timer",
246246
"refresh": "Refresh",
247247
"refreshDesc": "Triggers on Refresh",
248+
},
249+
"npm": {
250+
"invalidNpmPackageName": "Invalid npm Package Name or URL.",
251+
"pluginExisted": "This npm Plugin Already Existed",
252+
"compNotFound": "Component {compName} Not Found.",
253+
"addPluginModalTitle": "Add Plugin from a npm Repository",
254+
"pluginNameLabel": "npm Package's URL or Name",
255+
"noCompText": "No Components.",
256+
"compsLoading": "Loading...",
257+
"removePluginBtnText": "Remove",
258+
"addPluginBtnText": "Add npm Plugin"
259+
},
260+
"errorBoundary": {
261+
"encounterError": "Component loading failed. Please check your configuration.",
262+
"clickToReload": "Click to Reload",
263+
"errorMsg": "Error: "
248264
}
249265
}

0 commit comments

Comments
 (0)