en_US.js 334 B

1234567891011
  1. export default {
  2. title: 'Intelligent eTMF System',
  3. subtitle: 'Welcome',
  4. systemInfo: 'System Information',
  5. framework: 'Framework Version',
  6. platform: 'Platform',
  7. frameworkValue: 'Vue 3 + uni-app',
  8. platformValue: 'WeChat Mini Program',
  9. startButton: 'Get Started',
  10. welcomeMessage: 'Welcome to Intelligent eTMF System'
  11. }