Skip to content

Commit

Permalink
New Crowdin translations (#14426)
Browse files Browse the repository at this point in the history
* New translations
  • Loading branch information
muibot authored and mbrookes committed Feb 6, 2019
1 parent 3e49edd commit 0f3798a
Show file tree
Hide file tree
Showing 413 changed files with 20,506 additions and 1,562 deletions.
4 changes: 1 addition & 3 deletions docs/src/modules/components/backers-de.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Supporting Material-UI

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/).
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/).

### Gold Sponsors

Expand Down
6 changes: 2 additions & 4 deletions docs/src/modules/components/backers-es.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Supporting Material-UI

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/).
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/).

### Gold Sponsors

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

### There is more!

See the full list of [our backers](/discover-more/backers/).
See the full list of [our backers](/discover-more/backers/).
6 changes: 2 additions & 4 deletions docs/src/modules/components/backers-fr.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Supporting Material-UI

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/).
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/).

### Gold Sponsors

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

### There is more!

See the full list of [our backers](/discover-more/backers/).
See the full list of [our backers](/discover-more/backers/).
5 changes: 2 additions & 3 deletions docs/src/modules/components/backers-pt.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Supporting Material-UI

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/).
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/).

### Gold Sponsors

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

### There is more!

<<<<<<< HEAD
See the full list of [our backers](/discover-more/backers/).
6 changes: 2 additions & 4 deletions docs/src/modules/components/backers-ru.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Supporting Material-UI

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/).
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/).

### Gold Sponsors

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

### There is more!

See the full list of [our backers](/discover-more/backers/).
See the full list of [our backers](/discover-more/backers/).
6 changes: 2 additions & 4 deletions docs/src/modules/components/backers-zh.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Supporting Material-UI

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/).
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/).

### Gold Sponsors

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

<p style="display: flex; justify-content: center;">
<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;">
<img width="126" src="https://avatars1.githubusercontent.com/u/20172349?s=378" alt="creative-tim" title="Premium Themes">
<img width="126" src="https://avatars1.githubusercontent.com/u/20172349?s=378" alt="creative-tim" title="高级主题">
</a>
<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;">
<img width="96" src="https://avatars1.githubusercontent.com/u/24789812?s=192" alt="bitsrc" title="The fastest way to share code">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/css-in-js/advanced/advanced-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const className = `${productionPrefix}-${identifier}`;

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

## Global CSS
## Globales CSS

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:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/css-in-js/advanced/advanced-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const className = `${productionPrefix}-${identifier}`;

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

## Global CSS
## CSS global

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:

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/css-in-js/advanced/advanced-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The CSS injected by Material-UI to style a component has the highest specificity

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.

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

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

Expand Down Expand Up @@ -134,7 +134,7 @@ function App() {
export default App;
```

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

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

Expand Down Expand Up @@ -190,7 +190,7 @@ export default App;

## Server Side Rendering

## Class names
## Имена классов

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:

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

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

## Global CSS
## Глобальный CSS

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:

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/css-in-js/api/api-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ export default function MyComponent() {
}
```

## `styled(styles, [options])(Component) => Component`
## `styled(Component)(styles, [options]) => Component`

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

#### Arguments

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.
2. `options` (*Object* [optional]):
1. `Component`: The component that will be wrapped.
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.
3. `options` (*Object* [optional]):
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
- `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.
- `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`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
3. `Component`: The component that will be wrapped.

#### Returns

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/css-in-js/api/api-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ export default function MyComponent() {
}
```

## `styled(styles, [options])(Component) => Component`
## `styled(Component)(styles, [options]) => Component`

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

#### Arguments

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.
2. `options` (*Object* [optional]):
1. `Component`: The component that will be wrapped.
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.
3. `options` (*Object* [optional]):
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
- `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.
- `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`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
3. `Component`: The component that will be wrapped.

#### Returns

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/css-in-js/api/api-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ export default function MyComponent() {
}
```

## `styled(styles, [options])(Component) => Component`
## `styled(Component)(styles, [options]) => Component`

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

#### Arguments

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.
2. `options` (*Object* [optional]):
1. `Component`: The component that will be wrapped.
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.
3. `options` (*Object* [optional]):
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
- `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.
- `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`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
3. `Component`: The component that will be wrapped.

#### Returns

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/css-in-js/api/api-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ export default function MyComponent() {
}
```

## `styled(styles, [options])(Component) => Component`
## `styled(Component)(styles, [options]) => Component`

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

#### Arguments

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.
2. `options` (*Object* [optional]):
1. `Component`: The component that will be wrapped.
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.
3. `options` (*Object* [optional]):
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
- `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.
- `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`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
3. `Component`: The component that will be wrapped.

#### Returns

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/css-in-js/api/api-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ export default function MyComponent() {
}
```

## `styled(styles, [options])(Component) => Component`
## `styled(Component)(styles, [options]) => Component`

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

#### Arguments

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.
2. `options` (*Object* [optional]):
1. `Component`: The component that will be wrapped.
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.
3. `options` (*Object* [optional]):
- `options.defaultTheme` (*Object* [optional]): The default theme to use if a theme isn't supplied through a Theme Provider.
- `options.withTheme` (*Boolean* [optional]): Defaults to `false`. Provide the `theme` object to the component as a property.
- `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.
- `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`.
- The other keys are forwarded to the options argument of [jss.createStyleSheet([styles], [options])](http://cssinjs.org/jss-api/#create-style-sheet).
3. `Component`: The component that will be wrapped.

#### Returns

Expand Down
Loading

0 comments on commit 0f3798a

Please sign in to comment.