utquidem
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
18 lines (17 loc) • 747 B
text/typescript
export const ZH_LOCALE = {
command: {
description: '创建 @modern-js 应用',
mwa: '一键创建 MWA 应用(使用默认配置)',
module: '一键创建模块化应用(使用默认配置)',
monorepo: '一键常见 Monorepo 应用(使用默认配置)',
config: '创建项目默认配置(JSON 字符串)',
distTag: '生成项目时生成器使用特殊的 npm Tag',
registry: '在创建过程中定制 npm Registry',
debug: '开启 Debug 模式,打印调试日志信息',
plugin: '使用生成器插件创建新的工程方案类型或定制化 Modern.js 工程方案',
},
tooltip: {
dir_entry: `你可以执行 'cd {dirName}' 进入目录`,
dir_exists: `目录 '{dirName}' 已经存在`,
},
};