You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/locale/EN.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@
3
3
"label": "English",
4
4
"locale": {
5
5
"pages": {
6
+
"TablesDemo": {
7
+
"searchDescription": "Demo of Table parts components.",
8
+
"searchTags": {
9
+
"demo": "demo",
10
+
"table": "table",
11
+
"row": "row",
12
+
"cell": "cell",
13
+
"demonstration": "demonstration"
14
+
},
15
+
"simpleTableHeader": "Simple Table",
16
+
"simpleTableSummary": "Tables are needed to showcase a lot of structured data.",
17
+
"tablesWithMarkdownHeader": "Tables with markdown",
18
+
"tablesWithMarkdownSummary": "You can use the __Markdown__ component to customize tables. Don't forget to set the ```typographyInheritSize``` and ```inline``` props in the __Markdown__ component",
19
+
"moreInfoHeader": "More info",
20
+
"moreInfoSummary": "You can find more info about tables usage [here](https://material-ui.com/components/tables/)."
21
+
},
6
22
"CodeDemo": {
7
23
"searchDescription": "Demo of Code showers components.",
Copy file name to clipboardExpand all lines: src/locale/RU.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@
3
3
"label": "Русский",
4
4
"locale": {
5
5
"pages": {
6
+
"TablesDemo": {
7
+
"searchDescription": "Demo of Table parts components.",
8
+
"searchTags": {
9
+
"demo": "demo",
10
+
"table": "table",
11
+
"row": "row",
12
+
"cell": "cell",
13
+
"demonstration": "demonstration",
14
+
"table_ru": "таблицф",
15
+
"demo_ru": "думо"
16
+
},
17
+
"simpleTableHeader": "Простая таблица",
18
+
"simpleTableSummary": "Таблицы нужны для демонстрации большого количества структурированных данных.",
19
+
"tablesWithMarkdownHeader": "Таблицы с markdown",
20
+
"tablesWithMarkdownSummary": "Для кастомизации таблиц вы можете использовать компонент __Markdown__. Не забудьте выставить пропы ```typographyInheritSize``` и ```inline``` в компоненте __Markdown__",
21
+
"moreInfoHeader": "Больше информации",
22
+
"moreInfoSummary": "Вы можете узнать больше информации о настройке таблиц [тут](https://material-ui.com/components/tables/)ю"
<Markdown>Таблицы нужны для демонстрации большого количества структурированных данных.</Markdown>
32
+
<H3>{locale.simpleTableHeader}</H3>
33
+
<Markdown>{locale.simpleTableSummary}</Markdown>
31
34
<DemoWithCode
32
35
theme={"darcula"}
33
36
code={simpleTableCode}
@@ -39,8 +42,8 @@ export default function TablesDemo() {
39
42
<SimpleTable/>
40
43
</Box>
41
44
</DemoWithCode>
42
-
<H3>Tables with markdown</H3>
43
-
<Markdown>Для кастомизации таблиц вы можете использовать компонент __Markdown__. Не забудьте выставить пропы ```typographyInheritSize``` и ```inline``` в компоненте __Markdown__</Markdown>
0 commit comments