File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
viewer/packages/lowcoder/src/i18n/locales Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments