diff --git a/README-ja_JP.md b/README-ja_JP.md index 048bb42f3c..f15404c8a2 100644 --- a/README-ja_JP.md +++ b/README-ja_JP.md @@ -1,5 +1,5 @@
- +
@@ -8,7 +8,7 @@- +
@@ -45,7 +45,7 @@ Uma solução empresarial de design e biblioteca UI para React. -[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://ant.design) +[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://4x.ant.design) [English](./README.md) | Português | [简体中文](./README-zh_CN.md) | [Українською](./README-uk_UA.md) | [Spanish](./README-sp_MX.md) | [日本語](./README-ja_JP.md) @@ -60,7 +60,7 @@ Uma solução empresarial de design e biblioteca UI para React. ## 🖥 Suporte aos ambientes -- Navegadores modernos e Internet Explorer 11 (com [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) +- Navegadores modernos e Internet Explorer 11 (com [polyfills](https://4x.ant.design/docs/react/getting-started#Compatibility)) - Renderização no lado do servidor (server-side) - [Electron](https://www.electronjs.org/) @@ -99,16 +99,16 @@ import 'antd/dist/antd.css'; // ou 'antd/dist/antd.less' ### TypeScript -Veja [Uso no Typescript](https://ant.design/docs/react/use-in-typescript). +Veja [Uso no Typescript](https://4x.ant.design/docs/react/use-in-typescript). ## 🌍 Internacionalização -Veja [i18n](https://ant.design/docs/react/i18n). +Veja [i18n](https://4x.ant.design/docs/react/i18n). ## 🔗 Links -- [Página inicial](https://ant.design/) -- [Componentes](https://ant.design/components/overview) +- [Página inicial](https://4x.ant.design/) +- [Componentes](https://4x.ant.design/components/overview) - [Ant Design Pro](http://pro.ant.design/) - [Ant Design Charts](https://charts.ant.design) - [Change Log](CHANGELOG.en-US.md) @@ -124,10 +124,10 @@ Veja [i18n](https://ant.design/docs/react/i18n). - [Mercado de páginas](http://scaffold.ant.design) - [Instruções ao desenvolvedor](https://github.com/ant-design/ant-design/wiki/Development) - [Versionando as notas de atualização](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [FAQ](https://ant.design/docs/react/faq) -- [CodeSandbox Template](https://u.ant.design/codesandbox-repro) para relatório de erros +- [FAQ](https://4x.ant.design/docs/react/faq) +- [CodeSandbox Template](https://u.ant.design/codesandbox-repro-4x) para relatório de erros - [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) -- [Customize Theme](https://ant.design/docs/react/customize-theme) +- [Customize Theme](https://4x.ant.design/docs/react/customize-theme) - [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ Desenvolvimento diff --git a/README-sp_MX.md b/README-sp_MX.md index 03a1627165..91ce800957 100644 --- a/README-sp_MX.md +++ b/README-sp_MX.md @@ -1,5 +1,5 @@- +
@@ -45,7 +45,7 @@ Un lenguaje de diseño de interfaz de usuario de clase empresarial y una bibliot -[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://ant.design) +[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://4x.ant.design) [English](./README.md) | [Português](./README-pt_BR.md) | [简体中文](./README-zh_CN.md) | [Українською](./README-uk_UA.md) | Spanish | [日本語](./README-ja_JP.md) @@ -68,7 +68,7 @@ Un lenguaje de diseño de interfaz de usuario de clase empresarial y una bibliot | --- | --- | --- | --- | --- | | IE11, Edge | últimas 2 versiones | últimas 2 versiones | últimas 2 versiones | últimas 2 versiones | -## 📦 Instalar +## 📦 Instalar ```bash npm install antd @@ -99,16 +99,16 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ### TypeScript -`antd` está escrito en TypeScript con definiciones completas, ver Usar en TypeScript [Usar en TypeScript](https://ant.design/docs/react/use-in-typescript) para comenzar. +`antd` está escrito en TypeScript con definiciones completas, ver Usar en TypeScript [Usar en TypeScript](https://4x.ant.design/docs/react/use-in-typescript) para comenzar. ## 🌍 Internacionalización -Docenas de idiomas compatibles en `antd`, ver [i18n](https://ant.design/docs/react/i18n). +Docenas de idiomas compatibles en `antd`, ver [i18n](https://4x.ant.design/docs/react/i18n). ## 🔗 Enlaces -- [Página de Inicio](https://ant.design/) -- [Descripción General de los Componentes](https://ant.design/components/overview) +- [Página de Inicio](https://4x.ant.design/) +- [Descripción General de los Componentes](https://4x.ant.design/components/overview) - [Ant Design Pro](http://pro.ant.design/) - [Cambio de Registro](CHANGELOG.en-US.md) - [componentes-rc](http://react-component.github.io/) @@ -122,9 +122,9 @@ Docenas de idiomas compatibles en `antd`, ver [i18n](https://ant.design/docs/rea - [Mercado Scaffold](http://scaffold.ant.design) - [Instrucción para Desarrolladores](https://github.com/ant-design/ant-design/wiki/Development) - [Nota de la Versión de Control de Versiones](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [FAQ](https://ant.design/docs/react/faq) -- [Plantilla de CodeSandbox](https://u.ant.design/codesandbox-repro) para reportes de errores -- [Tema personalizado](https://ant.design/docs/react/customize-theme) +- [FAQ](https://4x.ant.design/docs/react/faq) +- [Plantilla de CodeSandbox](https://u.ant.design/codesandbox-repro-4x) para reportes de errores +- [Tema personalizado](https://4x.ant.design/docs/react/customize-theme) - [Cómo Postularse para ser Colaborador](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ Desarrollo diff --git a/README-uk_UA.md b/README-uk_UA.md index 2131172494..8d44bc81d0 100644 --- a/README-uk_UA.md +++ b/README-uk_UA.md @@ -1,5 +1,5 @@- +
@@ -45,7 +45,7 @@ -[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://ant.design) +[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://4x.ant.design) [English](./README.md) | [Português](./README-pt_BR.md) | [简体中文](./README-zh_CN.md) | Українською | [Spanish](./README-sp_MX.md) | [日本語](./README-ja_JP.md) @@ -99,16 +99,16 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ### TypeScript -`antd` написано на TypeScript із повною типізацією, вибери [Використання у TypeScript](https://ant.design/docs/react/use-in-typescript) щоб розпочати. +`antd` написано на TypeScript із повною типізацією, вибери [Використання у TypeScript](https://4x.ant.design/docs/react/use-in-typescript) щоб розпочати. ## 🌍 Інтернаціоналізація -Десятки мов підтримуються в `antd`, дивись [i18n](https://ant.design/docs/react/i18n). +Десятки мов підтримуються в `antd`, дивись [i18n](https://4x.ant.design/docs/react/i18n). ## 🔗 Посилання -- [Домашня сторінка](https://ant.design/) -- [Компоненти](https://ant.design/components/overview) +- [Домашня сторінка](https://4x.ant.design/) +- [Компоненти](https://4x.ant.design/components/overview) - [Ant Design Pro](http://pro.ant.design/) - [Change Log](CHANGELOG.en-US.md) - [rc-components](http://react-component.github.io/) @@ -122,9 +122,9 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [Scaffold Market](http://scaffold.ant.design) - [Інструкція розробника](https://github.com/ant-design/ant-design/wiki/Development) - [Примітка до випуску версій](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [FAQ](https://ant.design/docs/react/faq) -- [CodeSandbox темплейт](https://u.ant.design/codesandbox-repro) для звітів про помилки -- [Кастомізація теми](https://ant.design/docs/react/customize-theme) +- [FAQ](https://4x.ant.design/docs/react/faq) +- [CodeSandbox темплейт](https://u.ant.design/codesandbox-repro-4x) для звітів про помилки +- [Кастомізація теми](https://4x.ant.design/docs/react/customize-theme) - [Як подати заявку на участь у програмі Співавторства](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ Розробка diff --git a/README-zh_CN.md b/README-zh_CN.md index 4aa26fe699..8717172ee5 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -1,5 +1,5 @@- +
@@ -45,7 +45,7 @@ -[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Ey3wTo-5__QAAAAAAAAAAABkARQnAQ)](https://ant.design/index-cn) +[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Ey3wTo-5__QAAAAAAAAAAABkARQnAQ)](https://4x.ant.design/index-cn) [English](./README.md) | [Português](./README-pt_BR.md) | 简体中文 | [Українською](./README-uk_UA.md) | [Spanish](./README-sp_MX.md) | [日本語](./README-ja_JP.md) @@ -60,7 +60,7 @@ ## 🖥 兼容环境 -- 现代浏览器和 IE11(需要 [polyfills](https://ant.design/docs/react/getting-started-cn#兼容性))。 +- 现代浏览器和 IE11(需要 [polyfills](https://4x.ant.design/docs/react/getting-started-cn#兼容性))。 - 支持服务端渲染。 - [Electron](https://www.electronjs.org/) @@ -99,22 +99,22 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ### 🌈 定制主题 -参考 [定制主题](https://ant.design/docs/react/customize-theme-cn) 文档。 +参考 [定制主题](https://4x.ant.design/docs/react/customize-theme-cn) 文档。 ### 🛡 TypeScript -参考 [在 TypeScript 中使用](https://ant.design/docs/react/use-in-typescript-cn)。 +参考 [在 TypeScript 中使用](https://4x.ant.design/docs/react/use-in-typescript-cn)。 ## 🌍 国际化 -参考 [国际化文档](https://ant.design/docs/react/i18n-cn)。 +参考 [国际化文档](https://4x.ant.design/docs/react/i18n-cn)。 ## 🔗 链接 -- [首页](https://ant.design/) -- [所有组件](https://ant.design/components/overview-cn) +- [首页](https://4x.ant.design/) +- [所有组件](https://4x.ant.design/components/overview-cn) - [Ant Design Pro](http://pro.ant.design/) -- [更新日志](CHANGELOG.en-US.md) +- [更新日志](CHANGELOG.zh-CN.md) - [React 底层基础组件](http://react-component.github.io/) - [移动端组件](http://mobile.ant.design) - [页面级组件](https://procomponents.ant.design) @@ -127,10 +127,10 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' - [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88) - [开发者说明](https://github.com/ant-design/ant-design/wiki/Development) - [版本发布规则](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [常见问题](https://ant.design/docs/react/faq-cn) -- [CodeSandbox 模板](https://u.ant.design/codesandbox-repro) for bug reports -- [定制主题](https://ant.design/docs/react/customize-theme-cn) -- [国际化](https://ant.design/docs/react/i18n-cn) +- [常见问题](https://4x.ant.design/docs/react/faq-cn) +- [CodeSandbox 模板](https://u.ant.design/codesandbox-repro-4x) for bug reports +- [定制主题](https://4x.ant.design/docs/react/customize-theme-cn) +- [国际化](https://4x.ant.design/docs/react/i18n-cn) - [成为社区协作成员](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ 本地开发 diff --git a/README.md b/README.md index b9119e7242..0765b22168 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@- +
@@ -45,7 +45,7 @@ An enterprise-class UI design language and React UI library. -[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://ant.design) +[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://4x.ant.design) English | [Português](./README-pt_BR.md) | [简体中文](./README-zh_CN.md) | [Українською](./README-uk_UA.md) | [Spanish](./README-sp_MX.md) | [日本語](./README-ja_JP.md) @@ -99,16 +99,16 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ### TypeScript -`antd` is written in TypeScript with complete definitions, check [Use in TypeScript](https://ant.design/docs/react/use-in-typescript) to get started. +`antd` is written in TypeScript with complete definitions, check [Use in TypeScript](https://4x.ant.design/docs/react/use-in-typescript) to get started. ## 🌍 Internationalization -Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/react/i18n). +Dozens of languages supported in `antd`, see [i18n](https://4x.ant.design/docs/react/i18n). ## 🔗 Links -- [Home page](https://ant.design/) -- [Components Overview](https://ant.design/components/overview) +- [Home page](https://4x.ant.design/) +- [Components Overview](https://4x.ant.design/components/overview) - [Ant Design Pro](http://pro.ant.design/) - [Change Log](CHANGELOG.en-US.md) - [rc-components](http://react-component.github.io/) @@ -122,9 +122,9 @@ Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/reac - [Scaffold Market](http://scaffold.ant.design) - [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development) - [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) -- [FAQ](https://ant.design/docs/react/faq) -- [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports -- [Customize Theme](https://ant.design/docs/react/customize-theme) +- [FAQ](https://4x.ant.design/docs/react/faq) +- [CodeSandbox Template](https://u.ant.design/codesandbox-repro-4x) for bug reports +- [Customize Theme](https://4x.ant.design/docs/react/customize-theme) - [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator) ## ⌨️ Development