Skip to content

Commit

Permalink
docs: adjust the cn desc
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer committed Nov 15, 2024
1 parent bc8a5bc commit edabbdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .dumi/pages/index/components/DesignBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import Container from '../common/Container';
const locales = {
cn: {
title: 'AI 设计范式 - RICH',
desc: '我们致力于构建 All 设计理论 , 并在蚂蚁内部的海量 AI 产品中实践 、迭代 。在此过程中 , RICH 设计范式应运而生: 角色 (Role) 、意图 (Intention) 、会话 (Conversation) 和混合界面 (Hybrid UI) ',
desc: '我们致力于构建 AI 设计理论,并在蚂蚁内部海量 AI 产品中实践、迭代。在此过程中RICH 设计范式应运而生:角色(Role、意图Intention、会话Conversation和混合界面Hybrid UI ',
},
en: {
title: 'AI Design Paradigm - RICH',
desc: 'We are committed to building a comprehensive design theory, tested and iterated within Ant Group’s extensive AI products. Through this process, the RICH design paradigm has emerged: Role, Intention, Conversation, and Hybrid UI.',
desc: "We focus on developing AI design theory, iterating it across Ant Group's AI products, leading to the RICH design paradigm: Role, Intention, Conversation, and Hybrid UI.",
},
};

Expand Down
4 changes: 2 additions & 2 deletions .dumi/pages/index/components/DesignGuide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const comma = '\u00A0,\u00A0\u00A0\u00A0';
const locales = {
cn: {
title: 'AI 界面解决方案',
desc: '基于 RICH , 延续热悉的 Ant Design 设计语言 , 全新 AGI 混合界面 (Hybrid-UI) 解决方案 , 完美融合 GUI 和自然会话交互从唤醒到表达 , 从过程到反馈 , 合适的组件恰当的呈现在所有的人机互动过程中',
desc: '基于RICH,延续熟悉的 Ant Design 设计语言全新 AGI 混合界面Hybrid-UI解决方案完美融合 GUI 和自然会话交互从唤醒到表达从过程到反馈合适的组件恰当的呈现在所有的人机互动过程中',

awaken: '唤醒',
awaken_title: `轻松唤醒${comma}即刻吸引`,
Expand All @@ -36,7 +36,7 @@ const locales = {
},
en: {
title: 'AI Interface Solution',
desc: 'Based on RICH, this solution extends the familiar Ant Design language to present an innovative AGI Hybrid-UI interface solution. It seamlessly merges GUI and natural conversational interaction, delivering the right components at the right moments throughout all stages of human-machine interaction—from initiation to expression, process to feedback',
desc: 'Building on the RICH paradigm and Ant Design language, the AGI Hybrid-UI solution blends GUI with natural conversation, presenting optimal components at each stage of human-computer interaction.',

awaken: 'Awaken',
awaken_title: `Effortlessly Awaken${comma}Instantly Engage`,
Expand Down
4 changes: 2 additions & 2 deletions .dumi/pages/index/components/MainBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import type { SiteContextProps } from './SiteContext';
const locales = {
cn: {
slogan: 'AI 体验新秩序',
desc: 'Ant Design 团队匠心星现 RICH 设计范式 , 打造卓越 AI 界面解决方案 , 引领智能新体验',
desc: 'Ant Design 团队匠心呈现 RICH 设计范式打造卓越 AI 界面解决方案引领智能新体验',
start: '开始使用',
design: '设计语言',
},
en: {
slogan: 'New AI Experience',
desc: 'Crafted by the Ant Design team, RICH Design Paradigm introduces an exceptional AI interface solution, setting a new standard for intelligent user experiences',
desc: 'The Ant Design team presents the RICH paradigm, crafting superior AI interface solutions and pioneering intelligent experiences.',
start: 'Get Started',
design: 'Get Design',
},
Expand Down

0 comments on commit edabbdb

Please sign in to comment.