Skip to content

Commit fedae51

Browse files
authored
docs: refine Chinese product guide and translations (#2981)
- Refine product description and slogan in Chinese for better professionalism and flow. - Split 'Search & Geo Native' into separate 'Search Native' and 'Geo Native' cards in DocsOverview. - Remove 'Unified Deployment' card and 'Introduction to Databend Products' section to streamline the page. - Update i18n/zh/code.json with improved translations for core features.
1 parent 0273959 commit fedae51

File tree

3 files changed

+100
-153
lines changed

3 files changed

+100
-153
lines changed

docs/cn/guides/00-products/index.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ import LanguageDocs from '@site/src/components/LanguageDocs';
1212
cn=
1313
'
1414

15-
**Databend** —— **一套引擎撑起所有数据与场景(ANY DATA. ANY SCALE. ONE DATABASE).**
15+
**Databend 是一款基于 Rust 研发的开源**云原生数仓。它通过**标准 SQL 接口**,将存储、向量、分析、搜索及地理空间引擎融为一体。无需数据迁移,即可基于对象存储实现对各类数据的存储、检索、语义分析及实时洞察。
1616

17-
**Databend 是开源的**云原生数仓,把存储、向量搜索、SQL 分析、全文检索与地理计算统一到一套与 **Snowflake 兼容的 SQL 接口上**。所有数据都放在对象存储里,写入、分析、搜索一次到位,无需折腾多套系统。
18-
19-
[**GitHub**](https://github.com/databendlabs/databend) 上探索其引擎。您可以通过 [**Databend Cloud**](https://www.databend.cn/)`docker run``pip install databend` 启动它,每种方式都在您的对象存储上运行着同一个统一的引擎。
17+
访问 [**GitHub**](https://github.com/databendlabs/databend) 探索核心引擎。无论通过 [**Databend Cloud**](https://www.databend.cn/)`docker run` 还是 `pip install databend` 启动,运行的都是同一套基于对象存储的统一引擎。
2018

2119
'
2220
en=
@@ -31,38 +29,38 @@ Explore the engine on [**GitHub**](https://github.com/databendlabs/databend). La
3129
'/>
3230
<DocsOverview />
3331

34-
**推荐先从这些主题开始了解**
32+
**核心主题概览:**
3533

3634
**快速上手**
3735

38-
- **[快速开始](/guides/deploy/quickstart)**: Docker 几分钟内启动 Databend,并加载示例数据
39-
- **[Databend Cloud](/guides/cloud)**: 创建无服务器仓库,集中管理组织与资源
40-
- **[连接到 Databend](/guides/sql-clients)**: 通过常见 SQL 客户端或编程语言接入 Databend。
41-
- **[SQL 参考](/sql)**: 查询 Databend 支持的 SQL 命令、函数与语法
36+
- **[快速开始](/guides/deploy/quickstart)**: 使用 Docker 快速启动 Databend,加载示例数据并体验核心功能
37+
- **[Databend Cloud](/guides/cloud)**: 创建 Serverless 数仓,高效管理组织与数据资源
38+
- **[连接 Databend](/guides/sql-clients)**: 支持主流 SQL 客户端及编程语言,连接并使用 Databend。
39+
- **[SQL 参考](/sql)**: 查阅 Databend 支持的 SQL 命令、函数及语法详情
4240

4341
**数据处理**
4442

45-
- **[数据加载](/guides/load-data)**: 把不同来源的数据导入 Databend
46-
- **[数据卸载](/guides/unload-data)**: 将 Databend 数据导出为所需格式
47-
- **[半结构化数据](/sql/sql-functions/semi-structured-functions)**: 借助 VARIANT 处理 JSON、数组与嵌套结构
43+
- **[数据加载](/guides/load-data)**: 支持从多种数据源高效导入数据
44+
- **[数据卸载](/guides/unload-data)**: 将数据导出为多种格式,满足下游处理需求
45+
- **[半结构化数据](/sql/sql-functions/semi-structured-functions)**: 利用 VARIANT 类型,高效处理 JSON、数组及嵌套数据
4846

49-
**统一引擎场景**
47+
**统一分析场景**
5048

51-
- **[SQL 分析指南](/guides/query/sql-analytics)**: 用同一套引擎支撑分析、搜索、向量与地理任务
52-
- **[JSON 与搜索指南](/guides/query/json-search)**: 依托倒排索引和 Elasticsearch 风格 `QUERY` 检索 VARIANT 载荷
53-
- **[向量数据库指南](/guides/query/vector-db)**: 在 Databend 内存储嵌入并完成语义相似检索
54-
- **[地理分析指南](/guides/query/geo-analytics)**: 借助地理空间 SQL 绘制事件地图,实时定位热点
55-
- **[湖仓 ETL 指南](/guides/query/lakehouse-etl)**: 将对象存储文件流式写入托管表,杜绝数据孤岛
49+
- **[SQL 分析指南](/guides/query/sql-analytics)**: 基于统一平台,处理分析、搜索、向量及地理空间任务
50+
- **[JSON 与搜索指南](/guides/query/json-search)**: 结合倒排索引与 Elasticsearch 语法,实现 VARIANT 数据的高效检索
51+
- **[向量数据库指南](/guides/query/vector-db)**: 原生存储向量数据(Embeddings),直接在 SQL 中进行语义相似度计算
52+
- **[地理分析指南](/guides/query/geo-analytics)**: 利用地理空间 SQL 能力,进行地图绘制与位置分析
53+
- **[湖仓 ETL 指南](/guides/query/lakehouse-etl)**: 将对象存储文件流式写入托管表,消除数据孤岛
5654

5755
**性能与扩展**
5856

59-
- **[性能优化](/guides/performance)**: 结合多种策略加速查询与计算
60-
- **[基准测试](/guides/benchmark)**: 了解 Databend 与其他数据仓库的性能对比
61-
- **[数据湖仓](/sql/sql-reference/table-engines)**: HiveIcebergDelta Lake 无缝协作
57+
- **[性能优化](/guides/performance)**: 了解核心优化策略,提升查询性能
58+
- **[基准测试](/guides/benchmark)**: 查看 Databend 与其他数仓的性能对比报告
59+
- **[数据湖仓](/sql/sql-reference/table-engines)**: 集成 Hive, IcebergDelta Lake,构建开放的数据湖仓
6260

6361
**社区与支持**
6462

65-
- **[加入 Slack](https://link.databend.com/join-slack)**: 与社区成员及核心工程师直接交流
66-
- **[文档问题](https://github.com/databendlabs/databend-docs/issues)**: 反馈文档缺失或提交改进建议
67-
- **[路线图](https://github.com/databendlabs/databend/issues/14167)**: 跟踪即将发布的功能并留下意见
68-
- **[邮件联系](mailto:[email protected])**: 需要即时协助时写信给我们
63+
- **[加入 Slack](https://link.databend.com/join-slack)**: 加入社区,与核心开发团队及用户交流
64+
- **[文档反馈](https://github.com/databendlabs/databend-docs/issues)**: 提交文档问题或改进建议
65+
- **[路线图](https://github.com/databendlabs/databend/issues/14167)**: 关注开发计划,了解未来功能规划
66+
- **[联系我们](mailto:[email protected])**: 如需帮助,请邮件联系我们

i18n/zh/code.json

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
"description": "学习如何使用 Databend 的描述"
503503
},
504504
"Quick Start": {
505-
"message": "快速入门",
505+
"message": "快速开始",
506506
"description": "快速入门部分的标题"
507507
},
508508
"Get started with Databend in 5 minutes": {
@@ -522,27 +522,27 @@
522522
"description": "Databend Cloud 部分的描述"
523523
},
524524
"Connect to Databend": {
525-
"message": "连接 Databend",
525+
"message": "客户端连接",
526526
"description": "连接到 Databend 部分的标题"
527527
},
528528
"Developer Resources": {
529-
"message": "开发者资源",
529+
"message": "开发者",
530530
"description": "开发者资源的链接文字"
531531
},
532532
"Connect your application to Databend in just a few minutes.": {
533-
"message": "几分钟内就能让应用接入 Databend。",
533+
"message": "仅需几分钟,即可将您的应用连接至 Databend。",
534534
"description": "连接到 Databend 部分的描述"
535535
},
536536
"Load Data into Databend": {
537-
"message": "向 Databend 加载数据",
537+
"message": "数据导入",
538538
"description": "加载数据到 Databend 部分的标题"
539539
},
540540
"Know More": {
541541
"message": "了解更多",
542542
"description": "了解更多的链接文字"
543543
},
544544
"Bulk import data into Databend(Cloud) in multiple formats.": {
545-
"message": "以多种格式批量把数据导入 Databend(含 Cloud",
545+
"message": "支持多种格式,批量将数据导入 Databend 及 Databend Cloud。",
546546
"description": "加载数据到 Databend 部分的描述"
547547
},
548548
"AI & BI & Visualization & Notebooks": {
@@ -554,15 +554,15 @@
554554
"description": "所有工具的链接文字"
555555
},
556556
"Databend offers connectors and plugins for integrating with major data import tools, ensuring efficient data synchronization.": {
557-
"message": "Databend 提供主流导入工具的连接器与插件,保障高效同步",
557+
"message": "提供主流工具的连接器与插件,确保与现有生态的无缝集成与高效同步",
558558
"description": "AI & BI & 可视化 & 笔记本 部分的描述"
559559
},
560560
"Continuous Data Pipelines": {
561561
"message": "持续数据管道",
562562
"description": "连续数据管道部分的标题"
563563
},
564564
"Data pipelines automate the process of moving and changing data from different sources into Databend.": {
565-
"message": "数据管道自动完成多源采集、转换并写入 Databend",
565+
"message": "自动化数据管道,轻松实现多源数据的采集、转换与写入",
566566
"description": "连续数据管道部分的描述"
567567
},
568568
"Real-Time CDC Ingestion": {
@@ -582,7 +582,7 @@
582582
"description": "AI 功能的文本"
583583
},
584584
"Databend Products": {
585-
"message": "Databend 的产品",
585+
"message": "产品",
586586
"description": "Databend 产品的文本"
587587
},
588588
"Security": {
@@ -594,47 +594,15 @@
594594
"description": "联系支持的文本"
595595
},
596596
"Pricing": {
597-
"message": "价格相关",
597+
"message": "性能",
598598
"description": "价格的文本"
599599
},
600600
"Use Cases": {
601601
"message": "典型场景",
602602
"description": "Use Cases"
603603
},
604-
"Introduction to Databend Products": {
605-
"message": "Databend 产品导览",
606-
"description": "Databend 产品介绍部分的标题"
607-
},
608-
"Choose the deployment option that best fits your needs and scale.": {
609-
"message": "按业务规模选择最合适的部署方式。",
610-
"description": "Databend 产品介绍部分的描述"
611-
},
612-
"Databend Cloud": {
613-
"message": "Databend Cloud",
614-
"description": "Databend Cloud 产品的标题"
615-
},
616-
"Fully-managed cloud service. No setup required.": {
617-
"message": "全托管云服务,开箱即可使用。",
618-
"description": "Databend Cloud 产品的描述"
619-
},
620-
"Databend Enterprise": {
621-
"message": "Databend 企业版",
622-
"description": "Databend Enterprise 产品的标题"
623-
},
624-
"Self-hosted with enterprise features and support.": {
625-
"message": "自主部署,配备企业级功能与支持。",
626-
"description": "Databend Enterprise 产品的描述"
627-
},
628-
"Databend Community": {
629-
"message": "Databend 社区版",
630-
"description": "Databend 社区版 产品的标题"
631-
},
632-
"Open-source and free for all use cases.": {
633-
"message": "开源且永久免费。",
634-
"description": "Databend 社区版 产品的描述"
635-
},
636604
"Getting Started": {
637-
"message": "快速入门",
605+
"message": "快速开始",
638606
"description": "入门指南部分的标题"
639607
},
640608
"Create a Databend Cloud account or deploy your own Databend instance.": {
@@ -674,7 +642,7 @@
674642
"description": "自托管 Databend 卡片的描述"
675643
},
676644
"Downloading Databend": {
677-
"message": "下载 Databend",
645+
"message": "下载",
678646
"description": "下载 Databend 的链接文字"
679647
},
680648
"Licensing Databend": {
@@ -694,11 +662,11 @@
694662
"description": "FAQ"
695663
},
696664
"Product Features": {
697-
"message": "产品特性",
665+
"message": "核心特性",
698666
"description": "Product Features"
699667
},
700668
"Unified Engine": {
701-
"message": "统一引擎",
669+
"message": "统一计算引擎",
702670
"description": "Headline for unified engine feature"
703671
},
704672
"NoDesc": {
@@ -718,55 +686,55 @@
718686
"description": "Stores all data in object storage."
719687
},
720688
"Analytics, vector, search, and geo share one optimizer and runtime.": {
721-
"message": "分析、向量、搜索与地理能力共用一套优化器和执行引擎",
689+
"message": "分析、向量、搜索与地理计算,统一架构,一套引擎全覆盖",
722690
"description": "Description for unified engine feature"
723691
},
724692
"Unified Data": {
725-
"message": "统一数据层",
693+
"message": "统一数据底座",
726694
"description": "Headline for unified data feature"
727695
},
728696
"Structured, semi-structured, unstructured, and vector data share object storage.": {
729-
"message": "结构化、半结构化、非结构化与向量数据共享同一对象存储",
697+
"message": "结构化、半结构化与向量数据,统一存储,一份数据支撑全业务",
730698
"description": "Description for unified data feature"
731699
},
732700
"Analytics Native": {
733-
"message": "原生分析引擎",
701+
"message": "原生 SQL 分析(Analytics)",
734702
"description": "Headline for analytics native feature"
735703
},
736704
"ANSI SQL, windowing, incremental aggregates, and streaming power BI.": {
737-
"message": "ANSI SQL、窗口函数、增量聚合与流式处理为 BI 持续供能",
705+
"message": "兼容标准 SQL,支持流式聚合,为 BI 分析注入实时动力",
738706
"description": "Description for analytics native feature"
739707
},
740708
"Vector Native": {
741-
"message": "原生向量能力",
709+
"message": "原生向量支持(Vector)",
742710
"description": "Headline for vector native feature"
743711
},
744712
"Embeddings, vector indexes, and semantic retrieval all run in SQL.": {
745-
"message": "向量嵌入、索引与语义检索全部在 SQL 中完成",
713+
"message": "向量数据与语义检索,皆可使用 SQL 直接完成",
746714
"description": "Description for vector native feature"
747715
},
748716
"Search Native": {
749-
"message": "原生搜索能力",
717+
"message": "原生搜索能力(Search)",
750718
"description": "Headline for search native feature"
751719
},
752-
"JSON inverted indexes, geo functions, and ranking fuel hybrid maps.": {
753-
"message": "JSON 倒排索引、地理函数与排序能力共同驱动混合检索",
720+
"Full-text search and inverted indexes fuel hybrid retrieval.": {
721+
"message": "融合倒排索引与全文检索,高效支撑混合检索应用",
754722
"description": "Description for search native feature"
755723
},
756-
"Unified Deployment": {
757-
"message": "统一部署选择",
758-
"description": "Headline for unified deployment feature"
724+
"Geo Native": {
725+
"message": "原生地理空间(Geospatial)",
726+
"description": "Headline for geo native feature"
759727
},
760-
"Databend runs the same in Cloud, Docker, or `pip install`.": {
761-
"message": "无论 Cloud、Docker 还是 `pip install`,体验的都是同一个 Databend 引擎",
762-
"description": "Description for unified deployment feature"
728+
"Geospatial indexes and functions power map and location services.": {
729+
"message": "支持地理空间数据检索与分析,高效支撑地图与位置服务",
730+
"description": "Description for geo native feature"
763731
},
764732
"Start with Databend Cloud": {
765733
"message": "从 Databend Cloud 起步",
766734
"description": "Start with Databend Cloud"
767735
},
768736
"Get started in minutes with our fully-managed cloud service. No setup required.": {
769-
"message": "几分钟即可启用全托管云服务,无需任何额外配置",
737+
"message": "几分钟内即可启用全托管云服务,无需任何配置",
770738
"description": "Get started in minutes with our fully-managed cloud service. No setup required."
771739
},
772740
"What you need to know:": {
@@ -786,11 +754,11 @@
786754
"description": "Using Databend Cloud"
787755
},
788756
"Deploy Your Own Instance": {
789-
"message": "自主部署实例",
757+
"message": "部署您的私有实例",
790758
"description": "Deploy Your Own Instance"
791759
},
792760
"Install Databend on your infrastructure for complete control and customization.": {
793-
"message": "在自有基础设施上安装 Databend,配置完全可控",
761+
"message": "在您的基础设施上安装 Databend,实现完全的掌控与定制",
794762
"description": "Install Databend on your infrastructure for complete control and customization."
795763
},
796764
"5-Minute Quick Start": {
@@ -830,23 +798,55 @@
830798
"description": "Copying..."
831799
},
832800
"DOCUMENTATION": {
833-
"message": "文档",
801+
"message": "文档首页",
834802
"description": "DOCUMENTATION"
835803
},
836804
"Raise issue": {
837805
"message": "提 issue",
838806
"description": "Raise issue"
839807
},
840-
"Search & Geo Native": {
841-
"message": "原生搜索与地理",
842-
"description": "Headline for search native feature"
843-
},
844808
"Ask questions about this page": {
845809
"message": "询问关于此页面的问题",
846810
"description": "Ask questions about this page"
847811
},
848812
"Open in": {
849813
"message": "打开",
850814
"description": "Open in"
815+
},
816+
"Products": {
817+
"message": "产品",
818+
"description": "Products"
819+
},
820+
"Performance": {
821+
"message": "性能",
822+
"description": "Performance"
823+
},
824+
"Downloads": {
825+
"message": "下载",
826+
"description": "Downloads"
827+
},
828+
"RESOURCES": {
829+
"message": "资源",
830+
"description": "RESOURCES"
831+
},
832+
"COMMUNITY": {
833+
"message": "社区",
834+
"description": "COMMUNITY"
835+
},
836+
"Tutorials": {
837+
"message": "教程",
838+
"description": "Tutorials"
839+
},
840+
"SQL Reference": {
841+
"message": "SQL 参考",
842+
"description": "SQL Reference"
843+
},
844+
"Integrations": {
845+
"message": "集成",
846+
"description": "Integrations"
847+
},
848+
"Releases": {
849+
"message": "版本发布",
850+
"description": "Releases"
851851
}
852-
}
852+
}

0 commit comments

Comments
 (0)