This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 94010d6242 optimize: optimize desc (#757)
94010d6242 is described below
commit 94010d62427e97218b87bac2c99a6dcffaa6d863
Author: liuqiufeng <[email protected]>
AuthorDate: Sun Jan 7 22:35:32 2024 +0800
optimize: optimize desc (#757)
---
i18n/en/code.json | 2 +-
.../current/download/seata-server.md | 2 ++
i18n/zh-cn/code.json | 2 +-
.../current/download/seata-server.md | 2 ++
src/pages/home/top/index.tsx | 4 +---
src/pages/index.tsx | 2 --
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/i18n/en/code.json b/i18n/en/code.json
index ed9ffbbc69..777226917a 100644
--- a/i18n/en/code.json
+++ b/i18n/en/code.json
@@ -364,7 +364,7 @@
"message": "Create a brilliant "
},
"homepage.briefIntroduction": {
- "message": "Seata is an open source distributed transaction solution that
delivers high performance and easy to use distributed transaction services
under a microservices architecture."
+ "message": "Apache Seata (Incubating) is an open source distributed
transaction solution that delivers high performance and easy to use distributed
transaction services under a microservices architecture."
},
"homepage.quickstartButton": {
"message": "Get Started"
diff --git
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
index 47cc8ab858..fd7a908875 100644
---
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
+++
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
@@ -13,6 +13,8 @@ Version 2.0.0 has been released and is available for use.
:::tip
+Apache Seata (Incubating) is an open source distributed transaction solution
that delivers high performance and easy to use distributed transaction services
under a microservices architecture.
+
## System Requirements
:::note
diff --git a/i18n/zh-cn/code.json b/i18n/zh-cn/code.json
index b47597c6f4..cf76f93fc2 100644
--- a/i18n/zh-cn/code.json
+++ b/i18n/zh-cn/code.json
@@ -361,7 +361,7 @@
"message": "创建一个"
},
"homepage.briefIntroduction": {
- "message": "Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。"
+ "message": "Apache Seata (Incubating)
是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。"
},
"homepage.quickstartButton": {
"message": "快速入门"
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
index 121a3ad11a..09b8e88511 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
@@ -13,6 +13,8 @@ description: Seata-Server发布版本下载
:::tip
+Apache Seata (Incubating) 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。
+
## 系统要求
:::note
diff --git a/src/pages/home/top/index.tsx b/src/pages/home/top/index.tsx
index 30445cc7e5..4e6cd3c46d 100644
--- a/src/pages/home/top/index.tsx
+++ b/src/pages/home/top/index.tsx
@@ -5,11 +5,9 @@ import { Button, ButtonType } from '../../../components';
import './index.scss';
const topData = {
- brandName: 'Seata',
+ brandName: 'Apache Seata (Incubating)',
briefIntroduction: translate({
id: 'homepage.briefIntroduction',
- message:
- 'Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。',
}),
buttons: [
{
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index fbc97e0e12..e25c651964 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -42,8 +42,6 @@ export default function Home(): React.Element {
title={'Seata'}
description={translate({
id: 'homepage.briefIntroduction',
- message:
- 'Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。',
})}
>
<div ref={el} className='home-page'>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]