diff --git a/docs/src/modules/components/backers-ja.md b/docs/src/modules/components/backers-ja.md index bf634e09594e32..4acfd4f5d782db 100644 --- a/docs/src/modules/components/backers-ja.md +++ b/docs/src/modules/components/backers-ja.md @@ -25,4 +25,4 @@ Material-UIはMITライセンスのオープンソースプロジェクトです ### もっとあります! -[私たちのサポーター](/discover-more/backers/)から全てリストを見ることができます。 \ No newline at end of file +[私たちのサポーター](/discover-more/backers/)のリストを見て下さい。 \ No newline at end of file diff --git a/docs/src/pages/components/app-bar/app-bar-ja.md b/docs/src/pages/components/app-bar/app-bar-ja.md index 1547702c4842cb..3413932c54e90c 100644 --- a/docs/src/pages/components/app-bar/app-bar-ja.md +++ b/docs/src/pages/components/app-bar/app-bar-ja.md @@ -11,35 +11,35 @@ components: AppBar, Toolbar, Menu 状況に応じて変化するアクションバーや、ナビゲーションバーとして使用することができます。 -## Simple App Bar +## シンプルなアプリバー {{"demo": "pages/components/app-bar/ButtonAppBar.js"}} -## App Bar with a primary search field +## 基本的な検索フィールド付きApp Bar -A primary searchbar. +基本的な検索バー {{"demo": "pages/components/app-bar/PrimarySearchAppBar.js"}} -## App Bar with menu +## メニュー付き App Bar {{"demo": "pages/components/app-bar/MenuAppBar.js"}} -## App Bar with search field +## 検索フィールド付きApp Bar -A side searchbar. +サイド検索バー {{"demo": "pages/components/app-bar/SearchAppBar.js"}} -## Dense (desktop only) +## Dense App Bar (デスクトップのみ) {{"demo": "pages/components/app-bar/DenseAppBar.js"}} -## Bottom App Bar +## 下部アプリバー {{"demo": "pages/components/app-bar/BottomAppBar.js", "iframe": true, "maxWidth": 500}} -## Scrolling +## スクロール You can use the `useScrollTrigger()` hook to respond to user scroll actions. @@ -73,7 +73,7 @@ A floating action buttons appears on scroll to make it easy to get back to the t #### 戻り値 -`trigger`: Does the scroll position match the criteria? +` trigger `:スクロール位置が基準に合っているのか #### 例 diff --git a/docs/src/pages/components/app-bar/app-bar-pt.md b/docs/src/pages/components/app-bar/app-bar-pt.md index 5d15fab52b6dd4..7ad9470e258ce7 100644 --- a/docs/src/pages/components/app-bar/app-bar-pt.md +++ b/docs/src/pages/components/app-bar/app-bar-pt.md @@ -11,53 +11,53 @@ A [barra de aplicativos superior](https://material.io/design/components/app-bars Ele pode se transformar em uma barra de ações contextual ou utilizado como uma barra de navegação. -## Simple App Bar +## Barra de Aplicativos Simples {{"demo": "pages/components/app-bar/ButtonAppBar.js"}} -## App Bar with a primary search field +## Barra de Aplicativos com um campo de busca principal -A primary searchbar. +Um campo de busca principal. {{"demo": "pages/components/app-bar/PrimarySearchAppBar.js"}} -## App Bar with menu +## Barra de Aplicativos com menu {{"demo": "pages/components/app-bar/MenuAppBar.js"}} -## App Bar with search field +## Barra de Aplicativos com campo de busca -A side searchbar. +Uma barra de pesquisa na lateral. {{"demo": "pages/components/app-bar/SearchAppBar.js"}} -## Dense (desktop only) +## Densa (apenas para desktop) {{"demo": "pages/components/app-bar/DenseAppBar.js"}} -## Bottom App Bar +## Barra de Aplicativos inferior {{"demo": "pages/components/app-bar/BottomAppBar.js", "iframe": true, "maxWidth": 500}} -## Scrolling +## Rolagem -You can use the `useScrollTrigger()` hook to respond to user scroll actions. +Você pode usar o hook `useScrollTrigger()` para responder às ações de rolagem do usuário. ### Barra de Aplicativos oculta -The app bar hides on scroll down to leave more space for reading. +A barra de aplicativos se oculta na rolagem para baixo, deixando mais espaço para leitura. {{"demo": "pages/components/app-bar/HideAppBar.js", "iframe": true, "maxWidth": 500}} ### Barra de aplicativos elevada -The app bar elevates on scroll to communicate that the user is not at the top of the page. +A barra de aplicativos eleva-se na rolagem para comunicar que o usuário não está na parte superior da página. {{"demo": "pages/components/app-bar/ElevateAppBar.js", "iframe": true, "maxWidth": 500}} -### Back to top +### Voltar ao topo -A floating action buttons appears on scroll to make it easy to get back to the top of the page. +Um botão de ação flutuante aparece na rolagem para facilitar o retorno ao topo da página. {{"demo": "pages/components/app-bar/BackToTop.js", "iframe": true, "maxWidth": 500}} @@ -73,7 +73,7 @@ A floating action buttons appears on scroll to make it easy to get back to the t #### Retornos -`trigger`: Does the scroll position match the criteria? +`trigger`: A posição de rolagem corresponde aos critérios? #### Exemplos diff --git a/docs/src/pages/components/app-bar/app-bar-ru.md b/docs/src/pages/components/app-bar/app-bar-ru.md index c03cefe7c032ce..1ec76b0702954f 100644 --- a/docs/src/pages/components/app-bar/app-bar-ru.md +++ b/docs/src/pages/components/app-bar/app-bar-ru.md @@ -11,35 +11,35 @@ components: AppBar, Toolbar, Menu Может трансформироваться в контекстную панель действий или использоваться в качестве панели навигации. -## Simple App Bar +## Простая панель навигации {{"demo": "pages/components/app-bar/ButtonAppBar.js"}} -## App Bar with a primary search field +## Панель навигации с основным полем поиска -A primary searchbar. +Основная панель поиска. {{"demo": "pages/components/app-bar/PrimarySearchAppBar.js"}} -## App Bar with menu +## Панель навигации с меню {{"demo": "pages/components/app-bar/MenuAppBar.js"}} -## App Bar with search field +## Панель навигации с полем для поиска -A side searchbar. +Боковая панель поиска. {{"demo": "pages/components/app-bar/SearchAppBar.js"}} -## Dense (desktop only) +## Dense (Только для компьютеров) {{"demo": "pages/components/app-bar/DenseAppBar.js"}} -## Bottom App Bar +## Нижняя панель навигации {{"demo": "pages/components/app-bar/BottomAppBar.js", "iframe": true, "maxWidth": 500}} -## Scrolling +## Прокрутка You can use the `useScrollTrigger()` hook to respond to user scroll actions. @@ -51,13 +51,13 @@ The app bar hides on scroll down to leave more space for reading. ### Elevate App Bar -The app bar elevates on scroll to communicate that the user is not at the top of the page. +Панель приложения поднимается при прокрутке, сообщая, что пользователь находится не в верхней части страницы. {{"demo": "pages/components/app-bar/ElevateAppBar.js", "iframe": true, "maxWidth": 500}} -### Back to top +### Вернуться в начало страницы -A floating action buttons appears on scroll to make it easy to get back to the top of the page. +Появляются плавающие кнопки действий, позволяющие легко вернуться к началу страницы. {{"demo": "pages/components/app-bar/BackToTop.js", "iframe": true, "maxWidth": 500}} @@ -88,4 +88,4 @@ function HideOnScroll(props) { ); } -``` \ No newline at end of file +``` diff --git a/docs/src/pages/components/app-bar/app-bar-zh.md b/docs/src/pages/components/app-bar/app-bar-zh.md index 2a9b37c40e5b30..5a43e544419621 100644 --- a/docs/src/pages/components/app-bar/app-bar-zh.md +++ b/docs/src/pages/components/app-bar/app-bar-zh.md @@ -1,5 +1,5 @@ --- -title: React的 App Bar(应用栏)组件 +title: React App Bar(应用栏)组件 components: AppBar, Toolbar, Menu --- @@ -11,53 +11,53 @@ components: AppBar, Toolbar, Menu 它可以转换为上下文相关的操作栏或直接用作导航栏。 -## Simple App Bar +## 简单的应用栏 {{"demo": "pages/components/app-bar/ButtonAppBar.js"}} -## App Bar with a primary search field +## 带一个主搜索输入框的应用栏 -A primary searchbar. +一个主要搜索栏。 {{"demo": "pages/components/app-bar/PrimarySearchAppBar.js"}} -## App Bar with menu +## 带有菜单的应用栏 {{"demo": "pages/components/app-bar/MenuAppBar.js"}} -## App Bar with search field +## 带有搜索输入框的应用栏 -A side searchbar. +一个侧边搜索栏。 {{"demo": "pages/components/app-bar/SearchAppBar.js"}} -## Dense (desktop only) +## 紧凑模式 (仅限桌面模式) {{"demo": "pages/components/app-bar/DenseAppBar.js"}} -## Bottom App Bar +## 底部应用栏 {{"demo": "pages/components/app-bar/BottomAppBar.js", "iframe": true, "maxWidth": 500}} -## Scrolling +## 滚动 -You can use the `useScrollTrigger()` hook to respond to user scroll actions. +您可以使用 `useScrollTrigger()` 挂钩来回应用户的滚动操作。 ### 隐藏应用栏 -The app bar hides on scroll down to leave more space for reading. +当向下滚动时,应用栏将会隐藏,这样一来会留有更多的空间进行阅读。 {{"demo": "pages/components/app-bar/HideAppBar.js", "iframe": true, "maxWidth": 500}} ### 变高的应用栏 -The app bar elevates on scroll to communicate that the user is not at the top of the page. +应用栏会在滚动时提升,以表明用户还未到页面的顶部。 {{"demo": "pages/components/app-bar/ElevateAppBar.js", "iframe": true, "maxWidth": 500}} -### Back to top +### 回到顶部 -A floating action buttons appears on scroll to make it easy to get back to the top of the page. +在滚动的时候,会出现一个浮动操作按钮,这样以便于返回页面的顶部。 {{"demo": "pages/components/app-bar/BackToTop.js", "iframe": true, "maxWidth": 500}} @@ -73,7 +73,7 @@ A floating action buttons appears on scroll to make it easy to get back to the t #### 返回结果 -`trigger`: Does the scroll position match the criteria? +`trigger` :滚动的位置是否符合标准? #### 例子 diff --git a/docs/src/pages/components/autocomplete/autocomplete-aa.md b/docs/src/pages/components/autocomplete/autocomplete-aa.md index 118b6b3397f7a1..39dae50bedb776 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-aa.md +++ b/docs/src/pages/components/autocomplete/autocomplete-aa.md @@ -7,13 +7,13 @@ components: crwdns89228:0crwdne89228:0

crwdns89232:0crwdne89232:0

-crwdns89234:0crwdne89234:0 crwdns89236:0crwdne89236:0 +crwdns101094:0crwdne101094:0 crwdns101096:0crwdne101096:0 ## crwdns89238:0crwdne89238:0 ![crwdns89242:0crwdne89242:0](crwdns89240:0crwdne89240:0) ![crwdns89246:0crwdne89246:0](crwdns89244:0crwdne89244:0) -crwdns89248:0crwdne89248:0 +crwdns101098:0crwdne101098:0 crwdns89250:0crwdne89250:0 @@ -23,7 +23,7 @@ crwdns89252:0crwdne89252:0 ![crwdns89258:0crwdne89258:0](crwdns89256:0crwdne89256:0) ![crwdns89262:0crwdne89262:0](crwdns89260:0crwdne89260:0) -crwdns89264:0crwdne89264:0 +crwdns101100:0crwdne101100:0 crwdns89266:0crwdne89266:0 @@ -31,6 +31,15 @@ crwdns89266:0crwdne89266:0 ![crwdns89272:0crwdne89272:0](crwdns89270:0crwdne89270:0) ![crwdns89276:0crwdne89276:0](crwdns89274:0crwdne89274:0) -crwdns89278:0crwdne89278:0 crwdns89280:0crwdne89280:0 +crwdns101102:0crwdne101102:0 crwdns101104:0crwdne101104:0 -crwdns89282:0crwdne89282:0 \ No newline at end of file +crwdns89282:0crwdne89282:0 + +## crwdns100812:0crwdne100812:0 + +crwdns100814:0crwdne100814:0 + +- crwdns100816:0crwdne100816:0 +- crwdns100818:0crwdne100818:0 +- crwdns100820:0crwdne100820:0 +- crwdns100822:0crwdne100822:0 \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-de.md b/docs/src/pages/components/autocomplete/autocomplete-de.md index 3ed42da192e1bf..3818b38dccfba5 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-de.md +++ b/docs/src/pages/components/autocomplete/autocomplete-de.md @@ -7,13 +7,13 @@ components: TextField, Paper, MenuItem, Popper

Die Autovervollständigung ist eine normale Texteingabe, die durch ein Panel mit vorgeschlagenen Optionen ergänzt wird.

-Material-UI doesn't provide any high-level API for solving this problem. We encourage people relying on the solutions the React community has built. +Material-UI doesn't provide a high-level API for solving this problem. You are encouraged to use a solution the React community has built, following one of the examples below. ## downshift ![stars](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/downshift.svg) -Im folgenden Beispiel demonstrieren wir, wie man einen [downshift](https://github.com/downshift-js/downshift) benutzt. +This example demonstrates how to use [downshift](https://github.com/downshift-js/downshift). The last demo allows the user to clear the input and show a number of options on focus. @@ -23,7 +23,7 @@ The last demo allows the user to clear the input and show a number of options on ![stars](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-select.svg) -Im folgenden Beispiel demonstrieren wir, wie man [react-select](https://github.com/JedWatson/react-select) benutzt. +This example demonstrates how to use [react-select](https://github.com/JedWatson/react-select). {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ Im folgenden Beispiel demonstrieren wir, wie man [react-select](https://github.c ![stars](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-autosuggest.svg) -Im folgenden Beispiel demonstrieren wir, wie man [react-autosuggest](https://github.com/moroshko/react-autosuggest) verwendet. Es verwendet auch [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) für die Highlighting-Logik. +This example demonstrates how to use [react-autosuggest](https://github.com/moroshko/react-autosuggest). It also uses [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) for the highlighting logic. -{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## Ergänzende Projekte + +Für fortgeschrittenere Anwendungsfälle können Ihnen folgende Projekte helfen: + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-es.md b/docs/src/pages/components/autocomplete/autocomplete-es.md index 714f7cb142037c..f4b19bae600bc5 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-es.md +++ b/docs/src/pages/components/autocomplete/autocomplete-es.md @@ -7,13 +7,13 @@ components: TextField, Paper, MenuItem, Popper

El autocompletado es una caja de texto normal mejorada por un panel de opciones sugeridas.

-Material-UI doesn't provide any high-level API for solving this problem. We encourage people relying on the solutions the React community has built. +Material-UI doesn't provide a high-level API for solving this problem. You are encouraged to use a solution the React community has built, following one of the examples below. ## downshift ![estrellas](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![descargas npm](https://img.shields.io/npm/dm/downshift.svg) -En el siguiente ejemplo se muestra como usar [downshift](https://github.com/downshift-js/downshift). +This example demonstrates how to use [downshift](https://github.com/downshift-js/downshift). The last demo allows the user to clear the input and show a number of options on focus. @@ -23,7 +23,7 @@ The last demo allows the user to clear the input and show a number of options on ![estrellas](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![descargas npm](https://img.shields.io/npm/dm/react-select.svg) -En el siguiente ejemplo se muestra como usar [react-select](https://github.com/JedWatson/react-select). +This example demonstrates how to use [react-select](https://github.com/JedWatson/react-select). {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ En el siguiente ejemplo se muestra como usar [react-select](https://github.com/J ![estrellas](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![descargas npm](https://img.shields.io/npm/dm/react-autosuggest.svg) -En el siguiente ejemplo se muestra como usar [react-select](https://github.com/moroshko/react-autosuggest). También utiliza [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) para la lógica de resaltado. +This example demonstrates how to use [react-autosuggest](https://github.com/moroshko/react-autosuggest). It also uses [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) for the highlighting logic. -{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## Proyectos relacionados + +Para usos más avanzados tal vez puedas aprovercharte de: + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-fr.md b/docs/src/pages/components/autocomplete/autocomplete-fr.md index b74142f558aff2..27b3e9a18c470c 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-fr.md +++ b/docs/src/pages/components/autocomplete/autocomplete-fr.md @@ -7,13 +7,13 @@ components: TextField, Paper, MenuItem, Popper

La saisie semi-automatique est une entrée de texte normale améliorée par un panneau d'options suggérées.

-Material-UI ne fourni pas d'API de haut niveau pour résoudre ce problème. Nous encourageons les gens à se fier aux solutions que la communauté React a construites. +Material-UI doesn't provide a high-level API for solving this problem. You are encouraged to use a solution the React community has built, following one of the examples below. ## downshift ![stars](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/downshift.svg) -Dans l'exemple suivant, nous montrons comment utiliser [downshift](https://github.com/downshift-js/downshift). +This example demonstrates how to use [downshift](https://github.com/downshift-js/downshift). La dernière démo permet à l'utilisateur d'effacer une entrée et de montrer un certain nombre d'options sur le focus. @@ -23,7 +23,7 @@ La dernière démo permet à l'utilisateur d'effacer une entrée et de montrer u ![stars](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-select.svg) -Dans l'exemple suivant, nous montrons comment utiliser [react-select](https://github.com/JedWatson/react-select). +This example demonstrates how to use [react-select](https://github.com/JedWatson/react-select). {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ Dans l'exemple suivant, nous montrons comment utiliser [react-select](https://gi ![stars](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-autosuggest.svg) -Dans l'exemple suivant, nous montrons comment utiliser [react-autosuggest](https://github.com/moroshko/react-autosuggest). Il utilise également [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) pour la logique de surbrillance. +This example demonstrates how to use [react-autosuggest](https://github.com/moroshko/react-autosuggest). It also uses [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) for the highlighting logic. -{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## Projets complémentaires + +Pour des cas d'utilisation plus avancés, vous pourrez peut-être tirer parti des avantages suivants: + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-ja.md b/docs/src/pages/components/autocomplete/autocomplete-ja.md index 1ff10285acd7aa..9034c21466e362 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-ja.md +++ b/docs/src/pages/components/autocomplete/autocomplete-ja.md @@ -7,23 +7,23 @@ components: TextField, Paper, MenuItem, Popper

オートコンプリートは、推奨オプションのパネルによって強化された通常のテキスト入力です。

-Material-UIには、この問題を解決するための高レベルAPIはありません。 Reactコミュニティが構築したソリューションに頼ることを推奨します。 +Material-UI doesn't provide a high-level API for solving this problem. You are encouraged to use a solution the React community has built, following one of the examples below. ## downshift ![Stars](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![npmダウンロード](https://img.shields.io/npm/dm/downshift.svg) -次の例では、downshiftの使用方法を示します。 +This example demonstrates how to use [downshift](https://github.com/downshift-js/downshift). 最後のデモでは、ユーザーが入力をクリアしてフォーカスのある多くのオプションを表示することができます。 -{{"demo":"pages/components/autocomplete/IntegrationDownshift.js"}} +{{"demo": "pages/components/autocomplete/IntegrationDownshift.js"}} ## react-select ![Stars](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![npmダウンロード](https://img.shields.io/npm/dm/react-select.svg) -次の例では、[react-select](https://github.com/JedWatson/react-select).の使用方法を示します。 +This example demonstrates how to use [react-select](https://github.com/JedWatson/react-select). {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ Material-UIには、この問題を解決するための高レベルAPIはあり ![Stars](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![npmダウンロード](https://img.shields.io/npm/dm/react-autosuggest.svg) -次の例では、 リスト コンポーネントで [react-window](https://github.com/moroshko/react-autosuggest) を使用する方法を示します。 強調表示ロジックに [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) も使用されています 。 +This example demonstrates how to use [react-autosuggest](https://github.com/moroshko/react-autosuggest). It also uses [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) for the highlighting logic. -{{"demo":"pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## 補完プロジェクト + +より高度な使用例では、以下を利用できます。 + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-pt.md b/docs/src/pages/components/autocomplete/autocomplete-pt.md index 99b92159860dde..06b8182bd5aa3e 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-pt.md +++ b/docs/src/pages/components/autocomplete/autocomplete-pt.md @@ -7,13 +7,13 @@ components: TextField, Paper, MenuItem, Popper

O autocompletar é uma entrada de texto normal aprimorada por um painel de opções sugeridas.

-Material-UI, não fornece nenhuma API de alto nível para resolver este problema. Encorajamos as pessoas a confiar nas soluções que a comunidade React construiu. +Material-UI doesn't provide a high-level API for solving this problem. You are encouraged to use a solution the React community has built, following one of the examples below. ## downshift ![estrelas](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/downshift.svg) -No exemplo a seguir, demonstramos como usar [downshift](https://github.com/downshift-js/downshift). +This example demonstrates how to use [downshift](https://github.com/downshift-js/downshift). A última demonstração permite ao usuário limpar a entrada e mostrar várias opções em foco. @@ -23,7 +23,7 @@ A última demonstração permite ao usuário limpar a entrada e mostrar várias ![estrelas](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-select.svg) -No exemplo a seguir, demonstramos como usar [react-select](https://github.com/JedWatson/react-select). +This example demonstrates how to use [react-select](https://github.com/JedWatson/react-select). {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ No exemplo a seguir, demonstramos como usar [react-select](https://github.com/Je ![estrelas](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-autosuggest.svg) -No exemplo a seguir, demonstramos como usar [react-autosuggest](https://github.com/moroshko/react-autosuggest). Também está sendo usado [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) para a lógica de destaque. +This example demonstrates how to use [react-autosuggest](https://github.com/moroshko/react-autosuggest). It also uses [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) for the highlighting logic. -{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## Projetos Complementares + +Para usos mais avançados, você pode tirar vantagem com: + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-ru.md b/docs/src/pages/components/autocomplete/autocomplete-ru.md index 149bbe7c580ae0..6710bcffba4d42 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-ru.md +++ b/docs/src/pages/components/autocomplete/autocomplete-ru.md @@ -7,13 +7,13 @@ components: TextField, Paper, MenuItem, Popper

Автодополнение - это обычный ввод текста, дополненный панелью предлагаемых опций.

-Material-UI doesn't provide any high-level API for solving this problem. We encourage people relying on the solutions the React community has built. +Material-UI doesn't provide a high-level API for solving this problem. You are encouraged to use a solution the React community has built, following one of the examples below. ## downshift ![stars](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/downshift.svg) -В следующем примере мы демонстрируем как использовать библиотеку [downshift](https://github.com/downshift-js/downshift). +This example demonstrates how to use [downshift](https://github.com/downshift-js/downshift). The last demo allows the user to clear the input and show a number of options on focus. @@ -23,7 +23,7 @@ The last demo allows the user to clear the input and show a number of options on ![stars](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-select.svg) -В следующем примере мы демонстрируем как использовать библиотеку [react-select](https://github.com/JedWatson/react-select). +This example demonstrates how to use [react-select](https://github.com/JedWatson/react-select). {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ The last demo allows the user to clear the input and show a number of options on ![stars](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-autosuggest.svg) -В следующем примере мы демонстрируем как использовать библиотеку [react-autosuggest](https://github.com/moroshko/react-autosuggest). Она также использует [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) для подсветки значений. +This example demonstrates how to use [react-autosuggest](https://github.com/moroshko/react-autosuggest). It also uses [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight) for the highlighting logic. -{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## Дополнительные проекты + +Для более сложных вариантов использования вы можете воспользоваться: + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/autocomplete/autocomplete-zh.md b/docs/src/pages/components/autocomplete/autocomplete-zh.md index 74db67a9e38f08..b8ea602d424fb9 100644 --- a/docs/src/pages/components/autocomplete/autocomplete-zh.md +++ b/docs/src/pages/components/autocomplete/autocomplete-zh.md @@ -7,13 +7,13 @@ components: TextField, Paper, MenuItem, Popper

自动补全是一个通过一组建议选项来帮助用户输入的普通文本输入框。

-Material-UI 不提供任何高级的 API 来对此进行支持。 我们鼓励您使用由 React 社区提供的现有解决方案。 +Material-UI 不提供用于解决此问题的高级 API, 我们鼓励您使用React社区维护的以下解决方案之一。 ## downshift ![stars](https://img.shields.io/github/stars/paypal/downshift.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/downshift.svg) -在下面的示例中,我们演示了如何使用 [downshift](https://github.com/downshift-js/downshift)。 +下面的例子演示了如何使用 [downshift](https://github.com/downshift-js/downshift) 在最后一个例子中,用户可以清除已有的输入,并在焦点的位置上显示一系列的选项。 @@ -23,7 +23,7 @@ Material-UI 不提供任何高级的 API 来对此进行支持。 我们鼓励 ![stars](https://img.shields.io/github/stars/JedWatson/react-select.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-select.svg) -在下面的示例中, 我们演示了如何使用 [react-select](https://github.com/JedWatson/react-select)。 +下面的例子演示了如何使用 [downshift](https://github.com/JedWatson/react-select) {{"demo": "pages/components/autocomplete/IntegrationReactSelect.js"}} @@ -31,6 +31,15 @@ Material-UI 不提供任何高级的 API 来对此进行支持。 我们鼓励 ![stars](https://img.shields.io/github/stars/moroshko/react-autosuggest.svg?style=social&label=Stars) ![npm downloads](https://img.shields.io/npm/dm/react-autosuggest.svg) -在下面的示例中, 我们演示了如何使用 [react-autosuggest](https://github.com/moroshko/react-autosuggest)。 它还使用 [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight)完成了高亮的逻辑。 +下面的例子演示了如何使用 [downshift](https://github.com/moroshko/react-autosuggest), 它还使用 [autosuggest-highlight](https://www.npmjs.com/package/autosuggest-highlight)来完成突出显示的逻辑。 -{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} \ No newline at end of file +{{"demo": "pages/components/autocomplete/IntegrationAutosuggest.js"}} + +## 补充项目 + +对于更高级的用例,您可以利用: + +- [material-ui-chip-input](https://mui.wertarbyte.com/#material-ui-chip-input): The chip input is used to allow selecting multiple text values. +- [mui-downshift](https://github.com/techniq/mui-downshift): A thin layer over paypal's downshift to use Material-UI visual components. +- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest): A fuzzy-search component for React and Material-UI. +- [react-select-material-ui](https://github.com/iulian-radu-at/react-select-material-ui): Extend react-select with Material-UI. \ No newline at end of file diff --git a/docs/src/pages/components/avatars/avatars-ja.md b/docs/src/pages/components/avatars/avatars-ja.md index 9f35b60837f1d1..9219975fd4f0e0 100644 --- a/docs/src/pages/components/avatars/avatars-ja.md +++ b/docs/src/pages/components/avatars/avatars-ja.md @@ -11,16 +11,16 @@ components: Avatar 画像アバターは、標準の `img` プロップス `src` または `srcSet` をコンポーネントに渡すことで作成できます。 -{{"demo":"pages/components/avatars/ImageAvatars.js"}} +{{"demo": "pages/components/avatars/ImageAvatars.js"}} ## Letter avatars 単純な文字を含むアバターは、文字列を `子要素`として渡すことによって作成できます。 -{{"demo":"pages/components/avatars/LetterAvatars.js"}} +{{"demo": "pages/components/avatars/LetterAvatars.js"}} ## Icon avatars アイコンアバターは、 `子要素`としてアイコンを渡すことによって作成されます。 -{{"demo":"pages/components/avatars/IconAvatars.js"}} \ No newline at end of file +{{"demo": "pages/components/avatars/IconAvatars.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-aa.md b/docs/src/pages/components/badges/badges-aa.md index 195e9993997bd6..bab5f78c8b23b6 100644 --- a/docs/src/pages/components/badges/badges-aa.md +++ b/docs/src/pages/components/badges/badges-aa.md @@ -13,28 +13,40 @@ crwdns89320:0crwdne89320:0 crwdns89322:0crwdne89322:0 crwdns89324:0crwdne89324:0 -## crwdns89326:0crwdne89326:0 +## crwdns100708:0crwdne100708:0 -crwdns89328:0crwdne89328:0 +crwdns100710:0crwdne100710:0 crwdns100712:0crwdne100712:0 -crwdns89330:0crwdne89330:0 +crwdns100714:0crwdne100714:0 -## crwdns89332:0crwdne89332:0 +## crwdns100716:0crwdne100716:0 -crwdns89334:0crwdne89334:0 crwdns89336:0crwdne89336:0 +crwdns100718:0crwdne100718:0 -crwdns89338:0crwdne89338:0 +crwdns100720:0crwdne100720:0 crwdns100722:0crwdne100722:0 -## crwdns89340:0crwdne89340:0 +crwdns100724:0crwdne100724:0 -crwdns89342:0crwdne89342:0 +## crwdns100726:0crwdne100726:0 -crwdns89344:0crwdne89344:0 crwdns89346:0crwdne89346:0 +crwdns100728:0crwdne100728:0 -crwdns89348:0crwdne89348:0 +crwdns100730:0crwdne100730:0 -## crwdns89350:0crwdne89350:0 +## crwdns100732:0crwdne100732:0 -crwdns89352:0crwdne89352:0 crwdns89354:0crwdne89354:0 +crwdns100734:0crwdne100734:0 crwdns100736:0crwdne100736:0 -crwdns89356:0crwdne89356:0 \ No newline at end of file +crwdns100738:0crwdne100738:0 + +## crwdns100740:0crwdne100740:0 + +crwdns100742:0crwdne100742:0 + +crwdns100744:0crwdne100744:0 + +## crwdns100746:0crwdne100746:0 + +crwdns100748:0crwdne100748:0 + +crwdns100750:0crwdne100750:0 \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-de.md b/docs/src/pages/components/badges/badges-de.md index 58b31459850878..4992c28a984fa0 100644 --- a/docs/src/pages/components/badges/badges-de.md +++ b/docs/src/pages/components/badges/badges-de.md @@ -13,28 +13,40 @@ Examples of badges containing text, using primary and secondary colors. The badg {{"demo": "pages/components/badges/SimpleBadge.js"}} -## Maximalwert +## Customized badges -Sie können die Eigenschaft `max` verwenden, um den Wert des Badge-Inhalts zu begrenzen. +Here are some examples of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## Badge visibility + +The visibility of badges can be controlled using the `invisible` property. + +The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. + +{{"demo": "pages/components/badges/BadgeVisibility.js"}} + +## Maximum Value + +You can use the `max` property to cap the value of the badge content. {{"demo": "pages/components/badges/BadgeMax.js"}} -## Punkt-Badge +## Dot Badge The `dot` property changes a badge into a small dot. This can be used as a notification that something has changed without giving a count. {{"demo": "pages/components/badges/DotBadge.js"}} -## Badge Sichtbarkeit +## Badge overlap -Die Sichtbarkeit von Badges kann über die Eigenschaft `invisible` gesteuert werden. +You can use the `overlap` property to place the badge relative to the corner of the wrapped element. -The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. - -{{"demo": "pages/components/badges/BadgeVisibility.js"}} +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -## Benutzerdefinierte Badges +## Badge alignment -Here is an example of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). +You can use the `horizontalAlignment` and `verticalAlignment` properties to move the badge to any corner of the wrapped element. -{{"demo": "pages/components/badges/CustomizedBadges.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/BadgeAlignment.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-es.md b/docs/src/pages/components/badges/badges-es.md index 875e08cbf9a1a5..c158f2a2ab99d3 100644 --- a/docs/src/pages/components/badges/badges-es.md +++ b/docs/src/pages/components/badges/badges-es.md @@ -13,28 +13,40 @@ Examples of badges containing text, using primary and secondary colors. The badg {{"demo": "pages/components/badges/SimpleBadge.js"}} -## Valor Máximo +## Customized badges + +Here are some examples of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## Badge visibility + +The visibility of badges can be controlled using the `invisible` property. + +The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. -Puedes usar la propiedad `max` para limitar el valor máximo del contenido del badge. +{{"demo": "pages/components/badges/BadgeVisibility.js"}} + +## Maximum Value + +You can use the `max` property to cap the value of the badge content. {{"demo": "pages/components/badges/BadgeMax.js"}} -## Badge de punto +## Dot Badge The `dot` property changes a badge into a small dot. This can be used as a notification that something has changed without giving a count. {{"demo": "pages/components/badges/DotBadge.js"}} -## Visibilidad del Badge +## Badge overlap -La visibilidad del badge puede ser controlada usando la propiedad `invisible`. +You can use the `overlap` property to place the badge relative to the corner of the wrapped element. -The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -{{"demo": "pages/components/badges/BadgeVisibility.js"}} - -## Customized badges +## Badge alignment -Here is an example of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). +You can use the `horizontalAlignment` and `verticalAlignment` properties to move the badge to any corner of the wrapped element. -{{"demo": "pages/components/badges/CustomizedBadges.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/BadgeAlignment.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-fr.md b/docs/src/pages/components/badges/badges-fr.md index cdd3b114b6625f..bd40e84eab5b0f 100644 --- a/docs/src/pages/components/badges/badges-fr.md +++ b/docs/src/pages/components/badges/badges-fr.md @@ -13,28 +13,40 @@ Exemples de badges contenant du texte, utilisant les couleurs primaires et secon {{"demo": "pages/components/badges/SimpleBadge.js"}} -## Valeur maximale +## Customized badges -Vous pouvez utiliser la propriété `max` pour limiter la valeur du contenu du badge. +Here are some examples of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## Badge visibility + +The visibility of badges can be controlled using the `invisible` property. + +The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. + +{{"demo": "pages/components/badges/BadgeVisibility.js"}} + +## Maximum Value + +You can use the `max` property to cap the value of the badge content. {{"demo": "pages/components/badges/BadgeMax.js"}} -## Badge à points +## Dot Badge -La propriété `dot` change un badge en petit point. Il peut être utilisé comme une notification indiquant que quelque chose a changé sans donner un nombre. +The `dot` property changes a badge into a small dot. This can be used as a notification that something has changed without giving a count. {{"demo": "pages/components/badges/DotBadge.js"}} -## Visibilité du badge +## Badge overlap -La visibilité des badges peut être contrôlée à l'aide de la propriété `invisible`. +You can use the `overlap` property to place the badge relative to the corner of the wrapped element. -Le badge se cache automatiquement quand badgeContent est nul. Vous pouvez la remplacer avec la propriété `showZero`. - -{{"demo": "pages/components/badges/BadgeVisibility.js"}} +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -## Badges custom +## Badge alignment -Voici un exemple de personnalisation du composant. Vous pouvez en savoir plus dans la [page de documentation des overrides](/customization/components/). +You can use the `horizontalAlignment` and `verticalAlignment` properties to move the badge to any corner of the wrapped element. -{{"demo": "pages/components/badges/CustomizedBadges.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/BadgeAlignment.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-ja.md b/docs/src/pages/components/badges/badges-ja.md index ae460eeae8e33c..e90b64c8cc95ba 100644 --- a/docs/src/pages/components/badges/badges-ja.md +++ b/docs/src/pages/components/badges/badges-ja.md @@ -11,30 +11,42 @@ components: Badge プライマリー色とセカンダリーを使用した、テキストを含むバッジの例。 バッジが子要素に適用されます。 -{{"demo": "pages/components/tables/SimpleTable.js"}} +{{"demo": "pages/components/badges/SimpleBadge.js"}} + +## Customized badges (カスタマイズされたバッジ) + +コンポーネントのカスタマイズの例を次に示します。 詳細については、 [オーバーライドドキュメントページ](/customization/components/)ご覧ください。 + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## バッジの表示設定 + +バッジの可視性は、 `invisible` プロパティを使用して制御できます。 + +BadgeContentが0の場合、バッジは自動的に非表示になります。 `showZero` プロパティでこれをオーバーライドできます。 + +{{"demo": "pages/components/badges/BadgeVisibility.js"}} ## 最大値 バッジコンテンツの値に上限を設定するには、 `max` プロパティを使用します。 -{{"demo": "pages/components/tables/SimpleTable.js"}} +{{"demo": "pages/components/badges/BadgeMax.js"}} ## ドットバッジ `dot`プロパティは、バッジを小さなドットに変更します。 これは、何かが変更されたことをカウントせずに通知するために使用できます。 -{{"demo": "pages/components/tables/SimpleTable.js"}} - -## バッジの表示設定 +{{"demo": "pages/components/badges/DotBadge.js"}} -バッジの表示/非表示は、 `invisible` プロパティを使用して制御できます。 +## バッジの重複 -BadgeContentが0の場合、バッジは自動的に非表示になります。 これは、`showZero`プロパティで上書きできます。 +`オーバーラップ` プロパティを使用して、ラップされた要素の角を基準にしてバッジを配置できます。 -{{"demo": "pages/demos/badges/BadgeVisibility.js"}} +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -## カスタマイズバッジ +## バッジの配置 -コンポーネントのカスタマイズ例を次に示します。 詳細については、 [overrides documentation page](/customization/components/)を参照してください。 +`horizontalAlignment` および `verticalAlignment` プロパティを使用して、ラップされた要素の任意のコーナーにバッジを移動できます。 -{{"demo": "pages/components/tables/CustomizedTables.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/DotBadge.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-pt.md b/docs/src/pages/components/badges/badges-pt.md index 1b8d755ae79a03..e00b32a0d10b01 100644 --- a/docs/src/pages/components/badges/badges-pt.md +++ b/docs/src/pages/components/badges/badges-pt.md @@ -13,9 +13,23 @@ Exemplos de emblemas contendo texto, usando cores primárias e secundárias. O e {{"demo": "pages/components/badges/SimpleBadge.js"}} +## Emblemas Customizados + +Aqui estão alguns exemplos de customização do componente. Você pode aprender mais sobre isso na [página de documentação de sobrescritas](/customization/components/). + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## Visibilidade do emblema + +A visibilidade dos emblemas pode ser controlada usando a propriedade `invisible`. + +O emblema se esconde automaticamente quando o badgeContent é zero. Você pode sobrescrever isso com a propriedade `showZero`. + +{{"demo": "pages/components/badges/BadgeVisibility.js"}} + ## Valor Máximo -Você pode usar a propriedade `max` para limitar o valor do conteúdo do selo. +Você pode usar a propriedade `max` para limitar o valor do conteúdo do emblema. {{"demo": "pages/components/badges/BadgeMax.js"}} @@ -25,16 +39,14 @@ A propriedade `dot` altera um emblema para um pequeno ponto. Isto pode ser usado {{"demo": "pages/components/badges/DotBadge.js"}} -## Visibilidade do Emblema - -A visibilidade dos emblemas pode ser controlada usando a propriedade `invisible`. +## Sobreposição de emblema -O emblema se esconde automaticamente quando o badgeContent é zero. Você pode sobrescrever isso com a propriedade `showZero`. +Você pode usar a propriedade `overlap` para colocar o emblema em relação ao canto do elemento envolvido. -{{"demo": "pages/components/badges/BadgeVisibility.js"}} +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -## Emblemas Customizados +## Alinhamento de emblema -Aqui está um exemplo de customização do componente. Você pode aprender mais sobre isso na [página de documentação de sobrescritas](/customization/components/). +Você pode usar as propriedades `horizontalAlignment` e `verticalAlignment` para mover o emblema para qualquer canto do elemento agrupado. -{{"demo": "pages/components/badges/CustomizedBadges.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/BadgeAlignment.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-ru.md b/docs/src/pages/components/badges/badges-ru.md index 8b1cea96548913..55fb1fbaac94af 100644 --- a/docs/src/pages/components/badges/badges-ru.md +++ b/docs/src/pages/components/badges/badges-ru.md @@ -13,28 +13,40 @@ components: Badge {{"demo": "pages/components/badges/SimpleBadge.js"}} +## Настраиваемые значки + +Вот несколько примеров настройки компонента. You can learn more about this in the [overrides documentation page](/customization/components/). + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## Видимость значка + +The visibility of badges can be controlled using the `invisible` property. + +The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. + +{{"demo": "pages/components/badges/BadgeVisibility.js"}} + ## Максимальное значение -Вы можете использовать свойство `max` чтобы ограничить значение содержимого значка. +You can use the `max` property to cap the value of the badge content. {{"demo": "pages/components/badges/BadgeMax.js"}} -## Точечный значок +## Dot Badge -Свойство `точка` превращает значок в маленькую точку. Это можно использовать как уведомление о том, что что-то изменилось без подсчета. +The `dot` property changes a badge into a small dot. This can be used as a notification that something has changed without giving a count. {{"demo": "pages/components/badges/DotBadge.js"}} -## Видимость значка +## Badge overlap -Видимость значков можно контролировать с помощью свойства `invisible`. +You can use the `overlap` property to place the badge relative to the corner of the wrapped element. -The badge auto hides with badgeContent is zero. You can override this with the `showZero` property. - -{{"demo": "pages/components/badges/BadgeVisibility.js"}} +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -## Кастомизированный значок +## Выравнивание значка -Ниже находится пример кастомизации компонента. You can learn more about this in the [overrides documentation page](/customization/components/). +You can use the `horizontalAlignment` and `verticalAlignment` properties to move the badge to any corner of the wrapped element. -{{"demo": "pages/components/badges/CustomizedBadges.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/BadgeAlignment.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/badges/badges-zh.md b/docs/src/pages/components/badges/badges-zh.md index 7b7e870293c56a..1874086482038e 100644 --- a/docs/src/pages/components/badges/badges-zh.md +++ b/docs/src/pages/components/badges/badges-zh.md @@ -13,6 +13,20 @@ components: Badge {{"demo": "pages/components/badges/SimpleBadge.js"}} +## 自定义徽章 + +以下是自定义组件的一些例子。 您可以在[样式重写文档页](/customization/components/)中了解有关此内容的更多信息。 + +{{"demo": "pages/components/badges/CustomizedBadges.js"}} + +## 徽章的可见性 + +徽章组件的显示与隐藏可以通过`invisible`属性来设置 + +当badgeContent为零时,徽章自动隐藏。 您可以使用 `showZero` 属性覆盖它。 + +{{"demo": "pages/components/badges/BadgeVisibility.js"}} + ## 最大值 您可以使用 `max` 属性来限制徽章内容的最大值。 @@ -21,20 +35,18 @@ components: Badge ## 圆点徽章 -`dot` 属性会使得徽章渲染为一个小点。 这可以用作通知,或在没有计数的情况下,提示某些内容发生了变化。 +`dot` 属性会使得徽章渲染为一个小点。 这可以用作提示某些内容发生了变化,如通知,或其它不需要计数的提示场景。 {{"demo": "pages/components/badges/DotBadge.js"}} -## 徽章的可见性 +## 徽章重叠 -徽章的可见性是可以通过 `invisible` 属性来控制。 +您可以使用 `overlap` 属性将徽章放置于包装元素相对的角。 -带badgeContent的徽章自动隐藏为零尺寸。 您可以使用 `showZero` 属性覆盖它。 +{{"demo": "pages/components/badges/BadgeOverlap.js"}} -{{"demo": "pages/components/badges/BadgeVisibility.js"}} - -## 自定义徽章 +## 徽章对齐 -Here is an example of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). +您可以使用 `horizontalAlignment` 和 `verticalAlignment` 属性将徽章移动到包装元素的任何角落。 -{{"demo": "pages/components/badges/CustomizedBadges.js"}} \ No newline at end of file +{{"demo": "pages/components/badges/BadgeAlignment.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/bottom-navigation/bottom-navigation-ja.md b/docs/src/pages/components/bottom-navigation/bottom-navigation-ja.md index 37bf746e52079a..cf6b37c90522dc 100644 --- a/docs/src/pages/components/bottom-navigation/bottom-navigation-ja.md +++ b/docs/src/pages/components/bottom-navigation/bottom-navigation-ja.md @@ -13,10 +13,10 @@ components: BottomNavigation, BottomNavigationAction **3** アクションしかない場合は、アイコンとテキストラベルの両方を常に表示します。 -{{"demo":"pages/components/bottom-navigation/SimpleBottomNavigation.js"}} +{{"demo": "pages/components/bottom-navigation/SimpleBottomNavigation.js"}} ## ラベルなしのボトムナビゲーション **4** または **5** アクションがある場合は、非アクティブビューをアイコンとしてのみ表示します。 -{{"demo":"pages/components/bottom-navigation/LabelBottomNavigation.js"}} \ No newline at end of file +{{"demo": "pages/components/bottom-navigation/LabelBottomNavigation.js"}} \ No newline at end of file diff --git a/docs/src/pages/components/breadcrumbs/breadcrumbs-ja.md b/docs/src/pages/components/breadcrumbs/breadcrumbs-ja.md index 74b153cee799de..9c4578edba5c28 100644 --- a/docs/src/pages/components/breadcrumbs/breadcrumbs-ja.md +++ b/docs/src/pages/components/breadcrumbs/breadcrumbs-ja.md @@ -7,29 +7,29 @@ components: Breadcrumbs, Link, Typography

ブレッドクラムを使用すると、値の範囲から選択できます。

-## Simple breadcrumbs +## シンプルなbreadcurmbs -{{"demo":"pages/components/breadcrumbs/SimpleBreadcrumbs.js"}} +{{"demo": "pages/components/breadcrumbs/SimpleBreadcrumbs.js"}} -## Custom separator +## カスタムセパレーター (Custom separator) 次の例では、2つの文字列セパレータとSVGアイコンを使用しています。 -{{"demo":"pages/components/breadcrumbs/CustomSeparator.js"}} +{{"demo": "pages/components/breadcrumbs/CustomSeparator.js"}} ## アイコン付きBreadcrumbs -{{"demo":"pages/components/breadcrumbs/IconBreadcrumbs.js"}} +{{"demo": "pages/components/breadcrumbs/IconBreadcrumbs.js"}} ## 折りたたみBreadcrumbs {{"demo":"pages/components/breadcrumbs/CollapsedBreadcrumbs.js"}} -## カスタマイズBreadcrumbs +## カスタマイズされた breadcrumbs コンポーネントのカスタマイズ例を次に示します。 詳細については、 [オーバーライドのドキュメントページ](/customization/components/)を参照してください。 -{{"demo":"pages/components/breadcrumbs/CustomizedBreadcrumbs.js"}} +{{"demo": "pages/components/breadcrumbs/CustomizedBreadcrumbs.js"}} ## アクセシビリティ diff --git a/docs/src/pages/components/buttons/buttons-aa.md b/docs/src/pages/components/buttons/buttons-aa.md index 086745192d88eb..8cc4336afa193c 100644 --- a/docs/src/pages/components/buttons/buttons-aa.md +++ b/docs/src/pages/components/buttons/buttons-aa.md @@ -52,7 +52,7 @@ crwdns89590:0crwdne89590:0 ## crwdns89592:0crwdne89592:0 -crwdns89594:0crwdne89594:0 crwdns89596:0crwdne89596:0 +crwdns89594:0crwdne89594:0 crwdns100706:0crwdne100706:0 crwdns89598:0crwdne89598:0 @@ -110,10 +110,10 @@ crwdns89664:0crwdne89664:0 ## crwdns89666:0crwdne89666:0 -crwdns89668:0crwdne89668:0 crwdns89670:0crwdne89670:0 crwdns89672:0crwdne89672:0 crwdns89674:0crwdne89674:0 crwdns89676:0crwdne89676:0 +crwdns89668:0crwdne89668:0 crwdns89670:0crwdne89670:0 crwdns89672:0crwdne89672:0 crwdns89674:0crwdne89674:0 crwdns101106:0crwdne101106:0 crwdns89678:0crwdne89678:0 crwdns89680:0crwdne89680:0 -*crwdns89682:0crwdne89682:0 crwdns89684:0crwdne89684:0* \ No newline at end of file +*crwdns89682:0crwdne89682:0 crwdns101108:0crwdne101108:0* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-de.md b/docs/src/pages/components/buttons/buttons-de.md index 7a6f3cce922b98..58d2ed75daa0a9 100644 --- a/docs/src/pages/components/buttons/buttons-de.md +++ b/docs/src/pages/components/buttons/buttons-de.md @@ -52,7 +52,7 @@ Mit der ButtonGroup-Komponente können Sie umrissene (Standard) oder betonte But ## Split Button -ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be use to immediately trigger a related action. +ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be used to immediately trigger a related action. {{"demo": "pages/components/buttons/SplitButton.js"}} @@ -96,7 +96,7 @@ Icons eignen sich auch für Umschaltflächen, mit denen eine einzelne Auswahl au ## Benutzerdefinierte Buttons -Here are some examples of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). +Here are some examples of customizing the component. Mehr dazu erfahren Sie auf der [Überschreibungsdokumentationsseite](/customization/components/). {{"demo": "pages/components/buttons/CustomizedButtons.js"}} @@ -110,10 +110,10 @@ Die Text Buttons, die Contained Buttons, die Floatin Action Buttons und die Icon ## Drittanbieter-Routing Bibliothek -Ein häufiger Anwendungsfall ist die Verwendung eines Buttons, um eine Navigation zu einer neuen Seite auszulösen. Die `ButtonBase` Komponente stellt eine Eigenschaft für diesen Anwendungsfall bereit: `component`. Für bestimmte Fokus-Polyfills erfordert `ButtonBase` jedoch den DOM-Knoten der bereitgestellten Komponente. Dies wird erreicht, indem der Komponente ein Ref zugeordnet wird und erwartet wird, dass die Komponente diesen Ref an den zugrunde liegenden DOM-Knoten weiterleitet. Given that a lot of our interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. +Ein häufiger Anwendungsfall ist die Verwendung eines Buttons, um eine Navigation zu einer neuen Seite auszulösen. Die `ButtonBase` Komponente stellt eine Eigenschaft für diesen Anwendungsfall bereit: `component`. Für bestimmte Fokus-Polyfills erfordert `ButtonBase` jedoch den DOM-Knoten der bereitgestellten Komponente. Dies wird erreicht, indem der Komponente ein Ref zugeordnet wird und erwartet wird, dass die Komponente diesen Ref an den zugrunde liegenden DOM-Knoten weiterleitet. Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. Here is an integration example with react-router: {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in our [component property guide](/guides/composition/#component-property).* \ No newline at end of file +*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-es.md b/docs/src/pages/components/buttons/buttons-es.md index 3424029205a412..68449ebb277da6 100644 --- a/docs/src/pages/components/buttons/buttons-es.md +++ b/docs/src/pages/components/buttons/buttons-es.md @@ -52,7 +52,7 @@ The ButtonGroup component can be used to group outlined (the default) or contain ## Split Button -ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be use to immediately trigger a related action. +ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be used to immediately trigger a related action. {{"demo": "pages/components/buttons/SplitButton.js"}} @@ -110,10 +110,10 @@ Los Botones de Texto, los Botones Contenidos, los Botones de Acción Flotantes y ## Librería externa de routing -Un uso común es usar el botón para empezar la navegación hacia una página nueva. El componente `ButtonBase` provee un atributo para tratar este uso: `component`. Sin embargo, para ciertos rellenos `ButtonBase` requiere el nodo DOM del componente proporcionado. Esto se logra adjuntando una referencia al componente y esperando que el componente reenvíe esta referencia al nodo DOM subyacente. Given that a lot of our interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. +Un uso común es usar el botón para empezar la navegación hacia una página nueva. El componente `ButtonBase` provee un atributo para tratar este uso: `component`. Sin embargo, para ciertos rellenos `ButtonBase` requiere el nodo DOM del componente proporcionado. Esto se logra adjuntando una referencia al componente y esperando que el componente reenvíe esta referencia al nodo DOM subyacente. Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. Here is an integration example with react-router: {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in our [component property guide](/guides/composition/#component-property).* \ No newline at end of file +*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-fr.md b/docs/src/pages/components/buttons/buttons-fr.md index 735d6cee2d4934..8c674944702ace 100644 --- a/docs/src/pages/components/buttons/buttons-fr.md +++ b/docs/src/pages/components/buttons/buttons-fr.md @@ -52,7 +52,7 @@ The ButtonGroup component can be used to group outlined (the default) or contain ## Split Button -ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be use to immediately trigger a related action. +ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be used to immediately trigger a related action. {{"demo": "pages/components/buttons/SplitButton.js"}} @@ -110,10 +110,10 @@ Les boutons texte, les boutons contained, les bouton d'action flottante et les b ## Bibliothèque de routage tierce -Un cas d'utilisation courant consiste à utiliser le bouton pour déclencher une navigation vers une nouvelle page. Le composant `ButtonBase` fournit une propriété pour traiter ce cas d'utilisation: `composant`. Cependant, pour certains focus polyfills `ButtonBase` requiert le nœud DOM du composant fourni. Pour ce faire, associez une référence au composant et attendez-vous à ce que le composant transmette cette référence au noeud DOM sous-jacent. Given that a lot of our interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. +Un cas d'utilisation courant consiste à utiliser le bouton pour déclencher une navigation vers une nouvelle page. Le composant `ButtonBase` fournit une propriété pour traiter ce cas d'utilisation: `composant`. Cependant, pour certains focus polyfills `ButtonBase` requiert le nœud DOM du composant fourni. Pour ce faire, associez une référence au composant et attendez-vous à ce que le composant transmette cette référence au noeud DOM sous-jacent. Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. Here is an integration example with react-router: {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in our [component property guide](/guides/composition/#component-property).* \ No newline at end of file +*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-ja.md b/docs/src/pages/components/buttons/buttons-ja.md index 378a2f7426ce55..22765b900370eb 100644 --- a/docs/src/pages/components/buttons/buttons-ja.md +++ b/docs/src/pages/components/buttons/buttons-ja.md @@ -52,7 +52,7 @@ ButtonGroupコンポーネントは、アウトラインボタン(デフォル ## Split Button -ButtonGroupは分割ボタンの作成にも使用できます。 この例のようにドロップダウンでボタンの動作を変更することも、関連する動作をすぐに起動するために使用することもできます。 +ButtonGroupは分割ボタンの作成にも使用できます。 The dropdown can change the button action (as in this example), or be used to immediately trigger a related action. {{"demo": "pages/components/buttons/SplitButton.js"}} @@ -96,7 +96,7 @@ FABを使用するのは、それが画面の主なアクションを提示す ## カスタムButton -コンポーネントのカスタマイズの例を次に示します。 詳細については、 [overrides documentation page](/customization/components/)を参照してください。 +コンポーネントのカスタマイズの例を次に示します。 詳細については、 [オーバーライドのドキュメントページ](/customization/components/)を参照してください。 {{"demo": "pages/components/buttons/CustomizedButtons.js"}} @@ -110,10 +110,10 @@ FABを使用するのは、それが画面の主なアクションを提示す ## サードパーティ製ルーティングライブラリ -一般的な使用例の1つは、ボタンを使用して新しいページへのナビゲーションを開始することです。 `ButtonBase` コンポーネントは、このユースケースを処理するためのプロパティを提供します 。 108/5000 ただし、特定のフォーカスについては` ButtonBase `には提供されているDOMノードが必要です。 これは、refをコンポーネントに添付し、 コンポーネントがこのrefを基になるDOMノードに転送することを期待することによって実現されます。 私たちのインタラクティブなコンポーネントの多くが` ButtonBase `に依存していることを考えると、あなたはどこでもそれを利用することができるはずです。 +一般的な使用例の1つは、ボタンを使用して新しいページへのナビゲーションを開始することです。 `ButtonBase` コンポーネントは、このユースケースを処理するためのプロパティを提供します 。 108/5000 ただし、特定のフォーカスについては` ButtonBase `には提供されているDOMノードが必要です。 これは、refをコンポーネントに添付し、 コンポーネントがこのrefを基になるDOMノードに転送することを期待することによって実現されます。 Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. 次に、react-routerとの統合例を示します。 {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*注意:ボタンコンポーネントの作成は、予期しないアンマウントを防ぐために必要です。 詳細については、コンポーネント・プロパティー・ガイドを参照してください。* \ No newline at end of file +*注意:ボタンコンポーネントの作成は、予期しないアンマウントを防ぐために必要です。 You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-pt.md b/docs/src/pages/components/buttons/buttons-pt.md index ca91644d2b0e81..714ad7b1f55999 100644 --- a/docs/src/pages/components/buttons/buttons-pt.md +++ b/docs/src/pages/components/buttons/buttons-pt.md @@ -52,7 +52,7 @@ O componente ButtonGroup pode ser usado para agrupar os botões delineados (o pa ## Botão Dividido -O ButtonGroup também pode ser usado para criar um botão dividido. A lista suspensa pode alterar a ação do botão (como neste exemplo) ou ser usada para acionar imediatamente uma ação relacionada. +O ButtonGroup também pode ser usado para criar um botão dividido. A lista suspensa pode alterar a ação do botão (como neste exemplo), ou ser usada para acionar imediatamente uma ação relacionada. {{"demo": "pages/components/buttons/SplitButton.js"}} @@ -110,10 +110,10 @@ O botões de texto, botões contidos, botões de ação flutuante e ícone botõ ## Biblioteca de roteamento de terceiros -Um caso de uso comum é usar o botão para acionar uma navegação para uma nova página. O componente `ButtonBase` fornece uma propriedade para lidar com este caso de uso: `componente`. No entanto, para alguns polyfills de foco `ButtonBase` requer o nó DOM do componente fornecido. Isso é obtido anexando-se uma referência ao componente e esperando que o componente envie essa referência para o nó DOM subjacente. Dado que muitos dos nossos componentes interativos dependem do `ButtonBase`, você deve ser capaz de aproveitá-lo em todos os lugares. +Um caso de uso comum é usar o botão para acionar uma navegação para uma nova página. O componente `ButtonBase` fornece uma propriedade para lidar com este caso de uso: `componente`. No entanto, para alguns polyfills de foco `ButtonBase` requer o nó DOM do componente fornecido. Isso é obtido anexando-se uma referência ao componente e esperando que o componente envie essa referência para o nó DOM subjacente. Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. Aqui está um exemplo de integração com react-router: {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*Nota: A criação de componentes de botão é necessária para impedir a desmontagem inesperada. Você pode ler mais sobre isso em nosso [guia de propriedades de componente](/guides/composition/#component-property).* \ No newline at end of file +*Nota: A criação de componentes de botão é necessária para impedir a desmontagem inesperada. You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-ru.md b/docs/src/pages/components/buttons/buttons-ru.md index de37a687e772a2..9a39d73e959dfd 100644 --- a/docs/src/pages/components/buttons/buttons-ru.md +++ b/docs/src/pages/components/buttons/buttons-ru.md @@ -7,7 +7,7 @@ components: Button, ButtonGroup, Fab, IconButton, ButtonBase, Zoom

Кнопки позволяют пользователям выполнять действия и делать выбор одним нажатием.

-[Buttons](https://material.io/design/components/buttons.html) communicate actions that users can take. They are typically placed throughout your UI, in places like: +[Кнопки](https://material.io/design/components/buttons.html) обозначают действия, которые могут выполнять пользователи. Они используются в таких местах пользовательского интерфейса, как: - Диалоги - Всплывающие окно @@ -52,7 +52,7 @@ The ButtonGroup component can be used to group outlined (the default) or contain ## Split Button -ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be use to immediately trigger a related action. +ButtonGroup can also be used to create a split button. The dropdown can change the button action (as in this example), or be used to immediately trigger a related action. {{"demo": "pages/components/buttons/SplitButton.js"}} @@ -110,10 +110,10 @@ Here are some examples of customizing the component. You can learn more about th ## Сторонняя библиотека маршрутизации -Одним из распространенных вариантов использования кнопки является переход на новую страницу. `ButtonBase` компонент предоставляет свойство для обработки этого варианта использования: `component`. However for certain focus polyfills `ButtonBase` requires the DOM node of the provided component. This is achieved by attaching a ref to the component and expecting that the component forwards this ref to the underlying DOM node. Given that a lot of our interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. +Одним из распространенных вариантов использования кнопки является переход на новую страницу. `ButtonBase` компонент предоставляет свойство для обработки этого варианта использования: `component`. However for certain focus polyfills `ButtonBase` requires the DOM node of the provided component. This is achieved by attaching a ref to the component and expecting that the component forwards this ref to the underlying DOM node. Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. Here is an integration example with react-router: {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in our [component property guide](/guides/composition/#component-property).* \ No newline at end of file +*Note: Creating the Button components is necessary to prevent unexpected unmounting. You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/buttons/buttons-zh.md b/docs/src/pages/components/buttons/buttons-zh.md index 838c01646ad757..94f9a47ce9d493 100644 --- a/docs/src/pages/components/buttons/buttons-zh.md +++ b/docs/src/pages/components/buttons/buttons-zh.md @@ -96,7 +96,7 @@ ButtonGroup也可用于创建分割按钮。 下拉列表可以更改按钮操 ## Customized Buttons(自定义按钮) -Here are some examples of customizing the component. You can learn more about this in the [overrides documentation page](/customization/components/). +以下是自定义组件的一些例子。 您可以在[重写文档页](/customization/components/)中了解有关此内容的更多信息。 {{"demo": "pages/components/buttons/CustomizedButtons.js"}} @@ -110,10 +110,10 @@ Here are some examples of customizing the component. You can learn more about th ## Third-party routing library(第三方路由库) -一个常见的用例是使用按钮触发导航到新页面。 `ButtonBase` 组件提供了一个处理此用例的属性:`component`。 然而,一些特定 `ButtonBase` 的代码需要所给组件的 DOM 节点。 在组件上附加一个 ref,并且预期此组件能够将这个 ref 传递到下层 DOM 节点,通过这样的方法可以实现。 鉴于我们的许多交互式组件都依赖于 `ButtonBase`,你几乎可以在任何地方都能体验到使用它的好处: +一个常见的用例是使用按钮触发导航到新页面。 `ButtonBase` 组件提供了一个处理此用例的属性:`component`。 然而,一些特定 `ButtonBase` 的代码需要所给组件的 DOM 节点。 在组件上附加一个 ref,并且预期此组件能够将这个 ref 传递到下层 DOM 节点,通过这样的方法可以实现。 Given that many of the interactive components rely on `ButtonBase`, you should be able to take advantage of it everywhere. 这里有个使用了react-router的示例: {{"demo": "pages/components/buttons/ButtonRouter.js", "defaultCodeOpen": true}} -*备注:为防止意外的卸载,创建Link组件非常必要。 You can read more about it in our [component property guide](/guides/composition/#component-property).* \ No newline at end of file +*备注:为防止意外的卸载,创建Link组件非常必要。 You can read more about it in the [component prop guide](/guides/composition/#component-property).* \ No newline at end of file diff --git a/docs/src/pages/components/cards/cards-ja.md b/docs/src/pages/components/cards/cards-ja.md index 56d79efe7f3e8d..3d3c2b8bfbe5ba 100644 --- a/docs/src/pages/components/cards/cards-ja.md +++ b/docs/src/pages/components/cards/cards-ja.md @@ -5,7 +5,7 @@ components: Card, CardActionArea, CardActions, CardContent, CardHeader, CardMedi # Card -

Cardはコンテンツと一つの主題に関するアクションを含みます。

+

Cardは一つの主題に関してのコンテンツとアクションを含みます。

[Card](https://material.io/design/components/cards.html) は、1つのトピックに関するコンテンツとアクションを表示する面です。 diff --git a/docs/src/pages/components/checkboxes/checkboxes-aa.md b/docs/src/pages/components/checkboxes/checkboxes-aa.md index da2579cee34091..6c5e50efb7efce 100644 --- a/docs/src/pages/components/checkboxes/checkboxes-aa.md +++ b/docs/src/pages/components/checkboxes/checkboxes-aa.md @@ -29,16 +29,22 @@ crwdns89768:0crwdne89768:0 crwdns89770:0crwdne89770:0 -## crwdns89772:0crwdne89772:0 +## crwdns100824:0crwdne100824:0 -crwdns89774:0crwdne89774:0 crwdns89776:0crwdne89776:0 +crwdns100826:0crwdne100826:0 crwdns100828:0crwdne100828:0 -crwdns89778:0crwdne89778:0 crwdns89780:0crwdne89780:0 +crwdns100830:0crwdne100830:0 + +## crwdns100832:0crwdne100832:0 + +crwdns100834:0crwdne100834:0 crwdns100836:0crwdne100836:0 + +crwdns100838:0crwdne100838:0 crwdns100840:0crwdne100840:0 ```jsx crwdns89782:0{{ 'aria-label': 'Checkbox A' }}crwdne89782:0 ``` -## crwdns89784:0crwdne89784:0 +## crwdns100842:0crwdne100842:0 - [crwdns89788:0crwdne89788:0 crwdns89790:0crwdne89790:0](crwdns89786:0crwdne89786:0) \ No newline at end of file diff --git a/docs/src/pages/components/checkboxes/checkboxes-de.md b/docs/src/pages/components/checkboxes/checkboxes-de.md index f91870d68dc438..9d1654fc6bb159 100644 --- a/docs/src/pages/components/checkboxes/checkboxes-de.md +++ b/docs/src/pages/components/checkboxes/checkboxes-de.md @@ -29,6 +29,12 @@ Sie können die Platzierung des Etiketts ändern: {{"demo": "pages/components/checkboxes/FormControlLabelPosition.js"}} +## Customized checkbox + +Hier ist ein Beispiel zum Anpassen der Komponente. Mehr dazu erfahren Sie auf der [Überschreibungsdokumentationsseite](/customization/components/). + +{{"demo": "pages/components/checkboxes/CustomizedCheckbox.js"}} + ## Barrierefreiheit Alle Formularsteuerelemente sollten Beschriftungen haben. Dazu gehören Optionsfelder, Kontrollkästchen und Schalter. In den meisten Fällen wird dazu das Element `