This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0c6bde3 English page Chinese translation (#19)
0c6bde3 is described below
commit 0c6bde3dab9de233c358660f7d5ee79fa893de69
Author: wuchunfu <[email protected]>
AuthorDate: Tue Dec 28 10:36:19 2021 +0800
English page Chinese translation (#19)
---
src/pages/home/languages.json | 51 ++++++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 25 deletions(-)
diff --git a/src/pages/home/languages.json b/src/pages/home/languages.json
index f1a95be..7d7b1e1 100644
--- a/src/pages/home/languages.json
+++ b/src/pages/home/languages.json
@@ -1,7 +1,7 @@
{
"zh-CN": {
"common": {
- "getStart": "开始",
+ "getStart": "快速开始",
"architecture": "系统架构",
"description": "描述",
"learnMore": "了解更多",
@@ -32,43 +32,44 @@
"stable": "经历大规模生产环境使用和海量数据的洗礼"
},
"architecture": {
+ "desc": "Apache
SeaTunnel是下一代高性能、分布式、海量数据集成框架。通过我们的努力让Spark的使用更简单,更高效,并将业界和我们使用Spark的优质经验固化到seatunnel这个产品中,明显减少学习成本,加快分布式数据处理能力在生产环境落地."
}
}
},
"en": {
"common": {
- "getStart": "快速开始",
- "architecture": "系统架构",
- "description": "描述",
- "learnMore": "了解更多",
- "coreFeatures": "核心特性",
- "components": "组件丰富",
- "scalability": "高扩展性",
- "batchStream": "批流一体",
- "simplicity": "简单易用",
- "stable": "成熟稳定",
+ "getStart": "Quick Start",
+ "architecture": "System Architecture",
+ "description": "Description",
+ "learnMore": "Learn More",
+ "coreFeatures": "Core Features",
+ "components": "Rich Components",
+ "scalability": "High Scalability",
+ "batchStream": "Batch Flow Integration",
+ "simplicity": "Easy to use",
+ "stable": "Mature and stable",
"ourUsers": "Our Users",
- "readMore": "阅读更多",
- "download": "下载",
- "releaseDate": "发布日期",
- "newFeatures": "新特性",
- "enhancement": "增强点",
- "bugFixs": "Bug修复",
- "changeLog": "详细变更"
+ "readMore": "Read More",
+ "download": "Download",
+ "releaseDate": "Release Date",
+ "newFeatures": "New Features",
+ "enhancement": "Enhancement point",
+ "bugFixs": "Bug Fix",
+ "changeLog": "Change Log"
},
"home": {
"banner": {
- "slogan": "下一代高性能、分布式、海量数据集成框架"
+ "slogan": "Next-generation high-performance, distributed, massive data
integration framework"
},
"feature": {
- "components": "内置丰富插件,支持各种数据产品的传输和集成",
- "scalability": "模块化和插件化,支持热插拔, 带来更好的扩展性",
- "batchStream": "基于Flink为底层引擎,天然批量一体",
- "simplicity": "特有的架构设计下,使得开发配置简单,无使用成本",
- "stable": "经历大规模生产环境使用和海量数据的洗礼"
+ "components": "Built-in rich plugins to support the transmission and
integration of various data products",
+ "scalability": "Modularization and plugin, support hot swap, bring
better scalability",
+ "batchStream": "Based on Flink as the underlying engine, natural batch
integration",
+ "simplicity": "Under the unique architecture design, the development
and configuration are simple, and there is no use cost",
+ "stable": "Experience the baptism of large-scale production
environment use and massive data"
},
"architecture": {
- "desc": "Apache
SeaTunnel是下一代高性能、分布式、海量数据集成框架。通过我们的努力让Spark的使用更简单,更高效,并将业界和我们使用Spark的优质经验固化到seatunnel这个产品中,明显减少学习成本,加快分布式数据处理能力在生产环境落地"
+ "desc": "Apache SeaTunnel is a next-generation high-performance,
distributed, and massive data integration framework. Through our efforts to
make the use of Spark simpler and more efficient, and solidify the high-quality
experience of the industry and our use of Spark into the product SeaTunnel, it
significantly reduces the cost of learning and accelerates the deployment of
distributed data processing capabilities in the production environment."
}
}
}