forked from rstackjs/rstack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.json
More file actions
66 lines (66 loc) · 1.74 KB
/
Copy pathi18n.json
File metadata and controls
66 lines (66 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"quickStart": {
"en": "Quick start",
"zh": "快速上手"
},
"subtitle": {
"en": "The Unified JavaScript Toolchain",
"zh": "统一的 JavaScript 工具链"
},
"slogan": {
"en": "One CLI, one configuration, one consistent workflow",
"zh": "一个命令行、一份配置、一致的工作流"
},
"unifiedCli": {
"en": "One CLI",
"zh": "统一命令行"
},
"unifiedCliDesc": {
"en": "Develop, build, test, lint, format code, build libraries, and serve docs with the rs command.",
"zh": "通过 rs 命令完成开发、构建、测试、检查、格式化、库构建和文档开发。"
},
"oneConfig": {
"en": "One Configuration",
"zh": "统一配置"
},
"oneConfigDesc": {
"en": "Configure the whole toolchain from a single rstack.config.ts file.",
"zh": "在一份 rstack.config.ts 中配置完整工具链。"
},
"ecosystemPowered": {
"en": "Rstack Powered",
"zh": "Rstack 驱动"
},
"ecosystemPoweredDesc": {
"en": "Built on Rspack, Rsbuild, Rslib, Rstest, Rslint, and Rspress.",
"zh": "基于 Rspack、Rsbuild、Rslib、Rstest、Rslint 和 Rspress。"
},
"workflowFriendly": {
"en": "Workflow Friendly",
"zh": "融入现有工作流"
},
"workflowFriendlyDesc": {
"en": "Keep using your preferred runtime, package manager, and task runner.",
"zh": "继续使用你熟悉的运行时、包管理器和任务编排工具。"
},
"guide": {
"en": "Guide",
"zh": "指南"
},
"commands": {
"en": "Commands",
"zh": "命令"
},
"configuration": {
"en": "Configuration",
"zh": "配置"
},
"ecosystem": {
"en": "Ecosystem",
"zh": "生态"
},
"community": {
"en": "Community",
"zh": "社区"
}
}