@blocklet/ui-react
Version:
Some useful front-end web components that can be used in Blocklets.
16 lines (15 loc) • 539 B
text/typescript
export const translations = {
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',
},
};