Files
2026-07-13 15:23:29 +08:00

51 lines
2.3 KiB
TypeScript

export default {
'system.info.title': 'System Info',
'system.info.basic.title': 'System Basic Info',
'system.info.project.title': 'Project Address',
'system.info.changelog.title': 'Changelog',
'system.info.author.title': 'Author Introduction',
'system.info.desc.title': 'System Description',
'system.info.join': 'Join the community for updates and support',
'system.info.label.name': 'System Name',
'system.info.label.version': 'Version',
'system.info.label.build': 'Build Tool',
'system.info.label.frontend': 'Frontend Framework',
'system.info.label.ui': 'UI Framework',
'system.info.label.css': 'CSS Framework',
'system.info.label.router': 'Router Management',
'system.info.label.state': 'State Management',
'system.info.label.ts': 'TypeScript',
'system.info.link.github': 'GitHub Repository',
'system.info.link.docs': 'Online Documentation',
'system.info.link.demo': 'Demo Address',
'system.info.link.issues': 'Issues & Feedback',
'system.info.log.content': 'Refactored project modules based on React 19, Vite 7, ReactRouter 7, zustand 5, and TypeScript',
'system.info.author.name': 'XinAdmin Team',
'system.info.author.role': 'Enterprise-level Admin Solution Provider',
'system.info.contact.github': 'GitHub',
'system.info.contact.group': 'QQ Group',
'system.info.contact.discuss': 'Discussions',
'system.info.desc.content': `XinAdmin is an enterprise-level admin template based on Ant Design design specifications, adopting the latest frontend tech stack including React 19, Vite 7, ReactRouter 7, zustand 5, and TypeScript.
Core Features:
✨ Cutting-edge Stack - React 19 + Vite 7 + TypeScript 5.8
👑 Ant Design Specs - Modular solution, reducing redundant development
🎢 Clear Structure - Semantic directory naming, independent namespaces
🎡 ReactRouter v7 - Supports backend dynamic routing, auto menu generation
🧩 TailwindCSS - Atomic CSS, perfect match with Ant Design
🎡 Built-in i18n - Supports 5 languages including English, Chinese, etc.
⛳ Complete Page Components - Includes error pages, layout components, etc.`,
'system.info.tag.enterprise': 'Enterprise',
'system.info.tag.ready': 'Out of Box',
'system.info.tag.scalable': 'Scalable',
'system.info.tag.modern': 'Modern',
'system.info.tag.i18n': 'Internationalization',
'system.info.tag.auth': 'Access Control',
};