@blocklet/ui-react
Version:
Some useful front-end web components that can be used in Blocklets.
18 lines (17 loc) • 544 B
JavaScript
const o = {
zh: {
importResource: "导入",
exportResource: "导出",
noPermission: "你没有权限执行该操作,请切换管理员通行证或联系管理员进行安装",
needLogin: "登录后才可操作"
},
en: {
importResource: "Import",
exportResource: "Export",
noPermission: "You do not have permission to perform this operation. Please switch your passport as admin or contact the administrator to install the blocklet",
needLogin: "Please login first"
}
};
export {
o as translations
};