From c3ac7308dcfe22441a40920a0fcb2378e497c243 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 8 Sep 2019 16:29:04 +0800 Subject: [PATCH] :memo: update description --- README-zh_CN.md | 2 +- README.md | 2 +- docs/spec/overview.en-US.md | 2 +- site/theme/en-US.js | 2 +- site/theme/template/Layout/index.jsx | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index b7e0e131a9..0565c1c042 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -8,7 +8,7 @@
-一套企业级的 UI 设计语言和 React 组件。 +一套企业级 UI 设计语言和 React 组件库。 [![CircleCI branch](https://img.shields.io/circleci/project/github/ant-design/ant-design/master.svg?style=flat-square)](https://circleci.com/gh/ant-design/ant-design) [![Codecov](https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square)](https://codecov.io/gh/ant-design/ant-design/branch/master) [![npm package](https://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd) [![NPM downloads](http://img.shields.io/npm/dm/antd.svg?style=flat-square)](http://npmjs.com/antd) diff --git a/README.md b/README.md index ac49dbdd98..72f52e04c4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
-An enterprise-class UI design language and React implementation. +An enterprise-class UI design language and React UI library. [![CircleCI branch](https://img.shields.io/circleci/project/github/ant-design/ant-design/master.svg?style=flat-square)](https://circleci.com/gh/ant-design/ant-design) [![Codecov](https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square)](https://codecov.io/gh/ant-design/ant-design/branch/master) [![](https://flat.badgen.net/npm/v/antd?icon=npm)](https://www.npmjs.com/package/antd) [![NPM downloads](http://img.shields.io/npm/dm/antd.svg?style=flat-square)](http://npmjs.com/antd) diff --git a/docs/spec/overview.en-US.md b/docs/spec/overview.en-US.md index dc261e076f..7a27aaf9f9 100644 --- a/docs/spec/overview.en-US.md +++ b/docs/spec/overview.en-US.md @@ -26,5 +26,5 @@ The complete design pattern will include examples of templates, components (ETC) We work with engineers to transform design patterns into reusable code that maximizes your productivity and communication efficiency. - [Ant Design Pro](https://pro.ant.design): Out-of-the-box solution with 20+ templates and 10+ business components -- [Ant Design Components](https://ant.design/docs/react/introduce): Ant Design's React implementation is a global component library with 50+ base components +- [Ant Design Components](https://ant.design/docs/react/introduce): Ant Design's React UI library is a global component library with 50+ base components - [Ant Design Library](http://library.ant.design/): Axure resource packs are included with the code to make your prototype look like a visual draft, including templates, components, and more. diff --git a/site/theme/en-US.js b/site/theme/en-US.js index de298c9f90..ba9ca7fb6a 100644 --- a/site/theme/en-US.js +++ b/site/theme/en-US.js @@ -31,7 +31,7 @@ module.exports = { 'app.home.design-language': 'Design Language', 'app.home.solution': 'Solution', 'app.home.components-explain': - 'Based on the Ant Design language, we have provided a suite of out-of-the-box with high quality for developing and serving enterprise background applications, including the official React implementation and Angular, Vue implementations', + 'Based on the Ant Design language, we have provided a suite of out-of-the-box with high quality for developing and serving enterprise background applications, including the official React UI library and Angular, Vue implementations', 'app.home.product-pro-slogan': 'Out-of-the-box front-end / Design solution', 'app.home.product-mobile-slogan': "antd-mobile is the implementation of Ant Design's mobile specification", diff --git a/site/theme/template/Layout/index.jsx b/site/theme/template/Layout/index.jsx index ea476d6b6c..5f4cd3cdb3 100644 --- a/site/theme/template/Layout/index.jsx +++ b/site/theme/template/Layout/index.jsx @@ -112,12 +112,12 @@ export default class Layout extends React.Component { const { appLocale } = this.state; const title = appLocale.locale === 'zh-CN' - ? 'Ant Design - 一套企业级的 UI 设计语言和 React 组件' - : 'Ant Design - A UI Design Language'; + ? 'Ant Design - 一套企业级 UI 设计语言和 React 组件库' + : 'Ant Design - A UI Design Language and React UI library'; const description = appLocale.locale === 'zh-CN' ? '基于 Ant Design 设计体系的 React UI 组件库,用于研发企业级中后台产品。' - : 'An enterprise-class UI design language and React implementation with a set of high-quality React components, one of best React UI library for enterprises'; + : 'An enterprise-class UI design language and React UI library with a set of high-quality React components, one of best React UI library for enterprises'; return ( <>