Browse Source

📝 update description

pull/18732/head
afc163 5 years ago
parent
commit
c3ac7308dc
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 2
      README-zh_CN.md
  2. 2
      README.md
  3. 2
      docs/spec/overview.en-US.md
  4. 2
      site/theme/en-US.js
  5. 6
      site/theme/template/Layout/index.jsx

2
README-zh_CN.md

@ -8,7 +8,7 @@
<div align="center">
一套企业级 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)

2
README.md

@ -8,7 +8,7 @@
<div align="center">
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)

2
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.

2
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",

6
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 (
<>
<Helmet>

Loading…
Cancel
Save