Skip to content

Commit

Permalink
feat(detail): update Antv home update dumi-theme-antv
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai committed Nov 3, 2023
1 parent ae53948 commit f2596a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .dumi/theme/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,8 @@
"伊利诺伊大学计算机科学客座教授H2O.ai 首席科学家,G2 项目顾问": "Visiting Professor of Computer Science at the University of Illinois, Principal Scientist at H2O.ai and Advisor to the G2 project",
"在多年可视化设计与开发的基础上,蚂蚁金服推出了 AntV 产品,这是工业界基础可视化语法与实践方面发出的最强声音,也是工业界与学术界一道推进可视化研发进展的最佳利器。": "Building on years of visualization design and development, Ant Financial launched AntV, the industry's strongest voice in basic visualization grammar and practice, and the best tool for industry to work with academia to advance visualization research and development.",
"设计,让数据美而简单,让可视化更普惠。好策略、好资产助力好报表、好产品。": "Design, make the data beautiful and simple, make the visualization more inclusive. Good strategy, good assets help good reports, good products.",
"用户总量": "Total"
"用户总量": "Total",
"3D 可视化图": "3D Visual Chart",
"渲染器运行时切换": "Renderer Runtime Switch",
"分面帧动画": "Faceted Frame Animation"
}
5 changes: 4 additions & 1 deletion .dumi/theme/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,8 @@
"伊利诺伊大学计算机科学客座教授H2O.ai 首席科学家,G2 项目顾问": "伊利诺伊大学计算机科学客座教授H2O.ai 首席科学家,G2 项目顾问",
"在多年可视化设计与开发的基础上,蚂蚁金服推出了 AntV 产品,这是工业界基础可视化语法与实践方面发出的最强声音,也是工业界与学术界一道推进可视化研发进展的最佳利器。": "在多年可视化设计与开发的基础上,蚂蚁金服推出了 AntV 产品,这是工业界基础可视化语法与实践方面发出的最强声音,也是工业界与学术界一道推进可视化研发进展的最佳利器。",
"设计,让数据美而简单,让可视化更普惠。好策略、好资产助力好报表、好产品。": "设计,让数据美而简单,让可视化更普惠。好策略、好资产助力好报表、好产品。",
"用户总量": "用户总量"
"用户总量": "用户总量",
"3D 可视化图": "3D 可视化图",
"渲染器运行时切换": "渲染器运行时切换",
"分面帧动画": "分面帧动画"
}
2 changes: 1 addition & 1 deletion site/components/ComplexCharts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function ComplexCharts() {
}
</div>
<div className={styles.content}>
<div className={styles.message}>{select.message}</div>
<div className={styles.message}>{useT(select.message)}</div>
<a
className={styles.chart}
href={transformUrl({ url: select.link, language, isChinaMirrorHost })}
Expand Down

0 comments on commit f2596a3

Please sign in to comment.