index.mjs 875 B

123456789101112131415161718192021222324252627
  1. export const en_US = {
  2. hnay: 'Has not adapted yet',
  3. pn: 'Please enter the project name',
  4. pncbne: 'Project name cannot be empty',
  5. pane: 'Project name already exists',
  6. psat: 'Please select a template',
  7. oc: 'Operation cancelled',
  8. pca: 'Please choose again',
  9. cfsing: 'Creating file...',
  10. pcsucc: 'Project created successfully',
  11. tgs: 'To get started:',
  12. pcyt: 'Please configure the theme color in the tailwind.config.js file',
  13. };
  14. export const zh_CN = {
  15. hnay: '暂未适配',
  16. pn: '请输入项目名称',
  17. pncbne: '项目名称不能为空',
  18. pane: '项目名称已存在',
  19. psat: '请选择一个模板',
  20. oc: '操作已取消',
  21. pca: '请重新选择',
  22. cfsing: '正在创建文件...',
  23. pcsucc: '项目创建成功',
  24. tgs: '开始:',
  25. pcyt: '请到 tailwind.config.js 文件内配置主题色',
  26. };