diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 067cb29..d8173db 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -520,12 +520,12 @@ TuGraph supports more than 300 applications in the Ant Group, including "Double 'product_analytics.feature.title3': 'Cloud Native Deployment', 'product_analytics.feature.desc3': 'Supporting multiple execution environments like kubernetes, and providing graph job development tools and rapid deployment on clouds.', - 'product_analytics.feature.title4': 'Graph Native State', + 'product_analytics.feature.title4': 'Native Graph Storage', 'product_analytics.feature.desc4': - 'Providing a native graph oriented storage system, supporting high-performance I/O and computation pushdown. (Coming soon)', + 'Providing a native graph oriented storage system, supporting high-performance I/O and computation pushdown.', 'product_analytics.feature.title5': 'Interactive Graph Analysis', 'product_analytics.feature.desc5': - 'Enabling interactive real-time analytics of graph data, allowing rapid integration with business intelligence and visualization tools. (Coming soon)', + 'Enabling interactive real-time analytics of graph data, allowing rapid integration with business intelligence and visualization tools. ', 'product_learn.feature.title0': 'Large-Scale Data', 'product_learn.feature.desc0': 'Supports large-scale graph data and workloads by leveraging native graph database technologies.', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 7c95f75..4eea899 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -499,10 +499,10 @@ export default { '支持K8S等多种执行环境,提供图任务研发管理工具,更适合云上快速部署。', 'product_analytics.feature.title4': '图原生存储', 'product_analytics.feature.desc4': - '提供面向图的原生存储系统,支持高性能读写和计算下推能力。敬请期待……', + '提供面向图的原生存储系统,支持高性能读写和计算下推能力。', 'product_analytics.feature.title5': '交互式图分析', 'product_analytics.feature.desc5': - '提供图数据的交互式访问和实时分析能力,快速接入BI分析和可视化工具。敬请期待……', + '提供图数据的交互式访问和实时分析能力,快速接入BI分析和可视化工具。', 'product_learn.feature.title0': '支持大规模数据', 'product_learn.feature.desc0': '基于TuGraph图数据库开发的图学习,数据可导入图数据库以外存储,支持更大规模的数据。',