@@ -49,34 +49,34 @@ export const FeatureBlock = ({
49
49
export const Content = () => {
50
50
const karporVsOthers = [
51
51
{
52
- label: " User Interface " ,
52
+ label: " 用户界面 " ,
53
53
karpor: true ,
54
54
kubernetesDashboard: true ,
55
55
labelDesc: " " ,
56
56
},
57
57
{
58
- label: " Multi-Cluster " ,
58
+ label: " 多集群 " ,
59
59
karpor: true ,
60
60
kubernetesDashboard: false ,
61
- labelDesc: " Ability to connect to multiple clusters simultaneously " ,
61
+ labelDesc: " 能够同时连接到多个集群 " ,
62
62
},
63
63
{
64
- label: " Aggregated Resource View " ,
64
+ label: " 聚合资源视图 " ,
65
65
karpor: true ,
66
66
kubernetesDashboard: false ,
67
- labelDesc: " Human-friendly view for resources " ,
67
+ labelDesc: " 人类友好的资源视图 " ,
68
68
},
69
69
{
70
- label: " Security Compliance " ,
70
+ label: " 安全合规 " ,
71
71
karpor: true ,
72
72
kubernetesDashboard: false ,
73
- labelDesc: " Automatic scanning risk, assessing health score " ,
73
+ labelDesc: " 自动扫描风险,评估健康分 " ,
74
74
},
75
75
{
76
- label: " Resource Relationship Topology " ,
76
+ label: " 资源关系拓扑 " ,
77
77
karpor: true ,
78
78
kubernetesDashboard: false ,
79
- labelDesc: " Insight into the context of resources " ,
79
+ labelDesc: " 洞察资源的上下文关系 " ,
80
80
},
81
81
];
82
82
const h2Style = {
@@ -94,9 +94,9 @@ export const Content = () => {
94
94
React .useEffect (() => {
95
95
const typed = new Typed (el .current , {
96
96
strings: [
97
- " <b>Locate </b> resources, for <b>Developers </b>. " ,
98
- " <b>Explore </b> cluster insights, for <b>Admins </b>. " ,
99
- " <b>Connect </b> multi-clusters, for <b>Platforms </b>. " ,
97
+ " 帮助 <b>开发者 </b>快速 <b>定位 </b>资源 " ,
98
+ " 帮助 <b>管理员 </b>深入 <b>洞察 </b>集群 " ,
99
+ " 帮助 <b>平台 </b>和多集群建立 <b>连接 </b>" ,
100
100
],
101
101
typeSpeed: 40 ,
102
102
backDelay: 1500 ,
@@ -153,22 +153,20 @@ export const Content = () => {
153
153
}}
154
154
>
155
155
<div style = { { width: " 100%" }} >
156
- <h2 style = { h2Style } >📖 What is Karpor? </h2 >
156
+ <h2 style = { h2Style } >📖 Karpor 是什么? </h2 >
157
157
<div style = { { padding: " 5px 0px" }} >
158
- Karpor is <b >Intelligence for Kubernetes</b >. It brings advanced{ " " }
159
- <b >🔍 Search, 💡 Insight and ✨ AI</b > to Kubernetes. It is
160
- essentially a <b >Kubernetes Explorer</b >/
161
- <b >Kubernetes Dashboard</b >. With Karpor, you can gain crucial
162
- visibility into your Kubernetes clusters across any clouds and
163
- empower developers to ship faster.
158
+ Karpor 是<b >智能化的 Kubernetes 平台</b >,它为 Kubernetes
159
+ 带来了高级的 <b >🔍 搜索、💡 洞察和 ✨ AI</b > 功能,本质上是一个
160
+ <b >Kubernetes 资源管理器/Kubernetes 仪表板</b >。通过
161
+ Karpor,您可以在任何云平台上获得对 Kubernetes
162
+ 集群的关键可见性,并使开发人员能够更快地交付。
164
163
</div >
165
164
<div style = { { padding: " 5px 0px" }} >
166
- We hope to become a{ " " }
167
- <b >
168
- small and beautiful, vendor-neutral, developer-friendly,
169
- community-driven
170
- </b >{ " " }
171
- project! 🚀
165
+ 我们希望成为一个
166
+ <b >
167
+ 小而美、厂商中立、开发者友好、社区驱动
168
+ </b >
169
+ 项目! 🚀
172
170
</div >
173
171
</div >
174
172
<div style = { { width: " 100%" , padding: " 10px" }} >
@@ -193,7 +191,7 @@ export const Content = () => {
193
191
</div >
194
192
</div >
195
193
<div style = { { padding: " 10px 0" }} >
196
- <h2 style = { h2Style } >💡 Why Karpor? </h2 >
194
+ <h2 style = { h2Style } >💡 为什么选择 Karpor? </h2 >
197
195
<div
198
196
style = { {
199
197
width: " 100%" ,
@@ -202,46 +200,42 @@ export const Content = () => {
202
200
}}
203
201
>
204
202
<FeatureBlock
205
- title = " 🔍 Search "
203
+ title = " 🔍 搜索 "
206
204
imgSrc = { searchImg }
207
205
imgAlt = " Karpor Search"
208
206
>
209
207
<div style = { { verticalAlign: " middle" , border: " none" }} >
210
- <b >⚡️ Automatic Syncing </b >
208
+ <b >⚡️ 自动同步 </b >
211
209
<br />
212
- Automatically synchronize your resources across any clusters
213
- managed by the multi-cloud platform.
210
+ 自动同步您在多云平台管理的任何集群中的资源
214
211
<br />
215
212
<br />
216
- <b >🔍 Powerful, flexible queries </b >
213
+ <b >🔍 强大灵活的查询 </b >
217
214
<br />
218
- Effectively retrieve and locate resources across multi clusters that
219
- you are looking for in a quick and easy way.
215
+ 以快速简单的方式有效地检索和定位跨集群的资源
220
216
</div >
221
217
</FeatureBlock >
222
218
<br />
223
219
<FeatureBlock
224
- title = " 💡 Insight "
220
+ title = " 💡 洞察 "
225
221
imgSrc = { insightImg }
226
222
reverse = { true }
227
223
imgAlt = " Karpor Insight"
228
224
>
229
225
<div style = { { verticalAlign: " middle" , border: " none" }} >
230
- <b >🔒 Compliance Governance </b >
226
+ <b >🔒 安全合规 </b >
231
227
<br />
232
- Understand your compliance status across multiple clusters and
233
- compliance standards.
228
+ 了解您在多个集群和合规标准中的合规性状态
234
229
<br />
235
230
<br />
236
- <b >📊 Resource Topology </b >
231
+ <b >📊 资源拓扑 </b >
237
232
<br />
238
- Logical and topological views of relevant resources within their
239
- operational context.
233
+ 提供包含资源运行上下文信息的关系拓扑和逻辑视图
240
234
<br />
241
235
<br />
242
- <b >📉 Cost Optimization </b >
236
+ <b >📉 成本优化 </b >
243
237
<br />
244
- Coming soon.
238
+ 即将推出
245
239
</div >
246
240
</FeatureBlock >
247
241
<br />
@@ -251,21 +245,19 @@ export const Content = () => {
251
245
imgAlt = " karpor ai"
252
246
>
253
247
<div style = { { verticalAlign: " middle" , border: " none" }} >
254
- <b >💬 Natural Language Operations </b >
248
+ <b >💬 自然语言操作 </b >
255
249
<br />
256
- Interact with Kubernetes using plain language for more intuitive
257
- operations.
250
+ 使用自然语言与 Kubernetes 交互,实现更直观的操作
258
251
<br />
259
252
<br />
260
- <b >📦 Contextual AI Responses </b >
253
+ <b >📦 情境化 AI 响应 </b >
261
254
<br />
262
- Get smart, contextual assistance that understands your needs.
255
+ 获得智能的、情境化的辅助,满足您的需求
263
256
<br />
264
257
<br />
265
- <b >🤖 AIOps for Kubernetes</b >
258
+ <b >🤖 Kubernetes AIOps </b >
266
259
<br />
267
- Automate and optimize Kubernetes management with AI-powered
268
- insights.
260
+ 利用 AI 驱动的洞察,自动化和优化 Kubernetes 管理
269
261
</div >
270
262
</FeatureBlock >
271
263
<br />
@@ -357,7 +349,7 @@ export const Content = () => {
357
349
);
358
350
})}
359
351
</div >
360
- <h2 style = { h2Style } >🎖️ Open Source Contributors </h2 >
352
+ <h2 style = { h2Style } >🎖️ 项目贡献者 </h2 >
361
353
<div
362
354
style = { {
363
355
... flexDirectionStyle ,
@@ -367,15 +359,15 @@ export const Content = () => {
367
359
fontSize: 18 ,
368
360
}}
369
361
>
370
- <p style = { { marginBottom: 10 }} >Thanks all ! 🍻</p >
362
+ <p style = { { marginBottom: 10 }} >感谢这些了不起的人 ! 🍻</p >
371
363
<p >
372
- Follow { " " }
373
- <a href = " developer-guide/contribution-guide/" >Contributing Guide </a >,
374
- come and join us ! 👇
364
+ 查看 { " " }
365
+ <a href = " developer-guide/contribution-guide/" >贡献指南 </a >,
366
+ 欢迎加入我们 ! 👇
375
367
</p >
376
368
<img src = " https://contrib.rocks/image?repo=KusionStack/karpor" />
377
369
</div >
378
- <h2 style = { h2Style } >👉 Next Step </h2 >
370
+ <h2 style = { h2Style } >👉 下一步 </h2 >
379
371
<div
380
372
style = { {
381
373
padding: " 10px" ,
@@ -384,14 +376,14 @@ export const Content = () => {
384
376
>
385
377
<ul >
386
378
<li >
387
- Try Karpor's <a href = " getting-started/quick-start" >Quick Start </a >.
379
+ 查看 Karpor 的 <a href = " getting-started/quick-start" >快速开始 </a >.
388
380
</li >
389
381
<li >
390
- Learn Karpor's <a href = " concepts/architecture" >Architecture </a >.
382
+ 学习 Karpor 的 <a href = " concepts/architecture" >架构 </a >.
391
383
</li >
392
384
<li >
393
- Follow <a href = " user-guide/multi-cluster-management" >User Guide </a >{ " " }
394
- to learn more on what you can achieve with Karpor.
385
+ 查看 <a href = " user-guide/multi-cluster-management" >用户指南 </a >{ " " }
386
+ 学习更多 Karpor 可以做的事情 .
395
387
</li >
396
388
</ul >
397
389
</div >
@@ -400,6 +392,3 @@ export const Content = () => {
400
392
};
401
393
402
394
<Content />
403
-
404
-
405
-
0 commit comments