Skip to content

Commit 5e50e80

Browse files
Revert "New Crowdin translations (#14426)"
This reverts commit 0f3798a.
1 parent 0f3798a commit 5e50e80

File tree

413 files changed

+1562
-20506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+1562
-20506
lines changed

docs/src/modules/components/backers-de.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Supporting Material-UI
22

3-
Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible entirely thanks to the support of these awesome [backers](/discover-more/backers/).
3+
Material-UI is an MIT-licensed open source project.
4+
It's an independent project with ongoing development made possible entirely
5+
thanks to the support of these awesome [backers](/discover-more/backers/).
46

57
### Gold Sponsors
68

docs/src/modules/components/backers-es.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Supporting Material-UI
22

3-
Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible entirely thanks to the support of these awesome [backers](/discover-more/backers/).
3+
Material-UI is an MIT-licensed open source project.
4+
It's an independent project with ongoing development made possible entirely
5+
thanks to the support of these awesome [backers](/discover-more/backers/).
46

57
### Gold Sponsors
68

@@ -36,4 +38,4 @@ via [OpenCollective](https://opencollective.com/material-ui)
3638

3739
### There is more!
3840

39-
See the full list of [our backers](/discover-more/backers/).
41+
See the full list of [our backers](/discover-more/backers/).

docs/src/modules/components/backers-fr.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Supporting Material-UI
22

3-
Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible entirely thanks to the support of these awesome [backers](/discover-more/backers/).
3+
Material-UI is an MIT-licensed open source project.
4+
It's an independent project with ongoing development made possible entirely
5+
thanks to the support of these awesome [backers](/discover-more/backers/).
46

57
### Gold Sponsors
68

@@ -36,4 +38,4 @@ via [OpenCollective](https://opencollective.com/material-ui)
3638

3739
### There is more!
3840

39-
See the full list of [our backers](/discover-more/backers/).
41+
See the full list of [our backers](/discover-more/backers/).

docs/src/modules/components/backers-pt.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Supporting Material-UI
22

3-
Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible entirely thanks to the support of these awesome [backers](/discover-more/backers/).
3+
Material-UI is an MIT-licensed open source project.
4+
It's an independent project with ongoing development made possible entirely
5+
thanks to the support of these awesome [backers](/discover-more/backers/).
46

57
### Gold Sponsors
68

@@ -36,5 +38,4 @@ via [OpenCollective](https://opencollective.com/material-ui)
3638

3739
### There is more!
3840

39-
<<<<<<< HEAD
4041
See the full list of [our backers](/discover-more/backers/).

docs/src/modules/components/backers-ru.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Supporting Material-UI
22

3-
Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible entirely thanks to the support of these awesome [backers](/discover-more/backers/).
3+
Material-UI is an MIT-licensed open source project.
4+
It's an independent project with ongoing development made possible entirely
5+
thanks to the support of these awesome [backers](/discover-more/backers/).
46

57
### Gold Sponsors
68

@@ -36,4 +38,4 @@ via [OpenCollective](https://opencollective.com/material-ui)
3638

3739
### There is more!
3840

39-
See the full list of [our backers](/discover-more/backers/).
41+
See the full list of [our backers](/discover-more/backers/).

docs/src/modules/components/backers-zh.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Supporting Material-UI
22

3-
Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible entirely thanks to the support of these awesome [backers](/discover-more/backers/).
3+
Material-UI is an MIT-licensed open source project.
4+
It's an independent project with ongoing development made possible entirely
5+
thanks to the support of these awesome [backers](/discover-more/backers/).
46

57
### Gold Sponsors
68

@@ -10,7 +12,7 @@ via [Patreon](https://www.patreon.com/oliviertassinari)
1012

1113
<p style="display: flex; justify-content: center;">
1214
<a data-ga-event-category="sponsors" data-ga-event-action="logo" data-ga-event-label="creative-tim" href="https://www.creative-tim.com/?utm_source=material-ui&utm_medium=docs&utm_campaign=homepage" rel="noopener" target="_blank" style="margin-right: 16px;">
13-
<img width="126" src="https://avatars1.githubusercontent.com/u/20172349?s=378" alt="creative-tim" title="高级主题">
15+
<img width="126" src="https://avatars1.githubusercontent.com/u/20172349?s=378" alt="creative-tim" title="Premium Themes">
1416
</a>
1517
<a data-ga-event-category="sponsors" data-ga-event-action="logo" data-ga-event-label="bitsrc" href="https://bitsrc.io" rel="noopener" target="_blank" style="margin-right: 16px;">
1618
<img width="96" src="https://avatars1.githubusercontent.com/u/24789812?s=192" alt="bitsrc" title="The fastest way to share code">

docs/src/pages/css-in-js/advanced/advanced-de.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const className = `${productionPrefix}-${identifier}`;
235235

236236
If you don't like this default behavior, you can change it. JSS relies on the concept of [class name generator](https://cssinjs.org/jss-api/#generate-your-class-names).
237237

238-
## Globales CSS
238+
## Global CSS
239239

240240
We provide an option to make the class names **deterministic** with the [`dangerouslyUseGlobalCSS`](/css-in-js/api/#creategenerateclassname-options-class-name-generator) option. When turned on, the class names will look like this:
241241

docs/src/pages/css-in-js/advanced/advanced-fr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const className = `${productionPrefix}-${identifier}`;
235235

236236
If you don't like this default behavior, you can change it. JSS relies on the concept of [class name generator](https://cssinjs.org/jss-api/#generate-your-class-names).
237237

238-
## CSS global
238+
## Global CSS
239239

240240
We provide an option to make the class names **deterministic** with the [`dangerouslyUseGlobalCSS`](/css-in-js/api/#creategenerateclassname-options-class-name-generator) option. When turned on, the class names will look like this:
241241

docs/src/pages/css-in-js/advanced/advanced-ru.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The CSS injected by Material-UI to style a component has the highest specificity
106106

107107
You might, however, also want to override these styles, for example with styled-components. If you are experiencing a CSS injection order issue, JSS [provides a mechanism](https://github.com/cssinjs/jss/blob/master/docs/setup.md#specify-the-dom-insertion-point) to handle this situation. By adjusting the placement of the `insertionPoint` within your HTML head you can [control the order](https://cssinjs.org/jss-api#attach-style-sheets-in-a-specific-order) that the CSS rules are applied to your components.
108108

109-
### HTML-комментарий
109+
### HTML comment
110110

111111
The simplest approach is to add an HTML comment that determines where JSS will inject the styles:
112112

@@ -134,7 +134,7 @@ function App() {
134134
export default App;
135135
```
136136

137-
### Другой HTML-элемент
137+
### Other HTML element
138138

139139
[Create React App](https://github.com/facebook/create-react-app) strips HTML comments when creating the production build. To get around the issue, you can provide a DOM element (other than a comment) as the JSS insertion point.
140140

@@ -190,7 +190,7 @@ export default App;
190190

191191
## Server Side Rendering
192192

193-
## Имена классов
193+
## Class names
194194

195195
You may have noticed that the class names generated by our styling solution are **non-deterministic**, so you can't rely on them to stay the same. The class names are generated by [our class name generator](/css-in-js/api/#creategenerateclassname--options----class-name-generator) Let's take the following style as an example:
196196

@@ -235,7 +235,7 @@ const className = `${productionPrefix}-${identifier}`;
235235

236236
If you don't like this default behavior, you can change it. JSS relies on the concept of [class name generator](https://cssinjs.org/jss-api/#generate-your-class-names).
237237

238-
## Глобальный CSS
238+
## Global CSS
239239

240240
We provide an option to make the class names **deterministic** with the [`dangerouslyUseGlobalCSS`](/css-in-js/api/#creategenerateclassname-options-class-name-generator) option. When turned on, the class names will look like this:
241241

docs/src/pages/css-in-js/api/api-de.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ export default function MyComponent() {
103103
}
104104
```
105105

106-
## `styled(Component)(styles, [options]) => Component`
106+
## `styled(styles, [options])(Component) => Component`
107107

108108
Link a style sheet with a function component using the **styled components** pattern.
109109

110110
#### Arguments
111111

112-
1. `Component`: The component that will be wrapped.
113-
2. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
114-
3. `options` (*Object* [optional]):
112+
1. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
113+
2. `options` (*Object* [optional]):
115114
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
116115
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
117116
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging. If the value isn't provided, it will try to fallback to the name of the component.
118117
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
119118
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
119+
3. `Component`: The component that will be wrapped.
120120

121121
#### Returns
122122

docs/src/pages/css-in-js/api/api-es.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ export default function MyComponent() {
103103
}
104104
```
105105

106-
## `styled(Component)(styles, [options]) => Component`
106+
## `styled(styles, [options])(Component) => Component`
107107

108108
Link a style sheet with a function component using the **styled components** pattern.
109109

110110
#### Arguments
111111

112-
1. `Component`: The component that will be wrapped.
113-
2. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
114-
3. `options` (*Object* [optional]):
112+
1. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
113+
2. `options` (*Object* [optional]):
115114
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
116115
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
117116
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging. If the value isn't provided, it will try to fallback to the name of the component.
118117
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
119118
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
119+
3. `Component`: The component that will be wrapped.
120120

121121
#### Returns
122122

docs/src/pages/css-in-js/api/api-fr.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ export default function MyComponent() {
103103
}
104104
```
105105

106-
## `styled(Component)(styles, [options]) => Component`
106+
## `styled(styles, [options])(Component) => Component`
107107

108108
Link a style sheet with a function component using the **styled components** pattern.
109109

110110
#### Arguments
111111

112-
1. `Component`: The component that will be wrapped.
113-
2. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
114-
3. `options` (*Object* [optional]):
112+
1. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
113+
2. `options` (*Object* [optional]):
115114
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
116115
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
117116
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging. If the value isn't provided, it will try to fallback to the name of the component.
118117
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
119118
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
119+
3. `Component`: The component that will be wrapped.
120120

121121
#### Returns
122122

docs/src/pages/css-in-js/api/api-ja.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ export default function MyComponent() {
103103
}
104104
```
105105

106-
## `styled(Component)(styles, [options]) => Component`
106+
## `styled(styles, [options])(Component) => Component`
107107

108108
Link a style sheet with a function component using the **styled components** pattern.
109109

110110
#### Arguments
111111

112-
1. `Component`: The component that will be wrapped.
113-
2. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
114-
3. `options` (*Object* [optional]):
112+
1. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
113+
2. `options` (*Object* [optional]):
115114
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
116115
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
117116
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging. If the value isn't provided, it will try to fallback to the name of the component.
118117
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
119118
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
119+
3. `Component`: The component that will be wrapped.
120120

121121
#### Returns
122122

docs/src/pages/css-in-js/api/api-pt.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ export default function MyComponent() {
103103
}
104104
```
105105

106-
## `styled(Component)(styles, [options]) => Component`
106+
## `styled(styles, [options])(Component) => Component`
107107

108108
Link a style sheet with a function component using the **styled components** pattern.
109109

110110
#### Arguments
111111

112-
1. `Component`: The component that will be wrapped.
113-
2. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
114-
3. `options` (*Object* [optional]):
112+
1. `styles` (*Function | Object*): A function generating the styles or a styles object. It will be linked to the component. Use the function signature if you need to have access to the theme. It's provided as the first argument.
113+
2. `options` (*Object* [optional]):
115114
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
116115
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
117116
- `options.name` (*String* [optional]): The name of the style sheet. Useful for debugging. If the value isn't provided, it will try to fallback to the name of the component.
118117
- `options.flip` (*Boolean* [optional]): When set to `false`, this sheet will opt-out the `rtl` transformation. When set to `true`, the styles are inversed. When set to `null`, it follows `theme.direction`.
119118
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
119+
3. `Component`: The component that will be wrapped.
120120

121121
#### Returns
122122

0 commit comments

Comments
 (0)