Files
school2/web/locales/zh_CN/system/info.ts
T
2026-07-13 15:23:29 +08:00

42 lines
2.2 KiB
TypeScript

export default {
"system.info.title": "系统信息",
"system.info.basic.title": "系统基本信息",
"system.info.project.title": "项目地址",
"system.info.changelog.title": "更新日志",
"system.info.author.title": "作者介绍",
"system.info.desc.title": "系统描述",
"system.info.join": "加入社区,获取最新动态和技术支持",
"system.info.label.name": "系统名称",
"system.info.label.version": "版本号",
"system.info.label.build": "构建工具",
"system.info.label.frontend": "前端框架",
"system.info.label.ui": "UI框架",
"system.info.label.css": "CSS框架",
"system.info.label.router": "路由管理",
"system.info.label.state": "状态管理",
"system.info.label.ts": "TypeScript",
"system.info.link.github": "GitHub 仓库",
"system.info.link.docs": "在线文档",
"system.info.link.demo": "演示地址",
"system.info.link.issues": "问题反馈",
"system.info.log.content": "基于React 19、Vite 7、ReactRouter 7、zustand 5 和 TypeScript,重构项目模块",
"system.info.author.name": "XinAdmin 团队",
"system.info.author.role": "企业级中后台解决方案提供者",
"system.info.contact.github": "GitHub",
"system.info.contact.group": "QQ群",
"system.info.contact.discuss": "讨论区",
"system.info.desc.content": "XinAdmin 是一个基于 Ant Design 设计规范的企业级中后台前端模板,采用最新的前端技术栈,包括 React 19、Vite 7、ReactRouter 7、zustand 5 和 TypeScript。\n\n核心特性:\n✨ 前沿技术栈 - React 19 + Vite 7 + TypeScript 5.8\n👑 Ant Design 规范 - 模块化解决方案,减少冗余开发\n🎢 清晰代码结构 - 语义化目录命名,独立命名空间\n🎡 ReactRouter v7 - 支持后端动态路由,自动生成菜单\n🧩 TailwindCSS - 原子化CSS,与 Ant Design 完美配合\n🎡 内置国际化 - 支持中英日法俄5种语言\n⛳ 完善的页面组件 - 包含错误页、布局组件等",
"system.info.tag.enterprise": "企业级",
"system.info.tag.ready": "开箱即用",
"system.info.tag.scalable": "可扩展",
"system.info.tag.modern": "现代化",
"system.info.tag.i18n": "国际化",
"system.info.tag.auth": "权限控制",
};