| 123456789101112131415161718192021222324252627 |
- export const en_US = {
- hnay: 'Has not adapted yet',
- pn: 'Please enter the project name',
- pncbne: 'Project name cannot be empty',
- pane: 'Project name already exists',
- psat: 'Please select a template',
- oc: 'Operation cancelled',
- pca: 'Please choose again',
- cfsing: 'Creating file...',
- pcsucc: 'Project created successfully',
- tgs: 'To get started:',
- pcyt: 'Please configure the theme color in the tailwind.config.js file',
- };
- export const zh_CN = {
- hnay: '暂未适配',
- pn: '请输入项目名称',
- pncbne: '项目名称不能为空',
- pane: '项目名称已存在',
- psat: '请选择一个模板',
- oc: '操作已取消',
- pca: '请重新选择',
- cfsing: '正在创建文件...',
- pcsucc: '项目创建成功',
- tgs: '开始:',
- pcyt: '请到 tailwind.config.js 文件内配置主题色',
- };
|