diff --git a/site/locale.json b/site/locale.json index ab492f8b8b..60d67b6fe2 100644 --- a/site/locale.json +++ b/site/locale.json @@ -1,7 +1,7 @@ { "L7 空间数据可视分析": "L7 Geospatial Visualization", "地理空间数据可视化": "Geospatial Data Visualization Analysis Framework", - "L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。": "Large-scale WebGL-powered Geospatial data visualization analysis framework", + "蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。": "Large-scale WebGL-powered Geospatial data visualization analysis framework", "架构灵活且自由":"Flexible and Scalable", "业务专业且通用":"Simple and Universal", "视觉酷炫且动感":"Cool and Dynamic", diff --git a/site/pages/index.zh.tsx b/site/pages/index.zh.tsx index 5c45655614..5125f5fbff 100644 --- a/site/pages/index.zh.tsx +++ b/site/pages/index.zh.tsx @@ -134,7 +134,7 @@ const IndexPage = () => { } title={t('L7 空间数据可视分析')} description={t( - 'L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。', + '蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。', )} buttons={bannerButtons} // notifications={notifications}