Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change text #163

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dumi/theme/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"叙事动画": "Animation",
"性能飞跃,专业优雅": "Performance Leap, Professional Elegance",
"专家之声": "Expert Voice",
"经历了海量数据场景下的严苛考验,蚂蚁集团自研了数据库、云原生、隐私计算、图计算为代表的数字化“根技术”": "Having experienced the severe test under the massive data scenario, Ant Group has self-developed the digital “root technology” represented by database, cloud native, privacy computing and graph computing.",
"来自数据可视化专家的专业认可与推荐": "Professional endorsement and recommendation from data visualization experts.",
"丰富图表,选用自如": "Rich Chart, Choose Freely",
"数据驱动,高度易用,可扩展的可视化图形语法": "Data-driven, highly easy to use, extensible visual graphics syntax",
"开箱即用的多维可视分析表格": "Multi-dimensional visual analysis form out of the box.",
Expand Down
2 changes: 1 addition & 1 deletion .dumi/theme/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"叙事动画": "叙事动画",
"性能飞跃,专业优雅": "性能飞跃,专业优雅",
"专家之声": "专家之声",
"经历了海量数据场景下的严苛考验,蚂蚁集团自研了数据库、云原生、隐私计算、图计算为代表的数字化“根技术”": "经历了海量数据场景下的严苛考验,蚂蚁集团自研了数据库、云原生、隐私计算、图计算为代表的数字化“根技术”",
"来自数据可视化专家的专业认可与推荐": "来自数据可视化专家的专业认可与推荐",
"丰富图表,选用自如": "丰富图表,选用自如",
"数据驱动,高度易用,可扩展的可视化图形语法": "数据驱动,高度易用,可扩展的可视化图形语法",
"开箱即用的多维可视分析表格": "开箱即用的多维可视分析表格",
Expand Down
2 changes: 1 addition & 1 deletion site/components/FamousPersons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function FamousPersons() {
<div className={classNames(styles.famousPersons, {
[styles.en]: language === 'en',
})}>
<Title title={useT("专家之声")} subTitle={useT("经历了海量数据场景下的严苛考验,蚂蚁集团自研了数据库、云原生、隐私计算、图计算为代表的数字化“根技术”")} />
<Title title={useT("专家之声")} subTitle={useT("来自数据可视化专家的专业认可与推荐")} />
<div className={styles.famousAuctions} >
{
FAMOUS_PERSONS_DATAS.map((data) => {
Expand Down