feat: restore lightweight admin modules
This commit is contained in:
@@ -32,11 +32,20 @@ const baseModules = import.meta.glob([
|
||||
const businessModules = import.meta.glob([
|
||||
'./langs/zh-CN/ai-platform.json',
|
||||
'./langs/zh-CN/announcement.json',
|
||||
'./langs/zh-CN/dashboard-design.json',
|
||||
'./langs/zh-CN/dept.json',
|
||||
'./langs/zh-CN/dict.json',
|
||||
'./langs/zh-CN/file-manager.json',
|
||||
'./langs/zh-CN/loginLog.json',
|
||||
'./langs/zh-CN/menu.json',
|
||||
'./langs/zh-CN/message.json',
|
||||
'./langs/zh-CN/permission.json',
|
||||
'./langs/zh-CN/post.json',
|
||||
'./langs/zh-CN/role.json',
|
||||
'./langs/zh-CN/server-monitor.json',
|
||||
'./langs/zh-CN/system.json',
|
||||
'./langs/zh-CN/system-config.json',
|
||||
'./langs/zh-CN/ui-config.json',
|
||||
'./langs/zh-CN/user.json',
|
||||
]);
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "字典",
|
||||
"title": "字典管理",
|
||||
"dictName": "字典名称",
|
||||
"dictCode": "字典编码",
|
||||
"remark": "备注",
|
||||
"remarkPlaceholder": "请输入备注",
|
||||
"status": "状态",
|
||||
"operation": "操作",
|
||||
"edit": "编辑",
|
||||
"codeFormatError": "字典编码只能包含字母、数字和下划线",
|
||||
"selectDictFirst": "请先选择字典",
|
||||
"noData": "暂无数据",
|
||||
"itemName": "字典项",
|
||||
"itemLabel": "标签",
|
||||
"itemValue": "值",
|
||||
"itemIcon": "图标",
|
||||
"sort": "排序",
|
||||
"isGlobal": "全局可见",
|
||||
"globalTag": "全局",
|
||||
"mainApp": "主应用"
|
||||
}
|
||||
@@ -9,9 +9,17 @@
|
||||
"codex": "Codex",
|
||||
"startChat": "开始聊天",
|
||||
"systemManagement": "系统管理",
|
||||
"systemTools": "系统工具",
|
||||
"applicationManagement": "应用管理",
|
||||
"systemMonitoring": "系统监控",
|
||||
"userManagement": "用户管理",
|
||||
"departmentManagement": "部门管理",
|
||||
"positionManagement": "岗位管理",
|
||||
"dictionaryManagement": "字典管理",
|
||||
"fileManagement": "文件管理",
|
||||
"serverMonitoring": "服务器监控",
|
||||
"uiConfig": "界面配置",
|
||||
"loginLog": "登录日志",
|
||||
"roleManagement": "角色权限",
|
||||
"permissionManagement": "API管理",
|
||||
"menuManagement": "菜单管理",
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"title": "系统配置",
|
||||
"ssoConfig": "SSO配置",
|
||||
"notifyConfig": "通知配置",
|
||||
"modelConfig": "模型配置",
|
||||
"save": "保存",
|
||||
"reset": "恢复默认",
|
||||
"resetConfirm": "确定要恢复该分组为默认配置吗?这将删除数据库中的自定义配置。",
|
||||
"saveSuccess": "保存成功",
|
||||
"saveError": "保存失败",
|
||||
"resetSuccess": "已恢复为默认配置",
|
||||
"resetError": "恢复失败",
|
||||
"secretTip": "敏感字段会脱敏显示,留空不会修改原值。",
|
||||
"groups": {
|
||||
"oauth_gitee": "Gitee",
|
||||
"oauth_github": "GitHub",
|
||||
"oauth_qq": "QQ",
|
||||
"oauth_google": "Google",
|
||||
"oauth_wechat": "微信",
|
||||
"oauth_microsoft": "Microsoft",
|
||||
"notify_email": "邮件通知",
|
||||
"notify_sms": "短信通知",
|
||||
"notify_wechat_mp": "微信公众号"
|
||||
},
|
||||
"fields": {
|
||||
"client_id": "Client ID",
|
||||
"client_secret": "Client Secret",
|
||||
"redirect_uri": "Web 回调地址",
|
||||
"h5_redirect_uri": "H5 回调地址",
|
||||
"app_id": "App ID",
|
||||
"app_key": "App Key",
|
||||
"app_secret": "App Secret",
|
||||
"smtp_host": "SMTP 服务器",
|
||||
"smtp_port": "SMTP 端口",
|
||||
"smtp_user": "SMTP 用户名",
|
||||
"smtp_password": "SMTP 密码",
|
||||
"smtp_use_tls": "使用 TLS",
|
||||
"smtp_from_name": "发件人名称",
|
||||
"smtp_from_email": "发件人邮箱",
|
||||
"provider": "服务商",
|
||||
"providerAliyun": "阿里云",
|
||||
"providerTencent": "腾讯云",
|
||||
"todo_pc_url": "待办 PC 端跳转地址",
|
||||
"todo_app_url": "待办移动端跳转地址"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"title": "界面配置",
|
||||
"appConfig": "应用配置",
|
||||
"styleConfig": "样式配置",
|
||||
"logoConfig": "Logo配置",
|
||||
"save": "保存",
|
||||
"saveSuccess": "保存成功",
|
||||
"saveError": "保存失败",
|
||||
"app": {
|
||||
"title": "应用配置",
|
||||
"name": "应用名称",
|
||||
"namePlaceholder": "请输入应用名称",
|
||||
"defaultHomePath": "默认首页路径",
|
||||
"defaultHomePathPlaceholder": "请输入默认首页路径",
|
||||
"locale": "默认语言",
|
||||
"dynamicTitle": "动态标题",
|
||||
"dynamicTitleTip": "开启后页面标题会根据当前路由变化",
|
||||
"watermark": "水印",
|
||||
"watermarkTip": "开启后页面会显示水印",
|
||||
"watermarkContent": "水印内容",
|
||||
"watermarkContentPlaceholder": "请输入水印内容",
|
||||
"enablePreferences": "启用偏好设置",
|
||||
"enablePreferencesTip": "开启后用户可以在界面中修改偏好设置",
|
||||
"layout": "布局模式",
|
||||
"layoutOptions": {
|
||||
"sidebar-nav": "侧边导航",
|
||||
"header-nav": "顶部导航",
|
||||
"mixed-nav": "混合导航",
|
||||
"header-sidebar-nav": "顶部+侧边导航"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"mode": "主题模式",
|
||||
"modeOptions": {
|
||||
"light": "浅色",
|
||||
"dark": "深色",
|
||||
"auto": "跟随系统"
|
||||
},
|
||||
"colorPrimary": "主题色",
|
||||
"radius": "圆角大小",
|
||||
"builtinType": "内置主题",
|
||||
"semiDarkSidebar": "深色侧边栏",
|
||||
"semiDarkHeader": "深色顶栏"
|
||||
},
|
||||
"logo": {
|
||||
"enable": "启用 Logo",
|
||||
"source": "Logo 图片",
|
||||
"sourcePlaceholder": "请输入 Logo 图片 URL 或上传",
|
||||
"fit": "适应方式",
|
||||
"fitOptions": {
|
||||
"contain": "包含",
|
||||
"cover": "覆盖",
|
||||
"fill": "填充",
|
||||
"none": "无",
|
||||
"scale-down": "缩小"
|
||||
}
|
||||
},
|
||||
"copyright": {
|
||||
"enable": "启用版权",
|
||||
"companyName": "公司名称",
|
||||
"companyNamePlaceholder": "请输入公司名称",
|
||||
"companySiteLink": "公司网站",
|
||||
"companySiteLinkPlaceholder": "请输入公司网站链接",
|
||||
"date": "版权年份",
|
||||
"datePlaceholder": "请输入版权年份",
|
||||
"icp": "ICP备案号",
|
||||
"icpPlaceholder": "请输入ICP备案号",
|
||||
"icpLink": "ICP备案链接",
|
||||
"icpLinkPlaceholder": "请输入ICP备案链接",
|
||||
"policeIcp": "公安备案号",
|
||||
"policeIcpPlaceholder": "请输入公安备案号",
|
||||
"policeIcpLink": "公安备案链接",
|
||||
"policeIcpLinkPlaceholder": "请输入公安备案链接",
|
||||
"loginOnly": "仅登录页显示",
|
||||
"loginOnlyTip": "开启后版权信息仅在登录页面显示"
|
||||
},
|
||||
"loginConfig": {
|
||||
"title": "登录配置",
|
||||
"enableThirdPartyLogin": "启用第三方登录",
|
||||
"enableThirdPartyLoginTip": "开启后登录页会显示第三方登录区域",
|
||||
"enabledProviders": "启用的登录方式",
|
||||
"enabledProvidersTip": "选择需要在登录页面显示的第三方登录方式",
|
||||
"providers": {
|
||||
"gitee": "Gitee",
|
||||
"github": "GitHub",
|
||||
"google": "Google",
|
||||
"microsoft": "Microsoft",
|
||||
"qq": "QQ",
|
||||
"wechat": "微信",
|
||||
"wecom": "企业微信",
|
||||
"dingtalk": "钉钉",
|
||||
"feishu": "飞书"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user