Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Custom Dictionary Words
applypatch
bundleless
cdpath
clippy
dirents
Expand Down
122 changes: 1 addition & 121 deletions website/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"zh": "快速上手"
},
"getStarted": {
"en": "Get Started",
"en": "Get started",
"zh": "开始使用"
},
"github": {
Expand All @@ -27,126 +27,6 @@
"en": "One CLI unifies development, builds, testing, linting, and formatting across all your JavaScript projects. Powered by the Rspack ecosystem.",
"zh": "只需一个 CLI,即可统一所有 JavaScript 项目的开发、构建、测试、代码检查与格式化。由 Rspack 生态驱动。"
},
"appCommandTitle": {
"en": "From dev to production, fast",
"zh": "从开发到构建,快人一步"
},
"appCommandDesc": {
"en": "Powered by Rspack and Rsbuild, start a dev server quickly and build enterprise-grade web applications",
"zh": "基于 Rspack 和 Rsbuild,快速启动开发服务器,构建企业级 Web 应用"
},
"appCommandHmr": {
"en": "Build 5–20× faster than webpack",
"zh": "构建速度比 webpack 快 5–20 倍"
},
"appCommandProduction": {
"en": "Optimize bundles for faster runtime performance",
"zh": "全方位优化产物,运行更快"
},
"appCommandConfig": {
"en": "A consistent bundling process for development and production",
"zh": "开发与生产采用一致的打包流程"
},
"libCommandTitle": {
"en": "Your library, ready to ship",
"zh": "构建你的库,轻松交付"
},
"libCommandDesc": {
"en": "Build reusable JavaScript libraries with Rslib, with the flexibility to develop shared libraries, CLI tools, and components",
"zh": "使用 Rslib 构建可复用的 JavaScript 库,灵活应对公共库、命令行和组件开发需求"
},
"libCommandFormats": {
"en": "One configuration for ESM, CJS, Module Federation, and more",
"zh": "一份配置,输出 ESM、CJS 和模块联邦等多种格式"
},
"libCommandModes": {
"en": "Choose bundle or bundleless output to suit your needs",
"zh": "按需选择 bundle 或 bundleless 输出模式"
},
"libCommandTypes": {
"en": "Generate type declarations quickly with TypeScript 7",
"zh": "使用 TypeScript 7 快速生成类型声明"
},
"testCommandTitle": {
"en": "Faster tests, instant feedback",
"zh": "更快测试,即时反馈"
},
"testCommandDesc": {
"en": "Test JavaScript with Rstest for fast feedback from local development to CI",
"zh": "使用 Rstest 测试 JavaScript 代码,从本地开发到 CI 保持高效反馈"
},
"testCommandConfig": {
"en": "Automatically reuse existing build configuration to reduce maintenance",
"zh": "自动复用已有构建配置,减少维护成本"
},
"testCommandApi": {
"en": "Familiar Jest APIs",
"zh": "熟悉的 Jest API"
},
"testCommandPerformance": {
"en": "Tests accelerated by Rspack, 20%+ faster than Jest",
"zh": "由 Rspack 加速测试,比 Jest 快 20%+"
},
"checkCommandTitle": {
"en": "Consistent standards, faster checks",
"zh": "统一规范,更快检查"
},
"checkCommandDesc": {
"en": "One command for linting, formatting checks, and type checking to keep team standards consistent",
"zh": "一个命令完成代码检查、格式校验和类型检查,保持团队规范一致"
},
"checkCommandLint": {
"en": "Lint 20–40× faster than ESLint",
"zh": "代码检查速度比 ESLint 快 20–40 倍"
},
"checkCommandFormat": {
"en": "Format 5–10× faster than Prettier",
"zh": "格式化速度比 Prettier 快 5–10 倍"
},
"checkCommandCompatibility": {
"en": "Compatible with ESLint and Prettier configuration and plugins",
"zh": "兼容 ESLint 和 Prettier 的配置项与插件"
},
"hooksCommandTitle": {
"en": "Checks in every commit",
"zh": "让检查融入每次提交"
},
"hooksCommandDesc": {
"en": "Bring code checks into your Git workflow while keeping your existing lint-staged configuration and Husky workflow",
"zh": "将代码检查融入 Git 工作流,延续现有 lint-staged 配置与 Husky 工作流"
},
"hooksCommandSetup": {
"en": "Manage repository-wide Git hooks in one place",
"zh": "统一管理仓库级 Git hooks"
},
"hooksCommandStaged": {
"en": "Automatically check staged files",
"zh": "自动检查暂存区文件"
},
"hooksCommandTasks": {
"en": "Run custom commands to suit your workflow",
"zh": "灵活运行自定义命令"
},
"docCommandTitle": {
"en": "Build AI-friendly docs sites",
"zh": "生成 AI 友好的文档站"
},
"docCommandDesc": {
"en": "Generate beautiful, AI-friendly static documentation sites with Rspress and maintain docs alongside your code",
"zh": "使用 Rspress 生成美观、AI 友好的静态文档站,让文档与代码一同维护"
},
"docCommandMarkdown": {
"en": "Write content with Markdown and MDX",
"zh": "使用 Markdown 和 MDX 编写内容"
},
"docCommandFeatures": {
"en": "Full-text search and multilingual support out of the box",
"zh": "开箱即用的全文搜索与多语言支持"
},
"docCommandWorkflow": {
"en": "Automatically generate llms.txt and Markdown files for AI agents to read",
"zh": "自动生成 llms.txt 与 Markdown 文件,供 AI Agent 读取"
},
"guide": {
"en": "Guide",
"zh": "指南"
Expand Down
Loading