@blocklet/ui-react
Version:
Some useful front-end web components that can be used in Blocklets.
24 lines (23 loc) • 973 B
JavaScript
const e = {
zh: {
componentInstallerTitle: "缺少组件",
componentInstallerInstall: "安装",
componentInstallerClose: "关闭",
componentInstallerRefresh: "重载页面",
componentInstallerSuccessInstalled: "安装成功,请重载页面查看变化。",
componentInstallerSuggestions: "请联系系统管理员安装该组件。",
componentInstallerNoDefinedInBlockletYML: "组件未在 blocklet.yml 中定义"
},
en: {
componentInstallerTitle: "Missing component",
componentInstallerInstall: "Install",
componentInstallerClose: "Close",
componentInstallerRefresh: "Refresh",
componentInstallerSuccessInstalled: "Successfully installed, please refresh the page to see the changes.",
componentInstallerSuggestions: "Please contact the system administrator to install the component.",
componentInstallerNoDefinedInBlockletYML: "The component is not defined in blocklet.yml"
}
};
export {
e as default
};