Skip to content

Commit d73f9f7

Browse files
Update note translations for user guides
1 parent ba15198 commit d73f9f7

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

i18n/ru/docusaurus-plugin-content-docs/current/guides/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const editor = new richtext.Richtext("#root", {
5252

5353
### Configuration properties
5454

55-
:::note
55+
:::note[Примечание]
5656
The full list of properties to configure **RichText** can be found [**here**](api/overview/properties_overview.md).
5757
:::
5858

i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ description: Узнайте, как использовать DHTMLX RichText с
66

77
# Интеграция с Angular
88

9-
:::tip
9+
:::tip[Совет]
1010
Предполагается, что вы знаете основы **Angular**. Если нужно вспомнить — загляните в [**документацию Angular**](https://v17.angular.io/docs).
1111
:::
1212

1313
DHTMLX RichText работает с **Angular**. Готовые примеры — в репозитории [**на GitHub**](https://github.com/DHTMLX/angular-richtext-demo).
1414

1515
## Создание проекта {#creating-a-project}
1616

17-
:::info
17+
:::info[Информация]
1818
Сначала установите [**Angular CLI**](https://v17.angular.io/cli) и [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

@@ -24,7 +24,7 @@ DHTMLX RichText работает с **Angular**. Готовые примеры
2424
ng new my-angular-richtext-app
2525
~~~
2626

27-
:::note
27+
:::note[Примечание]
2828
Если следуете этому гайду — при создании приложения отключите Server-Side Rendering (SSR) и Static Site Generation (SSG/Prerendering).
2929
:::
3030

i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ description: Узнайте, как использовать DHTMLX RichText с
66

77
# Интеграция с React
88

9-
:::tip
9+
:::tip[Совет]
1010
Предполагается, что вы знаете основы [**React**](https://react.dev). Если нужно вспомнить — загляните в [**документацию React**](https://react.dev/learn).
1111
:::
1212

1313
DHTMLX RichText работает с **React**. Готовые примеры — в репозитории [**на GitHub**](https://github.com/DHTMLX/react-richtext-demo).
1414

1515
## Создание проекта {#creating-a-project}
1616

17-
:::info
17+
:::info[Информация]
1818
Сначала установите [**Vite**](https://vite.dev/) (опционально) и [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ description: Узнайте, как использовать DHTMLX RichText с
66

77
# Интеграция с Svelte
88

9-
:::tip
9+
:::tip[Совет]
1010
Предполагается, что вы знаете основы **Svelte**. Если нужно вспомнить — загляните в [**документацию Svelte**](https://svelte.dev/).
1111
:::
1212

1313
DHTMLX RichText работает с **Svelte**. Готовые примеры — в репозитории [**на GitHub**](https://github.com/DHTMLX/svelte-richtext-demo).
1414

1515
## Создание проекта {#creating-a-project}
1616

17-
:::info
17+
:::info[Информация]
1818
Сначала установите [**Vite**](https://vite.dev/) (опционально) и [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ description: Узнайте, как использовать DHTMLX RichText с
66

77
# Интеграция с Vue
88

9-
:::tip
9+
:::tip[Совет]
1010
Предполагается, что вы знаете основы [**Vue**](https://vuejs.org/). Если нужно вспомнить — загляните в [**документацию Vue 3**](https://vuejs.org/guide/introduction.html#getting-started).
1111
:::
1212

1313
DHTMLX RichText работает с **Vue**. Готовые примеры — в репозитории [**на GitHub**](https://github.com/DHTMLX/vue-richtext-demo).
1414

1515
## Создание проекта {#creating-a-project}
1616

17-
:::info
17+
:::info[Информация]
1818
Сначала установите [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const en = {
157157
};
158158
~~~
159159

160-
:::info
160+
:::info[Информация]
161161
Besides the default ***en*** locale (*English*), RichText also includes the built-in ***de*** (*German*) and ***cn*** (*Chinese*) ones.
162162
:::
163163

i18n/ru/docusaurus-plugin-content-docs/current/guides/stylization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can override RichText's default styles by redefining CSS variables on the `#
5555
</style>
5656
```
5757

58-
:::note
58+
:::note[Примечание]
5959
These styles will apply a dark background, adjust button and icon colors, and improve visibility for dark UI themes.
6060
:::
6161

i18n/ru/docusaurus-plugin-content-docs/current/guides/typescript_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: You can learn about using typescript with the DHTMLX JavaScript Ric
88

99
Starting from v2.0, the library of DHTMLX RichText provides an ability to use TypeScript definitions. The built-in support of TypeScript works out of the box.
1010

11-
:::note
11+
:::note[Примечание]
1212
You can try out the functionality right in our <a href="https://snippet.dhtmlx.com/ziynafp7?tag=richtext" target="_blank">Snippet Tool</a>.
1313
:::
1414

0 commit comments

Comments
 (0)