-
Notifications
You must be signed in to change notification settings - Fork 188
/
Copy pathi18n.json
114 lines (114 loc) · 2.98 KB
/
i18n.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"introduction": {
"en": "Introduction",
"zh": "介绍"
},
"quickStart": {
"en": "Quick start",
"zh": "快速上手"
},
"subtitle": {
"en": "The Rspack Powered Build Tool",
"zh": "由 Rspack 驱动的构建工具"
},
"slogan": {
"en": "Build your web application instantly",
"zh": "在瞬息之间构建你的 Web 应用"
},
"rspackBased": {
"en": "Rspack-based",
"zh": "基于 Rspack"
},
"rspackBasedDesc": {
"en": "Using Rspack to bring you the ultimate development experience.",
"zh": "享受 Rspack 带来的极致开发体验。"
},
"batteriesIncluded": {
"en": "Batteries Included",
"zh": "开箱即用"
},
"batteriesIncludedDesc": {
"en": "Out-of-the-box integration with the most practical building features in the ecosystem.",
"zh": "集成生态中最实用的构建功能。"
},
"frameworkAgnostic": {
"en": "Framework Agnostic",
"zh": "框架无关"
},
"frameworkAgnosticDesc": {
"en": "Supports React, Vue, Svelte, and more frameworks.",
"zh": "支持 React、Vue、Solid、Svelte 等。"
},
"deepOptimization": {
"en": "Deep Optimization",
"zh": "深度优化"
},
"deepOptimizationDesc": {
"en": "Automatically optimize static assets to maximizing production performance.",
"zh": "自动优化静态资源,最大化生产性能。"
},
"highlyPluggable": {
"en": "Highly Pluggable",
"zh": "灵活插拔"
},
"highlyPluggableDesc": {
"en": "Comes with a lightweight plugin system and a set of high quality plugins.",
"zh": "提供轻量级插件系统和一系列高质量插件。"
},
"easyToConfigure": {
"en": "Easy To Configure",
"zh": "易于配置"
},
"easyToConfigureDesc": {
"en": "Start with zero configuration and everything is configurable.",
"zh": "以零配置启动,然后一切皆可配置。"
},
"toolStackTitle": {
"en": "Rstack",
"zh": "Rstack"
},
"toolStackDesc": {
"en": "High-performance toolchain built around Rspack to boost modern web development",
"zh": "围绕 Rspack 打造的高性能工具链,助力现代 Web 开发"
},
"benchmarkTitle": {
"en": "Lightning Fast",
"zh": "构建极快"
},
"benchmarkDesc": {
"en": "Combining Rust and TypeScript with a parallelized architecture to bring you the ultimate developer experience",
"zh": "基于 Rust 和 TypeScript 的高度并行、增量编译架构,构建性能极佳,带来极致的开发体验。"
},
"guide": {
"en": "Guide",
"zh": "指南"
},
"features": {
"en": "Features",
"zh": "特性"
},
"migration": {
"en": "Migration",
"zh": "迁移"
},
"ecosystem": {
"en": "Ecosystem",
"zh": "生态"
},
"cli": {
"en": "CLI",
"zh": "命令行工具"
},
"pluginApi": {
"en": "Plugin API",
"zh": "插件 API"
},
"community": {
"en": "Community",
"zh": "社区"
},
"configuration": {
"en": "Configuration",
"zh": "配置"
}
}