From 72aa425f8c6760082210ddabe32adb4d84bdbab8 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Fri, 17 Jul 2026 23:31:22 +0300 Subject: [PATCH 1/4] [add] i18n glossary and normalize translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add i18n/GLOSSARY.md with canonical template phrases for ru/de/ko/zh (section labels, headings, changelog/nav headings, admonition titles, do-not-translate terms), adapted to RichText conventions - unify theme.admonition.* in code.json across locales: capitalize ru/de, sync with the explicit markdown titles, drop caution/warning duplicates (ru caution→Осторожно, danger→Опасно; de nouns capitalized; ko note→참고; zh note→注意, caution→谨慎) - normalize headings: ru Конфиг по умолчанию→Конфигурация по умолчанию, Применение→Использование; ko 매개변수→파라미터, 예시→예제, 기본 구성→기본 설정, 관련 예제→관련 샘플; de fix "Wie geht es weiter?" and double-space "Neue API" (anchors untouched) - enforce do-not-translate terms: ru АПИ→API (99), шину событий→Event Bus; zh 事件总线方法→Event Bus 方法 --- i18n/GLOSSARY.md | 119 ++++++++++++++++++ i18n/de/code.json | 8 +- .../current/how_to_start.md | 2 +- .../current/news/whats_new.md | 6 +- i18n/ko/code.json | 2 +- .../current/api/config/layout-mode.md | 4 +- .../current/api/config/trigger-template.md | 2 +- .../current/api/config/value.md | 2 +- .../current/api/events/align.md | 2 +- .../current/api/events/export.md | 2 +- .../current/api/events/import.md | 2 +- .../current/api/events/indent.md | 2 +- .../current/api/events/insert-link.md | 2 +- .../current/api/events/insert-list.md | 2 +- .../current/api/events/insert-token.md | 2 +- .../current/api/events/outdent.md | 2 +- .../current/api/events/resize-image.md | 2 +- .../current/api/events/set-font-family.md | 2 +- .../current/api/events/set-line-height.md | 2 +- .../current/api/events/set-text-color.md | 2 +- .../current/api/events/set-text-style.md | 2 +- .../current/api/events/show-popup.md | 2 +- .../current/api/events/show-suggest.md | 2 +- .../api/events/toggle-fullscreen-mode.md | 4 +- .../current/api/events/toggle-layout-mode.md | 2 +- .../api/events/toggle-shortcut-info.md | 2 +- .../current/api/internal/detach.md | 2 +- .../current/api/internal/exec.md | 2 +- .../current/api/internal/intercept.md | 2 +- .../current/api/internal/on.md | 2 +- .../current/api/methods/get-value.md | 2 +- .../current/api/methods/insert-value.md | 2 +- .../current/api/methods/set-value.md | 2 +- .../current/api/overview/main_overview.md | 2 +- i18n/ru/code.json | 10 +- .../current/api/config/default-styles.md | 4 +- .../current/api/config/fullscreen-mode.md | 4 +- .../current/api/config/image-upload-url.md | 2 +- .../current/api/config/layout-mode.md | 4 +- .../current/api/config/locale.md | 4 +- .../current/api/config/menubar.md | 2 +- .../current/api/config/toolbar.md | 2 +- .../current/api/config/trigger-template.md | 2 +- .../current/api/config/triggers.md | 4 +- .../current/api/config/value.md | 2 +- .../current/api/events/align.md | 2 +- .../current/api/events/clear-text-format.md | 2 +- .../current/api/events/copy.md | 2 +- .../current/api/events/create-new.md | 2 +- .../current/api/events/cut.md | 2 +- .../current/api/events/delete-link.md | 2 +- .../current/api/events/export.md | 2 +- .../current/api/events/hide-suggest.md | 2 +- .../current/api/events/import.md | 2 +- .../current/api/events/indent.md | 2 +- .../current/api/events/insert-image.md | 2 +- .../current/api/events/insert-line.md | 2 +- .../current/api/events/insert-link.md | 2 +- .../current/api/events/insert-list.md | 2 +- .../current/api/events/insert-token.md | 2 +- .../current/api/events/outdent.md | 2 +- .../current/api/events/paste.md | 2 +- .../current/api/events/print.md | 2 +- .../current/api/events/redo.md | 2 +- .../current/api/events/resize-image.md | 2 +- .../current/api/events/set-font-family.md | 2 +- .../current/api/events/set-font-size.md | 2 +- .../current/api/events/set-line-height.md | 2 +- .../current/api/events/set-text-color.md | 2 +- .../current/api/events/set-text-format.md | 2 +- .../current/api/events/set-text-style.md | 2 +- .../current/api/events/show-popup.md | 2 +- .../current/api/events/show-suggest.md | 2 +- .../current/api/events/subscript.md | 2 +- .../current/api/events/superscript.md | 2 +- .../api/events/toggle-fullscreen-mode.md | 2 +- .../current/api/events/toggle-layout-mode.md | 2 +- .../current/api/events/toggle-list.md | 2 +- .../api/events/toggle-shortcut-info.md | 2 +- .../current/api/events/undo.md | 2 +- .../current/api/events/update-link.md | 2 +- .../current/api/internal/detach.md | 2 +- .../current/api/internal/exec.md | 2 +- .../api/internal/get-reactive-state.md | 2 +- .../current/api/internal/get-state.md | 2 +- .../current/api/internal/intercept.md | 2 +- .../current/api/internal/on.md | 2 +- .../current/api/internal/set-next.md | 2 +- .../current/api/methods/destructor.md | 2 +- .../current/api/methods/get-value.md | 2 +- .../current/api/methods/insert-value.md | 2 +- .../current/api/methods/set-config.md | 2 +- .../current/api/methods/set-locale.md | 2 +- .../current/api/methods/set-value.md | 2 +- .../overview/event_bus_methods_overview.md | 2 +- .../current/api/overview/events_overview.md | 2 +- .../current/api/overview/main_overview.md | 8 +- .../current/api/overview/methods_overview.md | 2 +- .../api/overview/properties_overview.md | 2 +- .../api/overview/state_methods_overview.md | 2 +- .../current/guides/configuration.md | 2 +- .../current/guides/initialization.md | 2 +- .../guides/integration_with_angular.md | 4 +- .../current/guides/integration_with_react.md | 4 +- .../current/guides/integration_with_svelte.md | 4 +- .../current/guides/integration_with_vue.md | 4 +- .../current/guides/localization.md | 2 +- .../current/guides/mentions_and_tags.md | 6 +- .../current/guides/typescript_support.md | 6 +- .../current/guides/working_with_server.md | 2 +- .../current/how_to_start.md | 2 +- .../current/index.md | 6 +- .../current/news/migration.md | 4 +- .../current/news/whats_new.md | 16 +-- i18n/zh/code.json | 4 +- .../current/api/events/insert-list.md | 2 +- .../current/api/events/paste.md | 2 +- .../api/events/toggle-shortcut-info.md | 2 +- 118 files changed, 274 insertions(+), 155 deletions(-) create mode 100644 i18n/GLOSSARY.md diff --git a/i18n/GLOSSARY.md b/i18n/GLOSSARY.md new file mode 100644 index 0000000..b1de1d4 --- /dev/null +++ b/i18n/GLOSSARY.md @@ -0,0 +1,119 @@ +# Translation Glossary — All documentation template phrases + +Purpose: a single reference for translations of recurring template phrases in the documentation +([../docs/](../docs/)). Consult it when translating new articles and when reviewing localizations — +the wording and markdown markup (`**...:**`, `### ...`, full-width `:` for zh) must match verbatim. + +The **canonical** (most frequent) variant is given. + +--- + +## 1. Section labels (bold lead before a link) + +RichText puts the colon **inside** the bold markers (`**...:**`); zh uses a full-width colon `:`. + +Use the **singular** form when a single item is referenced, the **plural** form for a list of two or +more. ko/zh have no number inflection — the same label serves both. The number must agree with the +English source (e.g. `**Related sample:**` → singular, `**Related samples:**` → plural). + +| EN | ru | de | ko | zh | +|---|---|---|---|---| +| `**Related articles:**` | `**Связанные статьи:**` | `**Verwandte Artikel:**` | `**관련 문서:**` | `**相关文章:**` | +| `**Related sample:**` | `**Связанный пример:**` | `**Verwandtes Beispiel:**` | `**관련 샘플:**` | `**相关示例:**` | +| `**Related samples:**` | `**Связанные примеры:**` | `**Verwandte Beispiele:**` | `**관련 샘플:**` | `**相关示例:**` | + +ko: `관련 샘플` is canonical for *sample(s)*; the variant `관련 예제` also occurs and should be +normalized to `관련 샘플`. + +## 2. Section headings + +Headings keep the original English slug as a `{#...}` anchor (e.g. `### Описание {#description}`) so +cross-page `#anchor` links stay valid — only the visible title is translated. The explicit `{#id}` +must match the English auto-slug **exactly**, including any leading dashes for headings that begin +with a list marker or inline code (e.g. `### - \`fire()\` → ...` keeps `{#--fire--...}`). + +**API-page template:** + +| EN | ru | de | ko | zh | +|---|---|---|---|---| +| `### Description` | `### Описание` | `### Beschreibung` | `### 설명` | `### 描述` | +| `### Usage` | `### Использование` | `### Verwendung` | `### 사용법` | `### 用法` | +| `### Example` | `### Пример` | `### Beispiel` | `### 예제` | `### 示例` | +| `### Parameters` | `### Параметры` | `### Parameter` | `### 파라미터` | `### 参数` | +| `### Returns` | `### Возвращает` | `### Rückgabewert` | `### 반환값` | `### 返回值` | +| `### Default config` | `### Конфигурация по умолчанию` | `### Standardkonfiguration` | `### 기본 설정` | `### 默认配置` | + +- ko: `파라미터` is canonical; the variants `매개변수` and untranslated `Parameters` in **headings** + should be normalized to `파라미터` (running prose that uses `매개변수` grammatically is left as is). +- ko: `예제` is canonical for *Example*; the variant `예시` should be normalized to `예제`. +- ko: `기본 설정` is canonical for *Default config*; the variant `기본 구성` should be normalized. +- ru: `Конфигурация по умолчанию` is canonical; the shorter `Конфиг по умолчанию` should be + normalized. + +**Changelog headings (`news/whats_new.md`, `news/migration.md`):** + +| EN | ru | de | ko | zh | +|---|---|---|---|---| +| `### New functionality` | `### Новые возможности` | `### Neue Funktionalität` | `### 새로운 기능` | `### 新功能` | +| `### New API` | `### Новый API` | `### Neue API` | `### 새로운 API` | `### 新增 API` | +| `### Updated API` | `### Обновлённый API` | `### Aktualisierte API` | `### 업데이트된 API` | `### 更新的 API` | +| `### Fixes` | `### Исправления` | `### Fehlerbehebungen` | `### 수정 사항` | `### 修复` | +| `### Methods migration` | `### Миграция методов` | `### Migration der Methoden` | `### 메서드 마이그레이션` | `### 方法迁移` | +| `### Properties migration` | `### Миграция свойств` | `### Migration der Eigenschaften` | `### 프로퍼티 마이그레이션` | `### 属性迁移` | + +`API` stays the Latin `API` in every changelog heading (never the Cyrillic `АПИ`). + +**Navigation heading:** + +| EN | ru | de | ko | zh | +|---|---|---|---|---| +| `## What's next` | `## Что дальше` | `## Wie geht es weiter?` | `## 다음 단계` | `## 下一步` | + +## 3. Admonition block titles (`:::note`, `:::tip` …) + +RichText sets these titles **explicitly in markdown** via the `:::type[Title]` syntax (e.g. +`:::note[Примечание]`), so the visible title comes from the `.md` file, not the theme defaults. The +block **type** (`:::note`, `:::tip`, …) is never translated — only the bracketed `[Title]` is. + +The same wording is mirrored in the `theme.admonition.*` keys of `i18n//code.json` (the +fallback for any block without an explicit title); the two must stay in sync. Canon: **capitalized +first letter**, with each type distinct (no `caution`/`warning` duplicates). + +| Type | ru | de | ko | zh | +|---|---|---|---|---| +| `:::note` | `Примечание` | `Hinweis` | `참고` | `注意` | +| `:::tip` | `Совет` | `Tipp` | `팁` | `提示` | +| `:::info` | `Информация` | `Info` | `정보` | `信息` | +| `:::warning` | `Предупреждение` | `Warnung` | `경고` | `警告` | +| `:::caution` | `Осторожно` | `Vorsicht` | `주의` | `谨慎` | +| `:::important` | `Важно` | `Wichtig` | `중요` | `重要` | +| `:::danger` | `Опасно` | `Gefahr` | `위험` | `危险` | + +## 4. Do not translate + +Keep these terms in English (Latin script) across all locales. + +**Product & modules:** +- `RichText` — the widget/product name (e.g. "DHTMLX RichText"). *The generic concept* — rich text — + may be localized; only the product/widget name stays `RichText`. +- `DHTMLX`, `dhx` (the `dhx.*` code namespace) +- `Event Bus` — the module name. Keep the English spelling; German may hyphenate it inside a compound + (`Event-Bus-Methoden`). Do not localize it (ru `шина событий`, zh `事件总线` → `Event Bus`). + +**Frameworks & libraries:** +- `React`, `Vue`, `Svelte`, `Angular` + +**Runtime, languages & tooling:** +- `Node.js`, `Vite` +- `JavaScript`, `TypeScript` +- `npm`, `yarn`, `CLI` + +**Data formats:** +- `JSON` + +**Services:** +- `GitHub`, `CDN` + +**Other:** +- `API` — always the Latin `API`, never the Cyrillic transliteration `АПИ`. +- Code identifiers (method / config / event names, `dhx.*`) inside backticks are never translated. diff --git a/i18n/de/code.json b/i18n/de/code.json index 787d361..adb87dc 100644 --- a/i18n/de/code.json +++ b/i18n/de/code.json @@ -139,11 +139,11 @@ "description": "The label alongside a tag list" }, "theme.admonition.caution": { - "message": "vorsicht", + "message": "Vorsicht", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.admonition.danger": { - "message": "gefahr", + "message": "Gefahr", "description": "The default label used for the Danger admonition (:::danger)" }, "theme.admonition.info": { @@ -151,11 +151,11 @@ "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "hinweis", + "message": "Hinweis", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { - "message": "tipp", + "message": "Tipp", "description": "The default label used for the Tip admonition (:::tip)" }, "theme.admonition.warning": { diff --git a/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md b/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md index 562f81f..fdf7789 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md @@ -104,6 +104,6 @@ const editor = new richtext.Richtext("#root", { }); ~~~ -## Wie geht es weiter {#whats-next} +## Wie geht es weiter? {#whats-next} Das war es schon. Nur drei einfache Schritte, und Sie verfügen über ein praktisches Werkzeug zur Bearbeitung von Inhalten. Jetzt können Sie mit Ihren Inhalten arbeiten oder die Welt von JavaScript RichText weiter erkunden. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md index baf08a2..f94aa3c 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -20,7 +20,7 @@ Veröffentlicht am 22. Juni 2026 - Tastenkürzel zum Löschen auf Wort- und Zeilenebene: vorheriges/nächstes Wort löschen mit `Ctrl+Backspace` / `Ctrl+Delete` (Windows/Linux) oder `Opt+Backspace` / `Opt+Delete` (macOS); vorherige/nächste visuelle Zeile löschen mit `Cmd+Backspace` / `Cmd+Delete` (nur macOS) - Neue Tastenkürzel zum Ändern der Blockeinrückung: die Einrückung eines Blocks mit `Tab` vergrößern und mit `Shift+Tab` verringern; in Listen verschachteln dieselben Tasten Elemente oder heben sie an -### Neue API {#new-api} +### Neue API {#new-api} #### Neue Eigenschaften {#new-properties} @@ -53,7 +53,7 @@ Veröffentlicht am 28. Mai 2026 - Beenden einer Liste oder Verringern der Verschachtelung durch Drücken von Enter in einem leeren Listenelement - Eigene Farbe für besuchte Links -### Neue API {#new-api-206} +### Neue API {#new-api-206} #### Neue Events {#new-events-206} @@ -180,7 +180,7 @@ Die API von v1.2 ist nicht kompatibel mit v2.0. Weitere Informationen finden Sie - **Tastaturkürzel** Erweiterte Unterstützung für gängige Formatierungs- und Bearbeitungskürzel -### Neue API {#new-api-20} +### Neue API {#new-api-20} #### Neue Eigenschaften {#new-properties-20} diff --git a/i18n/ko/code.json b/i18n/ko/code.json index af24336..1efab43 100644 --- a/i18n/ko/code.json +++ b/i18n/ko/code.json @@ -151,7 +151,7 @@ "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "노트", + "message": "참고", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md index dc83cb5..538f1f5 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md @@ -18,7 +18,7 @@ layoutMode: "classic" | "document"; `"classic"` 모드는 전체 편집 영역을 채웁니다. `"document"` 모드는 편집 영역을 문서 페이지 형태로 표시합니다. -### 기본 구성 {#default-config} +### 기본 설정 {#default-config} ~~~jsx layoutMode: "classic"; @@ -38,4 +38,4 @@ new richtext.Richtext("#root", { **관련 문서:** [구성](guides/configuration.md) -**관련 예제:** [RichText. 초기화](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) +**관련 샘플:** [RichText. 초기화](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md index b2de14d..f40d2e1 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md @@ -20,7 +20,7 @@ function triggerTemplate({ data, trigger }) { }; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} callback 함수는 다음 매개변수를 가진 객체를 받습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/value.md index 7dcaaed..c621e84 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/value.md @@ -33,4 +33,4 @@ new richtext.Richtext("#root", { **관련 문서:** [구성](guides/configuration.md) -**관련 예제:** [RichText. 초기화](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) +**관련 샘플:** [RichText. 초기화](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md index bf53f79..c8f0ee8 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md @@ -18,7 +18,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 align 이 }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `align` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md index 8f01100..04c3a42 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md @@ -23,7 +23,7 @@ interface IExportOptions { } ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `export` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md index 3bfafee..1dfb50f 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 import 이 "import": ({ html?: string }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `import` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md index 7869944..a0a57ce 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 indent 이 "indent": ({ step: number }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `indent` 이벤트의 callback은 다음 매개변수를 포함한 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md index 8d5f441..43055f0 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 insert-link 이벤트 "insert-link": ({ url: string }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `insert-link` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md index f80714e..69e705d 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -18,7 +18,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 insert-list type TListType = "bulleted" | "numbered"; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `insert-list` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md index 109ba41..1a2c88f 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md @@ -28,7 +28,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 insert-toke }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `insert-token` 이벤트의 callback은 다음 필드를 포함하는 객체를 받습니다. diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md index f451bf6..4dba2db 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md @@ -26,7 +26,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 outdent 이벤트에 내부 이벤트를 처리하려면 [**Event Bus 메서드**](api/overview/event_bus_methods_overview.md)를 사용하십시오. ::: -### 예시 {#example} +### 예제 {#example} ~~~jsx {5-9} // RichText 초기화 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md index b2c11e5..0f92d96 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 resize-image 이벤 "resize-image": ({ id: number, width: number, height: number }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `resize-image` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md index 788c061..41bd875 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 set-font-family 이 "set-font-family": ({ fontFamily: string }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `set-font-family` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md index 9bd6538..32eb0f9 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 set-line-height 이 "set-line-height": ({ lineHeight: string }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `set-line-height` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md index e2d1d18..4de7c68 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md @@ -21,7 +21,7 @@ interface ITextColor { } ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `set-text-color` 이벤트의 callback은 다음 매개변수를 포함한 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md index 67ab0fa..27eadb6 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md @@ -18,7 +18,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 set-text-st type TBlockType = "p" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `set-text-style` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md index 5090347..ff6cd86 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md @@ -21,7 +21,7 @@ interface IPopupConfig { } ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `show-popup` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md index 6c39739..511ccc4 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md @@ -28,7 +28,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 show-sugges }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `show-suggest` 이벤트의 callback은 다음 필드를 포함하는 객체를 수신합니다. diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md index a2e4716..2a81c5f 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 toggle-full "toggle-fullscreen-mode": ({ mode?: boolean }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `toggle-fullscreen-mode` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: @@ -26,7 +26,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 toggle-full 내부 이벤트를 처리하려면 [**Event Bus 메서드**](api/overview/event_bus_methods_overview.md)를 사용할 수 있습니다 ::: -### 예시 {#example} +### 예제 {#example} ~~~jsx {5-9} // RichText 초기화 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md index d1c4366..94e174a 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 toggle-layo "toggle-layout-mode": ({ mode?: "classic" | "document" }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `toggle-layout-mode` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md index 6033120..cc356ea 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 toggle-shortcut-info "toggle-shortcut-info": ({ mode?: boolean }) => boolean | void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} `toggle-shortcut-info` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md index 300e5cc..b8612d6 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 on 메서드에 대 api.detach( tag: string ): void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `tag` - (필수) 액션 태그의 이름 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md index 8120ba4..add8be2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md @@ -19,7 +19,7 @@ api.exec( ): void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `event` - (필수) 실행할 이벤트 - `config` - (필수) 매개변수가 포함된 config 객체 (실행할 이벤트를 참조하세요) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md index f39d5d1..1338ff7 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md @@ -19,7 +19,7 @@ api.intercept( ): void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `event` - (필수) 발생시킬 이벤트 - `callback` - (필수) 실행할 callback (callback 인수는 발생하는 이벤트에 따라 달라집니다) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md index 1083150..f830fe6 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md @@ -19,7 +19,7 @@ api.on( ): void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `event` - (필수) 발생시킬 이벤트 - `handler` - (필수) 연결할 핸들러 (핸들러 인수는 발생하는 이벤트에 따라 달라집니다) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md index 11459b5..11b2534 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 getValue 메서드에 getValue(encoder?: any): string; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `encoder` - (선택 사항) RichText의 콘텐츠를 사용자 정의 형식으로 인코딩하는 데 사용되는 파서입니다. 사용 가능한 형식은 `html`(기본값), `text`, `markdown`입니다. diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md index bb8602a..89d9577 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 insertValue insertValue: (value: string, encoder?: any): void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `value` - (필수) 현재 커서 위치의 RichText에 삽입할 값입니다. 선택 영역이 활성화된 경우, 선택 영역이 새 값으로 대체됩니다 - `encoder` - (선택) 삽입된 값을 디코딩하는 데 사용되는 파서입니다. 사용 가능한 형식은 `html`(기본값), `text`, `markdown`입니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md index 9696d64..153de29 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 setValue setValue: (value: string, encoder?: any): void; ~~~ -### 매개변수 {#parameters} +### 파라미터 {#parameters} - `value` - (필수) RichText에 삽입할 값 - `encoder` - (선택) 커스텀 형식에서 값을 디코딩하는 데 사용하는 커스텀 파서. 사용 가능한 형식은 `html`(기본값), `text`, `markdown`입니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/overview/main_overview.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/overview/main_overview.md index bd6524b..ecb43a6 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/overview/main_overview.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/overview/main_overview.md @@ -14,7 +14,7 @@ new richtext.RichText("#root", { }); ~~~ -**매개변수**: +**파라미터**: - HTML 컨테이너 (예: CSS 선택자 또는 DOM 요소) - 구성 객체 ([속성 보기](api/overview/properties_overview.md)) diff --git a/i18n/ru/code.json b/i18n/ru/code.json index 672aa03..4ea3391 100644 --- a/i18n/ru/code.json +++ b/i18n/ru/code.json @@ -139,23 +139,23 @@ "description": "The label alongside a tag list" }, "theme.admonition.caution": { - "message": "предупреждение", + "message": "Осторожно", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.admonition.danger": { - "message": "осторожно", + "message": "Опасно", "description": "The default label used for the Danger admonition (:::danger)" }, "theme.admonition.info": { - "message": "к сведению", + "message": "Информация", "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "примечание", + "message": "Примечание", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { - "message": "подсказка", + "message": "Совет", "description": "The default label used for the Tip admonition (:::tip)" }, "theme.admonition.warning": { diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md index 8cdaa19..14a2de8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md @@ -1,7 +1,7 @@ --- sidebar_label: defaultStyles title: Конфиг defaultStyles -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге defaultStyles. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге defaultStyles. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # defaultStyles @@ -101,7 +101,7 @@ new richtext.Richtext("#root", { В этом примере всем блокам `h2` назначается шрифт `"Roboto"` с размером 28px, а также изменяются цвет текста и цвет фона. CSS-стили также применяются к блокам `h2`. ::: -### Конфиг по умолчанию {#default-config} +### Конфигурация по умолчанию {#default-config} ~~~jsx const defaultStyles = { diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md index 4b83210..8ca328b 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md @@ -1,7 +1,7 @@ --- sidebar_label: fullscreenMode title: Конфиг fullscreenMode -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге fullscreenMode. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге fullscreenMode. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # fullscreenMode @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript fullscreenMode?: boolean; ~~~ -### Конфиг по умолчанию {#default-config} +### Конфигурация по умолчанию {#default-config} ~~~jsx fullscreenMode: false; diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md index 7db47f8..eeae889 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md @@ -1,7 +1,7 @@ --- sidebar_label: imageUploadUrl title: Конфигурация imageUploadUrl -description: В документации DHTMLX JavaScript RichText вы можете узнать о конфигурационном свойстве imageUploadUrl. Ознакомьтесь с руководствами разработчика и справочником АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации DHTMLX JavaScript RichText вы можете узнать о конфигурационном свойстве imageUploadUrl. Ознакомьтесь с руководствами разработчика и справочником API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # imageUploadUrl diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md index 01c15cf..d286ea8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md @@ -1,7 +1,7 @@ --- sidebar_label: layoutMode title: Конфиг layoutMode -description: В документации DHTMLX JavaScript RichText вы можете узнать о конфиге layoutMode. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации DHTMLX JavaScript RichText вы можете узнать о конфиге layoutMode. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # layoutMode @@ -18,7 +18,7 @@ layoutMode: "classic" | "document"; Режим `"classic"` заполняет всю область редактирования. Режим `"document"` отображает область редактирования в виде страницы документа. -### Конфиг по умолчанию {#default-config} +### Конфигурация по умолчанию {#default-config} ~~~jsx layoutMode: "classic"; diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md index 4b2e9cf..fcc6e95 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md @@ -1,7 +1,7 @@ --- sidebar_label: locale title: Конфиг locale -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге locale. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге locale. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # locale @@ -20,7 +20,7 @@ description: В документации библиотеки DHTMLX JavaScript locale?: object; ~~~ -### Конфиг по умолчанию {#default-config} +### Конфигурация по умолчанию {#default-config} По умолчанию RichText использует **английскую** локаль. Вы также можете задать собственную локаль. diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md index 6732b2e..721c4e4 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md @@ -1,7 +1,7 @@ --- sidebar_label: menubar title: Конфиг menubar -description: В документации DHTMLX JavaScript RichText вы можете узнать о конфиге menubar. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации DHTMLX JavaScript RichText вы можете узнать о конфиге menubar. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # menubar diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md index e860e5b..965fe99 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md @@ -1,7 +1,7 @@ --- sidebar_label: toolbar title: Конфиг toolbar -description: Вы можете узнать о конфиге toolbar в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о конфиге toolbar в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # toolbar diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md index faa0f42..4ef5a64 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md @@ -1,7 +1,7 @@ --- sidebar_label: triggerTemplate title: Конфиг triggerTemplate -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге triggerTemplate. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге triggerTemplate. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # triggerTemplate diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md index fdd8279..0d74ca9 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md @@ -1,7 +1,7 @@ --- sidebar_label: triggers title: Конфиг triggers -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге triggers. Изучайте руководства разработчика и справочник АПИ, проверяйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфиге triggers. Изучайте руководства разработчика и справочник API, проверяйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # triggers @@ -12,7 +12,7 @@ description: В документации библиотеки DHTMLX JavaScript Когда пользователь вводит настроенный символ (например, `@` или `#`), RichText открывает выпадающий список с заранее заданными элементами. Когда пользователь выбирает элемент, RichText вставляет его в документ как нередактируемый токен (``). -### Применение {#usage} +### Использование {#usage} ~~~jsx {} triggers?: Array<{ diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md index 1f5e1c8..ada4464 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md @@ -1,7 +1,7 @@ --- sidebar_label: value title: Конфигурация value -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфигурации value. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфигурации value. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # value diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md index 8dd1697..709f615 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md @@ -1,7 +1,7 @@ --- sidebar_label: align title: Событие align -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии align. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии align. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # align diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md index 677ef12..5601f76 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md @@ -1,7 +1,7 @@ --- sidebar_label: clear-text-format title: Событие clear-text-format -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии clear-text-format. Изучайте руководства для разработчиков и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии clear-text-format. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # clear-text-format diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md index 654fe7e..9747186 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md @@ -1,7 +1,7 @@ --- sidebar_label: copy title: copy Event -description: Вы можете узнать о событии copy в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник АПИ, ознакомьтесь с примерами кода и живыми демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии copy в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник API, ознакомьтесь с примерами кода и живыми демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # copy diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md index 616de83..4fbf883 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md @@ -1,7 +1,7 @@ --- sidebar_label: create-new title: Событие create-new -description: Вы можете узнать о событии create-new в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии create-new в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # create-new diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md index cfffd98..c41487d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md @@ -1,7 +1,7 @@ --- sidebar_label: cut title: Событие cut -description: Вы можете узнать о событии cut в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии cut в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # cut diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md index d3e0672..268f6f8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md @@ -1,7 +1,7 @@ --- sidebar_label: delete-link title: delete-link Event -description: Вы можете узнать о событии delete-link в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии delete-link в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # delete-link diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md index f2140f9..3e15559 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md @@ -1,7 +1,7 @@ --- sidebar_label: export title: Событие export -description: В документации библиотеки DHTMLX JavaScript RichText можно узнать о событии export. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText можно узнать о событии export. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # export diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md index 666aaf5..c363a9b 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md @@ -1,7 +1,7 @@ --- sidebar_label: hide-suggest title: hide-suggest Event -description: Вы можете узнать о событии hide-suggest в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии hide-suggest в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # hide-suggest diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md index 801a867..0745b8b 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md @@ -1,7 +1,7 @@ --- sidebar_label: import title: Событие import -description: Вы можете узнать о событии import в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником АПИ, попробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии import в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником API, попробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # import diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md index a347c1b..295f4c2 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md @@ -1,7 +1,7 @@ --- sidebar_label: indent title: Событие indent -description: Вы можете узнать о событии indent в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии indent в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # indent diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md index 65c009f..9eb281d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md @@ -1,7 +1,7 @@ --- sidebar_label: insert-image title: События insert-image -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии insert-image. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии insert-image. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # insert-image diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md index a12bb89..1102672 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md @@ -1,7 +1,7 @@ --- sidebar_label: insert-line title: Событие insert-line -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии insert-line. Изучайте руководства для разработчиков и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии insert-line. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # insert-line diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md index e130b61..08687e7 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md @@ -1,7 +1,7 @@ --- sidebar_label: insert-link title: Событие insert-link -description: Вы можете узнать о событии insert-link в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии insert-link в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # insert-link diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md index a3eccd9..b3c28bc 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -1,7 +1,7 @@ --- sidebar_label: insert-list title: Событие insert-list -description: В документации DHTMLX JavaScript RichText вы можете узнать о событии insert-list. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации DHTMLX JavaScript RichText вы можете узнать о событии insert-list. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # insert-list diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md index e4a29ea..a45d268 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md @@ -1,7 +1,7 @@ --- sidebar_label: insert-token title: insert-token Событие -description: Вы можете узнать о событии insert-token в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии insert-token в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # insert-token diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md index edd5915..6131556 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md @@ -1,7 +1,7 @@ --- sidebar_label: outdent title: Событие outdent -description: Вы можете узнать о событии outdent в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии outdent в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # outdent diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md index b7594e2..8690d38 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md @@ -1,7 +1,7 @@ --- sidebar_label: paste title: Событие paste -description: Вы можете узнать о событии paste в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии paste в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # paste diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md index f5a2cd3..21f1a51 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md @@ -1,7 +1,7 @@ --- sidebar_label: print title: Событие print -description: В документации DHTMLX JavaScript RichText вы можете узнать о событии print. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации DHTMLX JavaScript RichText вы можете узнать о событии print. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # print diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md index 822f89b..a2fb960 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md @@ -1,7 +1,7 @@ --- sidebar_label: redo title: Событие redo -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии redo. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии redo. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # redo diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md index c618ca5..46720a3 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md @@ -1,7 +1,7 @@ --- sidebar_label: resize-image title: resize-image Event -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии resize-image. Изучите руководства разработчика и справочник АПИ, просмотрите примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии resize-image. Изучите руководства разработчика и справочник API, просмотрите примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # resize-image diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md index 3e7ab87..9165d50 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md @@ -1,7 +1,7 @@ --- sidebar_label: set-font-family title: Событие set-font-family -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии set-font-family. Изучайте руководства для разработчиков и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии set-font-family. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # set-font-family diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md index 414b3c6..07c3623 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md @@ -1,7 +1,7 @@ --- sidebar_label: set-font-size title: Событие set-font-size -description: Вы можете узнать о событии set-font-size в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии set-font-size в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # set-font-size diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md index ec7cf07..23203fd 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md @@ -1,7 +1,7 @@ --- sidebar_label: set-line-height title: set-line-height Event -description: Вы можете узнать о событии set-line-height в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии set-line-height в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # set-line-height diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md index 7e4ac60..17abdd4 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md @@ -1,7 +1,7 @@ --- sidebar_label: set-text-color title: set-text-color Event -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии set-text-color. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии set-text-color. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # set-text-color diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md index 263b989..1ef1ee1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md @@ -1,7 +1,7 @@ --- sidebar_label: set-text-format title: События set-text-format -description: Вы можете узнать о событии set-text-format в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником АПИ, изучите примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии set-text-format в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником API, изучите примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # set-text-format diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md index 9123f6a..bd82402 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md @@ -1,7 +1,7 @@ --- sidebar_label: set-text-style title: События set-text-style -description: Вы можете узнать о событии set-text-style в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии set-text-style в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # set-text-style diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md index 3578d98..54002fa 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md @@ -1,7 +1,7 @@ --- sidebar_label: show-popup title: Событие show-popup -description: В документации DHTMLX JavaScript RichText вы можете узнать о событии show-popup. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации DHTMLX JavaScript RichText вы можете узнать о событии show-popup. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # show-popup diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md index fd1756f..00227a9 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md @@ -1,7 +1,7 @@ --- sidebar_label: show-suggest title: Событие show-suggest -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии show-suggest. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии show-suggest. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # show-suggest diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md index dbf3923..4e70489 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md @@ -1,7 +1,7 @@ --- sidebar_label: subscript title: subscript Событие -description: Вы можете узнать о событии subscript в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии subscript в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # subscript diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md index 0bfeb84..1510274 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md @@ -1,7 +1,7 @@ --- sidebar_label: superscript title: Событие superscript -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии superscript. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии superscript. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # superscript diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md index 10e1af0..2a6510d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md @@ -1,7 +1,7 @@ --- sidebar_label: toggle-fullscreen-mode title: Событие toggle-fullscreen-mode -description: Вы можете узнать о событии toggle-fullscreen-mode в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии toggle-fullscreen-mode в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # toggle-fullscreen-mode diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md index 09645c1..e9fb645 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md @@ -1,7 +1,7 @@ --- sidebar_label: toggle-layout-mode title: Событие toggle-layout-mode -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии toggle-layout-mode. Руководства разработчика и справочник по АПИ, примеры кода и живые демо, а также бесплатная 30-дневная ознакомительная версия DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии toggle-layout-mode. Руководства разработчика и справочник по API, примеры кода и живые демо, а также бесплатная 30-дневная ознакомительная версия DHTMLX RichText. --- # toggle-layout-mode diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md index 61004f3..2c954e1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md @@ -1,7 +1,7 @@ --- sidebar_label: toggle-list title: Событие toggle-list -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии toggle-list. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии toggle-list. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # toggle-list diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md index 10ee220..fffdfd2 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md @@ -1,7 +1,7 @@ --- sidebar_label: toggle-shortcut-info title: Событие toggle-shortcut-info -description: Вы можете узнать о событии toggle-shortcut-info в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии toggle-shortcut-info в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # toggle-shortcut-info diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md index e4fd16e..7e592bc 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md @@ -1,7 +1,7 @@ --- sidebar_label: undo title: Событие undo -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии undo. Изучайте руководства для разработчиков и справочник АПИ, пробуйте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о событии undo. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # undo diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md index 5cb6674..37b3753 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md @@ -1,7 +1,7 @@ --- sidebar_label: update-link title: update-link Event -description: Вы можете узнать о событии update-link в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о событии update-link в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # update-link diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md index 0443569..44d850e 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md @@ -1,7 +1,7 @@ --- sidebar_label: api.detach() title: Метод on -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе on. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе on. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.detach() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md index a5681f3..c297123 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md @@ -1,7 +1,7 @@ --- sidebar_label: api.exec() title: Метод exec -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе exec. Просматривайте руководства разработчика и справочник по АПИ, изучайте примеры кода и живые демо, а также скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе exec. Просматривайте руководства разработчика и справочник по API, изучайте примеры кода и живые демо, а также скачивайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.exec() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md index b386c9c..af68419 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md @@ -1,7 +1,7 @@ --- sidebar_label: api.getReactiveState() title: Метод getReactiveState -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе getReactiveState. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе getReactiveState. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.getReactiveState() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md index b3cc3e2..1c1b891 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md @@ -1,7 +1,7 @@ --- sidebar_label: api.getState() title: Метод getState -description: Вы можете узнать о методе getState в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник АПИ, попробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о методе getState в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник API, попробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.getState() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md index 28f1824..c81002f 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md @@ -1,7 +1,7 @@ --- sidebar_label: api.intercept() title: Метод intercept -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе intercept. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе intercept. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.intercept() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md index 1173474..7f46d89 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md @@ -1,7 +1,7 @@ --- sidebar_label: api.on() title: Метод on -description: Вы можете узнать о методе on в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о методе on в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.on() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md index 4720cea..c508a59 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md @@ -1,7 +1,7 @@ --- sidebar_label: api.setNext() title: Метод setNext -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе setNext. Изучайте руководства для разработчиков и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе setNext. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # api.setNext() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/destructor.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/destructor.md index 5b5e10f..41573ef 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/destructor.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/destructor.md @@ -1,7 +1,7 @@ --- sidebar_label: destructor() title: Метод destructor -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе destructor. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе destructor. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # destructor() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/get-value.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/get-value.md index 88e72a1..1e00850 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/get-value.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/get-value.md @@ -1,7 +1,7 @@ --- sidebar_label: getValue() title: Метод getValue -description: В документации библиотеки DHTMLX JavaScript RichText вы можете ознакомиться с методом getValue. Изучите руководства разработчика и справочник АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете ознакомиться с методом getValue. Изучите руководства разработчика и справочник API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # getValue() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/insert-value.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/insert-value.md index bae4c76..b047f90 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/insert-value.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/insert-value.md @@ -1,7 +1,7 @@ --- sidebar_label: insertValue() title: Метод insertValue -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе insertValue. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе insertValue. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # insertValue() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md index bf33f98..2ffc67f 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md @@ -1,7 +1,7 @@ --- sidebar_label: setConfig() title: Метод setConfig -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе setConfig. Просматривайте руководства разработчика и справочник АПИ, изучайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о методе setConfig. Просматривайте руководства разработчика и справочник API, изучайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # setConfig() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md index fec8604..2300125 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md @@ -1,7 +1,7 @@ --- sidebar_label: setLocale() title: Метод setLocale -description: Вы можете узнать о методе setLocale в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства для разработчиков и справочник АПИ, ознакомьтесь с примерами кода и живыми демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о методе setLocale в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства для разработчиков и справочник API, ознакомьтесь с примерами кода и живыми демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # setLocale() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md index 88dbb93..25f28c5 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md @@ -1,7 +1,7 @@ --- sidebar_label: setValue() title: Метод setValue -description: Вы можете узнать о методе setValue в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о методе setValue в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # setValue() diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/event_bus_methods_overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/event_bus_methods_overview.md index 7dba173..3fa05cf 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/event_bus_methods_overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/event_bus_methods_overview.md @@ -1,7 +1,7 @@ --- sidebar_label: Методы Event Bus title: Методы Event Bus -description: Вы можете ознакомиться с обзором методов внутреннего Event Bus JavaScript RichText в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете ознакомиться с обзором методов внутреннего Event Bus JavaScript RichText в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Методы Event Bus {#event-bus-methods} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/events_overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/events_overview.md index 7515746..076c495 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/events_overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/events_overview.md @@ -1,7 +1,7 @@ --- sidebar_label: Обзор событий title: Обзор событий -description: Обзор событий JavaScript RichText в документации библиотеки DHTMLX JavaScript RichText. Руководства разработчика и справочник АПИ, примеры кода и живые демо, бесплатная 30-дневная ознакомительная версия DHTMLX RichText. +description: Обзор событий JavaScript RichText в документации библиотеки DHTMLX JavaScript RichText. Руководства разработчика и справочник API, примеры кода и живые демо, бесплатная 30-дневная ознакомительная версия DHTMLX RichText. --- # Обзор событий {#events-overview} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/main_overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/main_overview.md index 8003bfb..f6e6482 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/main_overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/main_overview.md @@ -1,10 +1,10 @@ --- -sidebar_label: Обзор АПИ -title: Обзор АПИ -description: Обзор АПИ JavaScript RichText представлен в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +sidebar_label: Обзор API +title: Обзор API +description: Обзор API JavaScript RichText представлен в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- -# Обзор АПИ {#api-overview} +# Обзор API {#api-overview} ## Конструктор RichText {#richtextconstructor} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/methods_overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/methods_overview.md index fa111aa..e079d13 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/methods_overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/methods_overview.md @@ -1,7 +1,7 @@ --- sidebar_label: Обзор методов title: Обзор методов -description: В документации библиотеки DHTMLX JavaScript RichText доступен обзор методов редактора. Изучите руководства для разработчиков и справочник АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText доступен обзор методов редактора. Изучите руководства для разработчиков и справочник API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Обзор методов {#methods-overview} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/properties_overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/properties_overview.md index e8d8481..0bfb685 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/properties_overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/properties_overview.md @@ -1,7 +1,7 @@ --- sidebar_label: Обзор свойств title: Обзор свойств -description: Обзор свойств JavaScript RichText представлен в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Обзор свойств JavaScript RichText представлен в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Обзор свойств {#properties-overview} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/state_methods_overview.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/state_methods_overview.md index 3ed2650..bb3e6a8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/state_methods_overview.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/overview/state_methods_overview.md @@ -1,7 +1,7 @@ --- sidebar_label: Методы состояния title: Методы состояния -description: В документации библиотеки DHTMLX JavaScript RichText доступен обзор методов внутреннего состояния. Изучайте руководства разработчика и справочник АПИ, запускайте примеры кода и демонстрации, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText доступен обзор методов внутреннего состояния. Изучайте руководства разработчика и справочник API, запускайте примеры кода и демонстрации, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Методы состояния {#state-methods} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/configuration.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/configuration.md index b303fab..4968973 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/configuration.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/configuration.md @@ -1,7 +1,7 @@ --- sidebar_label: Конфигурация title: Конфигурация -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфигурации редактора. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о конфигурации редактора. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Конфигурация {#configuration} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/initialization.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/initialization.md index 7f2cbb8..6f2ae56 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/initialization.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/initialization.md @@ -1,7 +1,7 @@ --- sidebar_label: Инициализация title: Инициализация -description: Вы можете узнать об инициализации в документации JavaScript-библиотеки DHTMLX RichText. Изучайте руководства разработчика и справочник АПИ, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать об инициализации в документации JavaScript-библиотеки DHTMLX RichText. Изучайте руководства разработчика и справочник API, просматривайте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Инициализация {#initialization} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md index b72ce1c..6f2dc12 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md @@ -1,7 +1,7 @@ --- sidebar_label: Интеграция с Angular title: Интеграция с Angular -description: Вы можете узнать об интеграции с Angular в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, запускайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать об интеграции с Angular в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, запускайте примеры кода и живые демо, а также загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Интеграция с Angular {#integration-with-angular} @@ -225,7 +225,7 @@ export class RichTextComponent implements OnInit, OnDestroy { } ~~~ -Компонент RichText готов к использованию. Angular отображает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре АПИ RichText](api/overview/main_overview.md). +Компонент RichText готов к использованию. Angular отображает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре API RichText](api/overview/main_overview.md). #### Обработка событий {#handle-events} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md index a125078..650f142 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md @@ -1,7 +1,7 @@ --- sidebar_label: Интеграция с React title: Интеграция с React -description: Узнайте об интеграции с React в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник АПИ, попробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Узнайте об интеграции с React в документации библиотеки DHTMLX JavaScript RichText. Изучите руководства разработчика и справочник API, попробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Интеграция с React {#integration-with-react} @@ -220,7 +220,7 @@ export default function RichTextComponent(props) { } ~~~ -Компонент RichText готов к использованию. React отрисовывает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре АПИ RichText](api/overview/main_overview.md). +Компонент RichText готов к использованию. React отрисовывает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре API RichText](api/overview/main_overview.md). #### Обработка событий {#handle-events} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md index ac2c232..2a2160f 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md @@ -1,7 +1,7 @@ --- sidebar_label: Интеграция со Svelte title: Интеграция со Svelte -description: Вы можете узнать об интеграции со Svelte в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником АПИ, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать об интеграции со Svelte в документации библиотеки DHTMLX JavaScript RichText. Ознакомьтесь с руководствами разработчика и справочником API, попробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Интеграция со Svelte {#integration-with-svelte} @@ -229,7 +229,7 @@ onDestroy(() => { ~~~ -Компонент RichText готов к использованию. Svelte отрисовывает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре АПИ RichText](api/overview/main_overview.md). +Компонент RichText готов к использованию. Svelte отрисовывает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре API RichText](api/overview/main_overview.md). #### Обработка событий {#handle-events} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md index fa9f62a..24937e5 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md @@ -1,7 +1,7 @@ --- sidebar_label: Интеграция с Vue title: Интеграция с Vue -description: Вы можете узнать об интеграции с Vue в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать об интеграции с Vue в документации библиотеки DHTMLX JavaScript RichText. Просматривайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Интеграция с Vue {#integration-with-vue} @@ -238,7 +238,7 @@ export default { ~~~ -Компонент RichText готов к использованию. Vue отображает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре АПИ RichText](api/overview/main_overview.md). +Компонент RichText готов к использованию. Vue отображает редактор с данными при монтировании элемента ``. Полный список параметров конфигурации см. в [обзоре API RichText](api/overview/main_overview.md). #### Обработка событий {#handle-events} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md index 44a2697..ed8ca76 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md @@ -1,7 +1,7 @@ --- sidebar_label: Локализация title: Локализация -description: Вы можете узнать о локализации в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, и загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Вы можете узнать о локализации в документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, и загружайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Локализация {#localization} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md index 2ebb8cd..2d0d06c 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md @@ -1,7 +1,7 @@ --- sidebar_label: Упоминания и теги title: Упоминания и теги -description: 'Узнайте, как настроить @упоминания, #теги и пользовательские триггеры выпадающего списка в DHTMLX RichText. Изучите руководства для разработчиков и справочник АПИ, попробуйте примеры кода и живые демо, загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText.' +description: 'Узнайте, как настроить @упоминания, #теги и пользовательские триггеры выпадающего списка в DHTMLX RichText. Изучите руководства для разработчиков и справочник API, попробуйте примеры кода и живые демо, загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText.' --- # Упоминания и теги {#mentions-and-tags} @@ -107,7 +107,7 @@ RichText поддерживает пользовательские символ ## Подписка на события подсказок {#listen-to-suggestion-events} -Три события предоставляют доступ к жизненному циклу выпадающего списка через шину событий: +Три события предоставляют доступ к жизненному циклу выпадающего списка через Event Bus: - [`insert-token`](api/events/insert-token.md) — срабатывает, когда пользователь выбирает элемент - [`show-suggest`](api/events/show-suggest.md) — срабатывает при открытии выпадающего списка @@ -265,7 +265,7 @@ const editor = new richtext.Richtext("#root", { **Связанный пример:** [RichText. Slash-команды](https://snippet.dhtmlx.com/e0mrmyam?tag=richtext) -## Связанный АПИ {#related-api} +## Связанный API {#related-api} - [`triggers`](api/config/triggers.md) - [`triggerTemplate`](api/config/trigger-template.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/typescript_support.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/typescript_support.md index 89b77e0..ca18062 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/typescript_support.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/typescript_support.md @@ -1,7 +1,7 @@ --- sidebar_label: Поддержка TypeScript title: Поддержка TypeScript -description: В документации вы можете узнать об использовании TypeScript с библиотекой DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации вы можете узнать об использовании TypeScript с библиотекой DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Поддержка TypeScript {#typescript-support} @@ -18,7 +18,7 @@ TypeScript вместе с DHTMLX RichText предоставляет: - типобезопасность — компилятор обнаруживает некорректное использование свойств конфигурации и аргументов методов на этапе сборки - автодополнение — среда разработки предлагает допустимые имена свойств, сигнатуры методов и типы значений по мере ввода -- самодокументирующийся АПИ — аннотации типов для объекта конфигурации и методов одновременно служат встроенной документацией +- самодокументирующийся API — аннотации типов для объекта конфигурации и методов одновременно служат встроенной документацией ## Инициализация RichText в TypeScript {#initialize-richtext-in-typescript} @@ -33,6 +33,6 @@ const editor = new Richtext("#root", { }); ~~~ -## Справочник по типам АПИ {#reference-api-types} +## Справочник по типам API {#reference-api-types} Сигнатуры TypeScript для каждого свойства конфигурации см. в разделе [Обзор свойств](api/overview/properties_overview.md). Сигнатуры методов см. в разделе [Обзор методов](api/overview/methods_overview.md). diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md index c45fe6a..609de24 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md @@ -1,7 +1,7 @@ --- sidebar_label: Работа с сервером title: Работа с сервером -description: Узнайте, как RichText взаимодействует с бэкендом для загрузки изображений, включая контракт запрос/ответ и подключение собственного сервера. Просматривайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Узнайте, как RichText взаимодействует с бэкендом для загрузки изображений, включая контракт запрос/ответ и подключение собственного сервера. Просматривайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также скачайте бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Работа с сервером {#working-with-the-server} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md b/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md index 0c1421b..b2e3fb5 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md @@ -1,7 +1,7 @@ --- sidebar_label: Начало работы title: Начало работы -description: Узнайте, как начать работу с DHTMLX RichText из документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Узнайте, как начать работу с DHTMLX RichText из документации библиотеки DHTMLX JavaScript RichText. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Начало работы {#how-to-start} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/index.md index 720c9c2..79d9e56 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/index.md @@ -2,7 +2,7 @@ sidebar_label: Обзор RichText title: Обзор RichText slug: / -description: Документация по DHTMLX JavaScript RichText — обзор библиотеки, руководства разработчика и справочник АПИ, примеры кода и живые демо, а также бесплатная 30-дневная ознакомительная версия DHTMLX RichText. +description: Документация по DHTMLX JavaScript RichText — обзор библиотеки, руководства разработчика и справочник API, примеры кода и живые демо, а также бесплатная 30-дневная ознакомительная версия DHTMLX RichText. --- # Обзор RichText {#richtext-overview} @@ -21,11 +21,11 @@ description: Документация по DHTMLX JavaScript RichText — обз - Загрузка изображений с поддержкой серверной [загрузки](api/config/image-upload-url.md) или встраивания в формате base64, богатое форматирование, кастомные стили и полноэкранный режим -- [Полный доступ к АПИ](api/overview/main_overview.md) для [обработки событий](api/overview/event_bus_methods_overview.md), [управления контентом](api/overview/methods_overview.md) и [реактивного управления состоянием](api/overview/state_methods_overview.md) +- [Полный доступ к API](api/overview/main_overview.md) для [обработки событий](api/overview/event_bus_methods_overview.md), [управления контентом](api/overview/methods_overview.md) и [реактивного управления состоянием](api/overview/state_methods_overview.md) RichText не зависит от фреймворка и легко интегрируется с [React](guides/integration_with_react.md), [Angular](guides/integration_with_angular.md), [Vue](guides/integration_with_vue.md) и [Svelte](guides/integration_with_svelte.md), что делает его подходящим для широкого спектра фронтенд-экосистем. -Данная документация содержит подробные сведения об установке, настройке, использовании и кастомизации. Здесь вы найдёте примеры для типовых сценариев, [полный справочник АПИ](api/overview/main_overview.md) и лучшие практики встраивания RichText в ваше приложение. +Данная документация содержит подробные сведения об установке, настройке, использовании и кастомизации. Здесь вы найдёте примеры для типовых сценариев, [полный справочник API](api/overview/main_overview.md) и лучшие практики встраивания RichText в ваше приложение. ## Структура RichText {#richtext-structure} diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/news/migration.md b/i18n/ru/docusaurus-plugin-content-docs/current/news/migration.md index f2037db..6a5c147 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/news/migration.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/news/migration.md @@ -1,7 +1,7 @@ --- sidebar_label: Миграция на новые версии title: Миграция на новые версии -description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о миграции на новые версии. Изучайте руководства разработчика и справочник АПИ, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: В документации библиотеки DHTMLX JavaScript RichText вы можете узнать о миграции на новые версии. Изучайте руководства разработчика и справочник API, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- # Миграция на новые версии {#migration-to-newer-versions} @@ -98,7 +98,7 @@ new Richtext("#root", { | `getValue(mode)` | `getValue(encoder)` | Вместо строковых режимов используются энкодеры; требуется отдельный импорт | | `setValue(value, mode)` | `setValue(value, encoder)` | Вместо строковых режимов используются энкодеры; требуется отдельный импорт | | `getStats()` | *Удалено* | Нет замены; требуется ручная реализация | -| `getEditorAPI()` | *Удалено* | Внутренний; используйте публичный АПИ | +| `getEditorAPI()` | *Удалено* | Внутренний; используйте публичный API | | `fire()` | *Удалено* | Заменено на `exec()` и `intercept()` | | `on()`, `detach()` | ✅ Сохранено (`api.on`, `api.detach`)| Теперь доступно через `richtext.api` | | `fullScreen()` | *Удалено* | Используйте свойство конфигурации `fullscreenMode` | diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md index 2710dbe..2992b8b 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -1,7 +1,7 @@ --- sidebar_label: Что нового title: Что нового -description: Ознакомьтесь с новыми возможностями DHTMLX RichText и историей выпусков в документации библиотеки DHTMLX JavaScript UI. Изучайте руководства для разработчиков и справочник АПИ, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. +description: Ознакомьтесь с новыми возможностями DHTMLX RichText и историей выпусков в документации библиотеки DHTMLX JavaScript UI. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- ## Версия 2.1 {#version-21} @@ -20,7 +20,7 @@ description: Ознакомьтесь с новыми возможностями - Горячие клавиши удаления слова и строки: удаление предыдущего/следующего слова с помощью `Ctrl+Backspace` / `Ctrl+Delete` (Windows/Linux) или `Opt+Backspace` / `Opt+Delete` (macOS); удаление предыдущей/следующей визуальной строки с помощью `Cmd+Backspace` / `Cmd+Delete` (только macOS) - Новые горячие клавиши изменения отступа блока: увеличить отступ блока с помощью `Tab` и уменьшить с помощью `Shift+Tab`; внутри списков те же клавиши вкладывают и поднимают элементы списка -### Новый АПИ {#new-api} +### Новый API {#new-api} #### Новые свойства {#new-properties} @@ -53,7 +53,7 @@ description: Ознакомьтесь с новыми возможностями - Выход из списка или уменьшение его вложенности нажатием Enter в пустом элементе списка - Отдельный цвет для посещённых ссылок -### Новый АПИ {#new-api-206} +### Новый API {#new-api-206} #### Новые события {#new-events-206} @@ -136,7 +136,7 @@ description: Ознакомьтесь с новыми возможностями Выпущена 30 июля 2025 года :::note[Примечание] -АПИ версии v1.2 несовместим с v2.0. Дополнительную информацию смотрите в [**руководстве по миграции**](news/migration.md). +API версии v1.2 несовместим с v2.0. Дополнительную информацию смотрите в [**руководстве по миграции**](news/migration.md). ::: ### Новые возможности {#new-functionality-20} @@ -180,7 +180,7 @@ description: Ознакомьтесь с новыми возможностями - **Горячие клавиши** Расширенная поддержка распространённых сочетаний клавиш для форматирования и редактирования -### Новый АПИ {#new-api-20} +### Новый API {#new-api-20} #### Новые свойства {#new-properties-20} @@ -208,7 +208,7 @@ description: Ознакомьтесь с новыми возможностями Полный список новых событий доступен [здесь](api/overview/events_overview.md) -### Обновлённый АПИ {#updated-api} +### Обновлённый API {#updated-api} #### Обновлённые свойства {#updated-properties} @@ -224,10 +224,10 @@ description: Ознакомьтесь с новыми возможностями - [`api.detach()`](api/internal/detach.md) - [`api.on()`](api/internal/on.md) -## Удалённый АПИ {#removed-api} +## Удалённый API {#removed-api} :::warning[Предупреждение] -Не используйте удалённый АПИ в своих проектах!
Дополнительную информацию смотрите в разделе [Миграция](news/migration.md). +Не используйте удалённый API в своих проектах!
Дополнительную информацию смотрите в разделе [Миграция](news/migration.md). ::: ### [Удалённые свойства](news/migration.md#properties-migration) {#removed-properties} diff --git a/i18n/zh/code.json b/i18n/zh/code.json index 9440735..9b5b3b4 100644 --- a/i18n/zh/code.json +++ b/i18n/zh/code.json @@ -139,7 +139,7 @@ "description": "The label alongside a tag list" }, "theme.admonition.caution": { - "message": "警告", + "message": "谨慎", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.admonition.danger": { @@ -151,7 +151,7 @@ "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "备注", + "message": "注意", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md index 463a431..b1b1f4b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -27,7 +27,7 @@ type TListType = "bulleted" | "numbered"; - `"numbered"` - 有序列表 :::info[信息] -如需处理内部事件,可使用 [**事件总线方法**](api/overview/event_bus_methods_overview.md) +如需处理内部事件,可使用 [**Event Bus 方法**](api/overview/event_bus_methods_overview.md) ::: ### 示例 {#example} diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/paste.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/paste.md index 2e9db4a..bd5defe 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/paste.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/paste.md @@ -17,7 +17,7 @@ description: 您可以在 DHTMLX JavaScript RichText 库的文档中了解 paste ~~~ :::info[信息] -如需处理内部事件,可以使用 [**事件总线方法**](api/overview/event_bus_methods_overview.md) +如需处理内部事件,可以使用 [**Event Bus 方法**](api/overview/event_bus_methods_overview.md) ::: ### 示例 {#example} diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md index dc23fb7..6a04c5b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md @@ -23,7 +23,7 @@ description: 您可以在 DHTMLX JavaScript RichText 库的文档中了解 toggl - `mode` - 启用快捷键信息;`true` 表示显示快捷键信息弹窗,`false` 表示隐藏快捷键信息弹窗 :::info[信息] -处理内部事件时,可使用 [**事件总线方法**](api/overview/event_bus_methods_overview.md) +处理内部事件时,可使用 [**Event Bus 方法**](api/overview/event_bus_methods_overview.md) ::: ### 示例 {#example} From 42e9236cb9ed8fbc831a23db6d6c307e6d1a83bc Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Wed, 22 Jul 2026 12:10:33 +0300 Subject: [PATCH 2/4] [update] normalize i18n translations to glossary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - align section labels, headings and admonition titles across ru/de/ko/zh with the i18n/GLOSSARY.md canon - Change log label normalized: ru Журнал изменений, de Changelog, ko 변경 로그, zh 更新日志 - ru: Related articles → Полезные статьи; tip/info admonition → Подсказка/К сведению; Returns/New functionality headings - ko: Parameters heading → 매개변수; Related samples → 관련 예제 - zh: note/caution admonition titles → 备注/注意 - sync theme.admonition.* in ru/ko/zh code.json with md titles - update i18n/GLOSSARY.md reference tables --- i18n/GLOSSARY.md | 117 ++++++++---------- .../current/api/config/default-styles.md | 2 +- .../current/api/config/fullscreen-mode.md | 2 +- .../current/api/config/image-upload-url.md | 2 +- .../current/api/config/layout-mode.md | 2 +- .../current/api/config/locale.md | 2 +- .../current/api/config/menubar.md | 2 +- .../current/api/config/toolbar.md | 2 +- .../current/api/config/trigger-template.md | 2 +- .../current/api/config/triggers.md | 2 +- .../current/api/config/value.md | 2 +- .../current/api/events/align.md | 2 +- .../current/api/events/clear-text-format.md | 2 +- .../current/api/events/copy.md | 2 +- .../current/api/events/create-new.md | 2 +- .../current/api/events/cut.md | 2 +- .../current/api/events/delete-link.md | 2 +- .../current/api/events/export.md | 2 +- .../current/api/events/hide-suggest.md | 2 +- .../current/api/events/import.md | 2 +- .../current/api/events/indent.md | 2 +- .../current/api/events/insert-image.md | 2 +- .../current/api/events/insert-line.md | 2 +- .../current/api/events/insert-link.md | 2 +- .../current/api/events/insert-list.md | 2 +- .../current/api/events/insert-token.md | 2 +- .../current/api/events/outdent.md | 2 +- .../current/api/events/paste.md | 2 +- .../current/api/events/print.md | 2 +- .../current/api/events/redo.md | 2 +- .../current/api/events/resize-image.md | 2 +- .../current/api/events/set-font-family.md | 2 +- .../current/api/events/set-font-size.md | 2 +- .../current/api/events/set-line-height.md | 2 +- .../current/api/events/set-text-color.md | 2 +- .../current/api/events/set-text-format.md | 2 +- .../current/api/events/set-text-style.md | 2 +- .../current/api/events/show-popup.md | 2 +- .../current/api/events/show-suggest.md | 2 +- .../current/api/events/subscript.md | 2 +- .../current/api/events/superscript.md | 2 +- .../api/events/toggle-fullscreen-mode.md | 2 +- .../current/api/events/toggle-layout-mode.md | 2 +- .../current/api/events/toggle-list.md | 2 +- .../api/events/toggle-shortcut-info.md | 2 +- .../current/api/events/undo.md | 2 +- .../current/api/events/update-link.md | 2 +- .../current/api/internal/detach.md | 2 +- .../current/api/internal/exec.md | 2 +- .../api/internal/get-reactive-state.md | 2 +- .../current/api/internal/get-state.md | 2 +- .../current/api/internal/intercept.md | 2 +- .../current/api/internal/on.md | 2 +- .../current/api/internal/set-next.md | 2 +- .../current/api/methods/get-value.md | 2 +- .../current/api/methods/insert-value.md | 2 +- .../current/api/methods/set-config.md | 2 +- .../current/api/methods/set-locale.md | 2 +- .../current/api/methods/set-value.md | 2 +- .../current/how_to_start.md | 2 +- i18n/ko/code.json | 2 +- .../current/api/config/default-styles.md | 2 +- .../current/api/config/fullscreen-mode.md | 2 +- .../current/api/config/image-upload-url.md | 2 +- .../current/api/config/layout-mode.md | 2 +- .../current/api/config/toolbar.md | 2 +- .../current/api/config/trigger-template.md | 6 +- .../current/api/config/triggers.md | 6 +- .../current/api/events/align.md | 2 +- .../current/api/events/create-new.md | 4 +- .../current/api/events/cut.md | 2 +- .../current/api/events/delete-link.md | 2 +- .../current/api/events/export.md | 2 +- .../current/api/events/hide-suggest.md | 4 +- .../current/api/events/import.md | 4 +- .../current/api/events/indent.md | 2 +- .../current/api/events/insert-image.md | 4 +- .../current/api/events/insert-link.md | 2 +- .../current/api/events/insert-list.md | 4 +- .../current/api/events/insert-token.md | 4 +- .../current/api/events/outdent.md | 2 +- .../current/api/events/redo.md | 2 +- .../current/api/events/resize-image.md | 2 +- .../current/api/events/set-font-family.md | 4 +- .../current/api/events/set-font-size.md | 2 +- .../current/api/events/set-line-height.md | 2 +- .../current/api/events/set-text-color.md | 4 +- .../current/api/events/set-text-format.md | 2 +- .../current/api/events/set-text-style.md | 2 +- .../current/api/events/show-popup.md | 2 +- .../current/api/events/show-suggest.md | 4 +- .../current/api/events/subscript.md | 2 +- .../current/api/events/superscript.md | 2 +- .../api/events/toggle-fullscreen-mode.md | 2 +- .../current/api/events/toggle-layout-mode.md | 4 +- .../current/api/events/toggle-list.md | 2 +- .../api/events/toggle-shortcut-info.md | 4 +- .../current/api/events/update-link.md | 2 +- .../current/api/internal/detach.md | 2 +- .../current/api/internal/exec.md | 4 +- .../api/internal/get-reactive-state.md | 2 +- .../current/api/internal/get-state.md | 2 +- .../current/api/internal/intercept.md | 4 +- .../current/api/internal/on.md | 4 +- .../current/api/internal/set-next.md | 4 +- .../current/api/methods/get-value.md | 2 +- .../current/api/methods/insert-value.md | 6 +- .../current/api/methods/set-config.md | 4 +- .../current/api/methods/set-locale.md | 6 +- .../current/api/methods/set-value.md | 2 +- .../current/guides/configuration.md | 2 +- .../current/guides/initialization.md | 2 +- .../guides/integration_with_angular.md | 2 +- .../current/guides/mentions_and_tags.md | 4 +- .../current/guides/stylization.md | 2 +- .../current/guides/typescript_support.md | 2 +- .../current/index.md | 4 +- .../current/news/migration.md | 4 +- .../current/news/whats_new.md | 2 +- i18n/ru/code.json | 4 +- .../current/api/config/default-styles.md | 4 +- .../current/api/config/fullscreen-mode.md | 4 +- .../current/api/config/image-upload-url.md | 4 +- .../current/api/config/layout-mode.md | 2 +- .../current/api/config/locale.md | 8 +- .../current/api/config/menubar.md | 2 +- .../current/api/config/toolbar.md | 4 +- .../current/api/config/trigger-template.md | 6 +- .../current/api/config/triggers.md | 4 +- .../current/api/config/value.md | 6 +- .../current/api/events/align.md | 4 +- .../current/api/events/clear-text-format.md | 2 +- .../current/api/events/copy.md | 4 +- .../current/api/events/create-new.md | 4 +- .../current/api/events/cut.md | 2 +- .../current/api/events/delete-link.md | 2 +- .../current/api/events/export.md | 4 +- .../current/api/events/hide-suggest.md | 4 +- .../current/api/events/import.md | 2 +- .../current/api/events/indent.md | 2 +- .../current/api/events/insert-image.md | 2 +- .../current/api/events/insert-line.md | 2 +- .../current/api/events/insert-link.md | 2 +- .../current/api/events/insert-list.md | 4 +- .../current/api/events/insert-token.md | 6 +- .../current/api/events/outdent.md | 2 +- .../current/api/events/paste.md | 2 +- .../current/api/events/print.md | 4 +- .../current/api/events/redo.md | 4 +- .../current/api/events/resize-image.md | 2 +- .../current/api/events/set-font-family.md | 2 +- .../current/api/events/set-font-size.md | 2 +- .../current/api/events/set-line-height.md | 2 +- .../current/api/events/set-text-color.md | 2 +- .../current/api/events/set-text-format.md | 2 +- .../current/api/events/set-text-style.md | 4 +- .../current/api/events/show-popup.md | 4 +- .../current/api/events/show-suggest.md | 4 +- .../current/api/events/subscript.md | 4 +- .../current/api/events/superscript.md | 2 +- .../api/events/toggle-fullscreen-mode.md | 4 +- .../current/api/events/toggle-layout-mode.md | 4 +- .../current/api/events/toggle-list.md | 2 +- .../api/events/toggle-shortcut-info.md | 4 +- .../current/api/events/undo.md | 2 +- .../current/api/events/update-link.md | 4 +- .../current/api/internal/detach.md | 2 +- .../current/api/internal/exec.md | 2 +- .../api/internal/get-reactive-state.md | 4 +- .../current/api/internal/get-state.md | 4 +- .../current/api/internal/intercept.md | 2 +- .../current/api/internal/on.md | 2 +- .../current/api/internal/set-next.md | 2 +- .../current/api/methods/set-config.md | 2 +- .../current/api/methods/set-locale.md | 4 +- .../current/api/methods/set-value.md | 2 +- .../guides/integration_with_angular.md | 4 +- .../current/guides/integration_with_react.md | 4 +- .../current/guides/integration_with_svelte.md | 4 +- .../current/guides/integration_with_vue.md | 4 +- .../current/guides/localization.md | 2 +- .../current/guides/stylization.md | 4 +- .../current/guides/working_with_server.md | 2 +- .../current/how_to_start.md | 4 +- .../current/index.md | 2 +- .../current/news/whats_new.md | 6 +- i18n/zh/code.json | 4 +- .../current/api/config/image-upload-url.md | 4 +- .../current/api/config/layout-mode.md | 2 +- .../current/api/config/locale.md | 2 +- .../current/api/config/toolbar.md | 2 +- .../current/api/config/triggers.md | 2 +- .../current/api/events/align.md | 2 +- .../current/api/events/clear-text-format.md | 2 +- .../current/api/events/create-new.md | 2 +- .../current/api/events/delete-link.md | 2 +- .../current/api/events/export.md | 2 +- .../current/api/events/hide-suggest.md | 2 +- .../current/api/events/import.md | 2 +- .../current/api/events/insert-image.md | 4 +- .../current/api/events/insert-line.md | 2 +- .../current/api/events/insert-link.md | 2 +- .../current/api/events/insert-list.md | 2 +- .../current/api/events/insert-token.md | 2 +- .../current/api/events/outdent.md | 2 +- .../current/api/events/redo.md | 2 +- .../current/api/events/resize-image.md | 2 +- .../current/api/events/set-font-family.md | 2 +- .../current/api/events/set-line-height.md | 2 +- .../current/api/events/set-text-color.md | 2 +- .../current/api/events/set-text-format.md | 2 +- .../current/api/events/set-text-style.md | 2 +- .../current/api/events/show-suggest.md | 2 +- .../current/api/events/superscript.md | 2 +- .../current/api/events/toggle-list.md | 2 +- .../current/api/events/update-link.md | 2 +- .../current/api/internal/exec.md | 2 +- .../current/api/internal/intercept.md | 2 +- .../current/api/internal/set-next.md | 2 +- .../current/api/methods/get-value.md | 2 +- .../current/api/methods/insert-value.md | 2 +- .../current/api/methods/set-config.md | 4 +- .../current/api/methods/set-locale.md | 2 +- .../current/api/methods/set-value.md | 2 +- .../current/guides/configuration.md | 2 +- .../current/guides/initialization.md | 2 +- .../guides/integration_with_angular.md | 2 +- .../current/guides/mentions_and_tags.md | 2 +- .../current/guides/stylization.md | 2 +- .../current/guides/typescript_support.md | 2 +- .../current/index.md | 4 +- .../current/news/migration.md | 4 +- .../current/news/whats_new.md | 2 +- 233 files changed, 359 insertions(+), 372 deletions(-) diff --git a/i18n/GLOSSARY.md b/i18n/GLOSSARY.md index b1de1d4..8b73d6e 100644 --- a/i18n/GLOSSARY.md +++ b/i18n/GLOSSARY.md @@ -2,118 +2,105 @@ Purpose: a single reference for translations of recurring template phrases in the documentation ([../docs/](../docs/)). Consult it when translating new articles and when reviewing localizations — -the wording and markdown markup (`**...:**`, `### ...`, full-width `:` for zh) must match verbatim. +the wording and markdown markup (`**...**`, `### ...`, full-width `:` for zh/ko) must match verbatim. The **canonical** (most frequent) variant is given. --- -## 1. Section labels (bold lead before a link) - -RichText puts the colon **inside** the bold markers (`**...:**`); zh uses a full-width colon `:`. - -Use the **singular** form when a single item is referenced, the **plural** form for a list of two or -more. ko/zh have no number inflection — the same label serves both. The number must agree with the -English source (e.g. `**Related sample:**` → singular, `**Related samples:**` → plural). +## 1. Section labels (bold lead before a list) | EN | ru | de | ko | zh | |---|---|---|---|---| -| `**Related articles:**` | `**Связанные статьи:**` | `**Verwandte Artikel:**` | `**관련 문서:**` | `**相关文章:**` | +| `**Related articles:**` | `**Полезные статьи:**` | `**Verwandte Artikel:**` | `**관련 문서:**` | `**相关文章:**` | +| `**Related article:**` | `**Полезная статья:**` | `**Verwandter Artikel:**` | `**관련 문서:**` | `**相关文章:**` | | `**Related sample:**` | `**Связанный пример:**` | `**Verwandtes Beispiel:**` | `**관련 샘플:**` | `**相关示例:**` | -| `**Related samples:**` | `**Связанные примеры:**` | `**Verwandte Beispiele:**` | `**관련 샘플:**` | `**相关示例:**` | - -ko: `관련 샘플` is canonical for *sample(s)*; the variant `관련 예제` also occurs and should be -normalized to `관련 샘플`. - -## 2. Section headings +| `**Related samples:**` | `**Связанные примеры:**` | `**Verwandte Beispiele:**` | `**관련 예제:**` | `**相关示例:**` | +| `**Related API:**` | `**Похожее API:**` | `**Verwandte API:**` | `**관련 API:**` | `**相关 API:**` | +| `**Change log:**` | `**Журнал изменений:**` | `**Changelog:**` | `**변경 로그:**` | `**更新日志:**` | +| `**Example:**` | `**Пример:**` | `**Beispiel:**` | `**예제:**` | `**示例:**` | +| `**Example on GitHub**` | `**Пример на GitHub**` | `**Beispiel auf GitHub**` | `**GitHub 예제**` | `**GitHub 示例**` | -Headings keep the original English slug as a `{#...}` anchor (e.g. `### Описание {#description}`) so -cross-page `#anchor` links stay valid — only the visible title is translated. The explicit `{#id}` -must match the English auto-slug **exactly**, including any leading dashes for headings that begin -with a list marker or inline code (e.g. `### - \`fire()\` → ...` keeps `{#--fire--...}`). - -**API-page template:** +## 2. Section headings (API-page template) | EN | ru | de | ko | zh | |---|---|---|---|---| | `### Description` | `### Описание` | `### Beschreibung` | `### 설명` | `### 描述` | | `### Usage` | `### Использование` | `### Verwendung` | `### 사용법` | `### 用法` | | `### Example` | `### Пример` | `### Beispiel` | `### 예제` | `### 示例` | -| `### Parameters` | `### Параметры` | `### Parameter` | `### 파라미터` | `### 参数` | -| `### Returns` | `### Возвращает` | `### Rückgabewert` | `### 반환값` | `### 返回值` | +| `### Parameters` | `### Параметры` | `### Parameter` | `### 매개변수` | `### 参数` | +| `### Returns` | `### Возвращаемое значение` | `### Rückgabewert` | `### 반환값` | `### 返回值` | +| `### Fixes` | `### Исправления` | `### Fehlerbehebungen` | `### 수정 사항` | `### 修复` | +| `### New functionality` | `### Новый функционал` | `### Neue Funktionalität` | `### 새로운 기능` | `### 新功能` | +| `### Updates` | `### Обновления` | `### Aktualisierungen` | `### 업데이트` | `### 更新` | | `### Default config` | `### Конфигурация по умолчанию` | `### Standardkonfiguration` | `### 기본 설정` | `### 默认配置` | +| `### Breaking changes` | `### Критические изменения` | `### Breaking Changes` | `### 주요 변경 사항` | `### 重大变更` | +| `## Related API and guides` | `## Связанные API и гайды` | `## Verwandte API und Anleitungen` | `## 관련 API 및 가이드` | `## 相关 API 和指南` | +| `## What's next` | `## Что дальше` | `## Wie geht es weiter` | `## 다음 단계` | `## 下一步` | +| `## API reference` | `## Справочник API` | `## API-Referenz` | `## API 참조` | `## API 参考` | -- ko: `파라미터` is canonical; the variants `매개변수` and untranslated `Parameters` in **headings** - should be normalized to `파라미터` (running prose that uses `매개변수` grammatically is left as is). -- ko: `예제` is canonical for *Example*; the variant `예시` should be normalized to `예제`. -- ko: `기본 설정` is canonical for *Default config*; the variant `기본 구성` should be normalized. -- ru: `Конфигурация по умолчанию` is canonical; the shorter `Конфиг по умолчанию` should be - normalized. - -**Changelog headings (`news/whats_new.md`, `news/migration.md`):** +## 3. Version notes (inside `**Change log:**`) -| EN | ru | de | ko | zh | -|---|---|---|---|---| -| `### New functionality` | `### Новые возможности` | `### Neue Funktionalität` | `### 새로운 기능` | `### 新功能` | -| `### New API` | `### Новый API` | `### Neue API` | `### 새로운 API` | `### 新增 API` | -| `### Updated API` | `### Обновлённый API` | `### Aktualisierte API` | `### 업데이트된 API` | `### 更新的 API` | -| `### Fixes` | `### Исправления` | `### Fehlerbehebungen` | `### 수정 사항` | `### 修复` | -| `### Methods migration` | `### Миграция методов` | `### Migration der Methoden` | `### 메서드 마이그레이션` | `### 方法迁移` | -| `### Properties migration` | `### Миграция свойств` | `### Migration der Eigenschaften` | `### 프로퍼티 마이그레이션` | `### 属性迁移` | - -`API` stays the Latin `API` in every changelog heading (never the Cyrillic `АПИ`). +Format ` in vX.X` — the "action" word is translated, the version number stays as is. -**Navigation heading:** +The forms below are verified against actual occurrences in the locales (e.g. `Добавлено в v5.2`, +`v5.2에서 추가`, `v5.2 中新增`). The version number is not translated. | EN | ru | de | ko | zh | |---|---|---|---|---| -| `## What's next` | `## Что дальше` | `## Wie geht es weiter?` | `## 다음 단계` | `## 下一步` | +| `Added in vX.X` | `Добавлено в vX.X` | `Hinzugefügt in vX.X` | `vX.X에서 추가` | `vX.X 中新增` | +| `Updated in vX.X` | `Обновлено в vX.X` | `Aktualisiert in vX.X` | `vX.X에서 업데이트` | `vX.X 中更新` | +| `Deprecated in vX.X` | `Устарело в vX.X` | `Veraltet in vX.X` | `vX.X에서 지원 중단` | `vX.X 中弃用` | +| `Removed in vX.X` | `Удалено в vX.X` | `Entfernt in vX.X` | `vX.X에서 제거` | `vX.X 中移除` | +| `Starting from vX.X, …` | `Начиная с vX.X, …` | `Ab vX.X …` | `vX.X부터 …` | `从 vX.X 起,…` | -## 3. Admonition block titles (`:::note`, `:::tip` …) +## 4. Admonition block titles (`:::note`, `:::tip` …) -RichText sets these titles **explicitly in markdown** via the `:::type[Title]` syntax (e.g. -`:::note[Примечание]`), so the visible title comes from the `.md` file, not the theme defaults. The -block **type** (`:::note`, `:::tip`, …) is never translated — only the bracketed `[Title]` is. +The titles of these blocks come **not from markdown**, but from the `theme.admonition.*` keys in +`i18n//code.json` (in EN — Docusaurus built-in defaults). In `.md` the block type (`:::note`, +`:::tip`, …) is not translated — only the `message` in `code.json` changes. -The same wording is mirrored in the `theme.admonition.*` keys of `i18n//code.json` (the -fallback for any block without an explicit title); the two must stay in sync. Canon: **capitalized -first letter**, with each type distinct (no `caution`/`warning` duplicates). +The Docusaurus theme renders the title with `text-transform: uppercase`, so for ru/de the visible +title is always UPPERCASE, while ko/zh have no letter case. Canon: **capitalized first letter**, with +words distinct between types (no `caution`/`warning` duplicates). | Type | ru | de | ko | zh | |---|---|---|---|---| -| `:::note` | `Примечание` | `Hinweis` | `참고` | `注意` | -| `:::tip` | `Совет` | `Tipp` | `팁` | `提示` | -| `:::info` | `Информация` | `Info` | `정보` | `信息` | +| `:::note` | `Примечание` | `Hinweis` | `노트` | `备注` | +| `:::tip` | `Подсказка` | `Tipp` | `팁` | `提示` | +| `:::info` | `К сведению` | `Info` | `정보` | `信息` | | `:::warning` | `Предупреждение` | `Warnung` | `경고` | `警告` | -| `:::caution` | `Осторожно` | `Vorsicht` | `주의` | `谨慎` | -| `:::important` | `Важно` | `Wichtig` | `중요` | `重要` | +| `:::caution` | `Осторожно` | `Vorsicht` | `주의` | `注意` | | `:::danger` | `Опасно` | `Gefahr` | `위험` | `危险` | -## 4. Do not translate +## 5. Do not translate -Keep these terms in English (Latin script) across all locales. +Keep these terms in English across all locales (verified: identical counts in ru/de/ko/zh). **Product & modules:** -- `RichText` — the widget/product name (e.g. "DHTMLX RichText"). *The generic concept* — rich text — - may be localized; only the product/widget name stays `RichText`. + - `DHTMLX`, `dhx` (the `dhx.*` code namespace) -- `Event Bus` — the module name. Keep the English spelling; German may hyphenate it inside a compound - (`Event-Bus-Methoden`). Do not localize it (ru `шина событий`, zh `事件总线` → `Event Bus`). +- `Sheet Manager`, `Event Bus` **Frameworks & libraries:** - `React`, `Vue`, `Svelte`, `Angular` - -**Runtime, languages & tooling:** - `Node.js`, `Vite` +- `Redux`, `Redux Toolkit` + +**Languages & tooling:** - `JavaScript`, `TypeScript` - `npm`, `yarn`, `CLI` **Data formats:** -- `JSON` +- `Excel`, `XLSX`, `CSV`, `JSON` **Services:** - `GitHub`, `CDN` **Other:** -- `API` — always the Latin `API`, never the Cyrillic transliteration `АПИ`. +- `API` - Code identifiers (method / config / event names, `dhx.*`) inside backticks are never translated. + +> Not in this list — these UI concepts **are** localized (keep English only for a literal UI label): +> `Toolbar` (→ ru "панель инструментов"), `Menu` (→ "меню"), `Fill Handle` (→ "маркер заполнения"), +> `context menu`. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/default-styles.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/default-styles.md index df5f9fe..03f0254 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/default-styles.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/default-styles.md @@ -137,7 +137,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 aktualisiert +**Changelog:** Die Eigenschaft wurde in v2.0 aktualisiert **Verwandte Artikel:** [Konfiguration](guides/configuration.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md index 6861807..51bcc89 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md @@ -32,7 +32,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.0 hinzugefügt **Verwandte Artikel:** [Konfiguration](guides/configuration.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md index 894aa49..bcd4e67 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md @@ -49,7 +49,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 hinzugefügt. Ab v2.1 ist die Eigenschaft optional: Wenn sie weggelassen wird, werden Bilder inline als Base64-Daten-URLs eingefügt. +**Changelog:** Die Eigenschaft wurde in v2.0 hinzugefügt. Ab v2.1 ist die Eigenschaft optional: Wenn sie weggelassen wird, werden Bilder inline als Base64-Daten-URLs eingefügt. **Verwandte Artikel:** [Konfiguration](guides/configuration.md), [Arbeiten mit dem Server](guides/working_with_server.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/layout-mode.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/layout-mode.md index 779d6e3..2d83df3 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/layout-mode.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/layout-mode.md @@ -34,7 +34,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 anstelle der entfernten Eigenschaft `mode` hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.0 anstelle der entfernten Eigenschaft `mode` hinzugefügt **Verwandte Artikel:** [Konfiguration](guides/configuration.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/locale.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/locale.md index e7dcd41..52a6b6b 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/locale.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/locale.md @@ -40,7 +40,7 @@ const editor = new richtext.RichText("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.0 hinzugefügt **Verwandte Artikel:** [Lokalisierung](guides/localization.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/menubar.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/menubar.md index 0bafddc..14ffe19 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/menubar.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/menubar.md @@ -26,7 +26,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.0 hinzugefügt **Verwandte Artikel:** [Konfiguration](guides/configuration.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/toolbar.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/toolbar.md index 6124308..64dcae0 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/toolbar.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/toolbar.md @@ -212,7 +212,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.0 hinzugefügt **Verwandte Artikel:** [Konfiguration](guides/configuration.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/trigger-template.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/trigger-template.md index d7693f5..426b220 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/trigger-template.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/trigger-template.md @@ -63,7 +63,7 @@ new Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.1 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.1 hinzugefügt **Verwandte Beispiele:** diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/triggers.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/triggers.md index fe08e44..396c2a5 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/triggers.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/triggers.md @@ -236,7 +236,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.1 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.1 hinzugefügt **Verwandte Beispiele:** diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/config/value.md b/i18n/de/docusaurus-plugin-content-docs/current/api/config/value.md index 96dbcf1..259abcc 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/config/value.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/config/value.md @@ -29,7 +29,7 @@ new richtext.Richtext("#root", { }); ~~~ -**Änderungsprotokoll:** Die Eigenschaft wurde in v2.0 hinzugefügt +**Changelog:** Die Eigenschaft wurde in v2.0 hinzugefügt **Verwandte Artikel:** [Konfiguration](guides/configuration.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/align.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/align.md index b915e4e..cab8fa6 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/align.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/align.md @@ -45,4 +45,4 @@ editor.api.exec("align", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md index 4e51592..1197e69 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md @@ -35,4 +35,4 @@ editor.api.on("clear-text-format", () => { editor.api.exec("clear-text-format", {}); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/copy.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/copy.md index 36dc669..b210822 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/copy.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/copy.md @@ -33,4 +33,4 @@ editor.api.on("copy", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/create-new.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/create-new.md index acd2f70..fd4fb63 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/create-new.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/create-new.md @@ -41,4 +41,4 @@ editor.api.on("create-new", ({ reset }) => { editor.api.exec("create-new", { reset: true }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/cut.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/cut.md index 268588c..9113b9a 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/cut.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/cut.md @@ -33,4 +33,4 @@ editor.api.on("cut", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/delete-link.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/delete-link.md index ee96725..34208a0 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/delete-link.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/delete-link.md @@ -33,4 +33,4 @@ editor.api.on("delete-link", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/export.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/export.md index 7c09441..d030319 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/export.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/export.md @@ -56,4 +56,4 @@ editor.api.exec("export", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md index de0a626..1196551 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md @@ -44,7 +44,7 @@ editor.api.on("hide-suggest", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.1 hinzugefügt +**Changelog:** Das Event wurde in v2.1 hinzugefügt **Verwandtes Beispiel:** [RichText. Erwähnungen, Tags und asynchrone Suche](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/import.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/import.md index 0f55f0f..8b1ae8e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/import.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/import.md @@ -44,4 +44,4 @@ editor.api.exec("import", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/indent.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/indent.md index 36723cb..49449a0 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/indent.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/indent.md @@ -40,4 +40,4 @@ editor.api.on("indent", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-image.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-image.md index 224666f..017c658 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-image.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-image.md @@ -51,4 +51,4 @@ editor.api.on("insert-image", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-line.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-line.md index 112f635..7332566 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-line.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-line.md @@ -33,4 +33,4 @@ editor.api.on("insert-line", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-link.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-link.md index 200a477..f638bc2 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-link.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-link.md @@ -40,4 +40,4 @@ editor.api.on("insert-link", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-list.md index 1c8dc1e..feacf42 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -44,4 +44,4 @@ editor.api.on("insert-list", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-token.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-token.md index 17a3db4..4db0b0c 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-token.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/insert-token.md @@ -54,7 +54,7 @@ editor.api.on("insert-token", ({ data, trigger, showTrigger }) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.1 hinzugefügt +**Changelog:** Das Event wurde in v2.1 hinzugefügt **Verwandtes Beispiel:** [RichText. Erwähnungen, Tags und asynchrone Suche](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/outdent.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/outdent.md index 1078f09..545ee03 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/outdent.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/outdent.md @@ -40,4 +40,4 @@ editor.api.on("outdent", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/paste.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/paste.md index a662d09..025eab6 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/paste.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/paste.md @@ -33,4 +33,4 @@ editor.api.on("paste", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/print.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/print.md index ad12e54..639d8cb 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/print.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/print.md @@ -33,4 +33,4 @@ editor.api.on("print", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/redo.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/redo.md index a68a03b..1f0ae63 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/redo.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/redo.md @@ -33,4 +33,4 @@ editor.api.on("redo", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/resize-image.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/resize-image.md index 106f3f3..88b92ff 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/resize-image.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/resize-image.md @@ -42,4 +42,4 @@ editor.api.on("resize-image", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-family.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-family.md index e4e5710..6ed04c9 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-family.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-family.md @@ -44,4 +44,4 @@ editor.api.exec("set-font-family", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-size.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-size.md index 839fa21..d813138 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-size.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-font-size.md @@ -44,4 +44,4 @@ editor.api.exec("set-font-size", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-line-height.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-line-height.md index ec038d2..f282aa5 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-line-height.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-line-height.md @@ -44,4 +44,4 @@ editor.api.exec("set-line-height", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-color.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-color.md index 6e5c027..34c5fd7 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-color.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-color.md @@ -51,4 +51,4 @@ editor.api.exec("set-text-color", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-format.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-format.md index 31c49e0..f00e5b6 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-format.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-format.md @@ -55,4 +55,4 @@ editor.api.exec("set-text-format", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-style.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-style.md index 0341eab..357705f 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-style.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/set-text-style.md @@ -46,4 +46,4 @@ editor.api.exec("set-text-style", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-popup.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-popup.md index 1e9609a..837716b 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-popup.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-popup.md @@ -50,4 +50,4 @@ editor.api.exec("show-popup", { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-suggest.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-suggest.md index afbccd9..d556d19 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-suggest.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/show-suggest.md @@ -57,7 +57,7 @@ editor.api.intercept("show-suggest", (state) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.1 hinzugefügt +**Changelog:** Das Event wurde in v2.1 hinzugefügt **Verwandtes Beispiel:** [RichText. Erwähnungen, Tags und asynchrone Suche](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/subscript.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/subscript.md index a5edae9..b6a70fc 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/subscript.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/subscript.md @@ -35,4 +35,4 @@ editor.api.on("subscript", () => { editor.api.exec("subscript", {}); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/superscript.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/superscript.md index 96ddb30..6e622dc 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/superscript.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/superscript.md @@ -35,4 +35,4 @@ editor.api.on("superscript", () => { editor.api.exec("superscript", {}); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md index 6046579..eadebae 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md @@ -42,4 +42,4 @@ editor.api.on("toggle-fullscreen-mode", (obj) => { editor.api.exec("toggle-fullscreen-mode", { mode: true }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md index 7affce5..f3fad8a 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md @@ -42,4 +42,4 @@ editor.api.on("toggle-layout-mode", (obj) => { editor.api.exec("toggle-layout-mode", { mode: "document" }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-list.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-list.md index 58ca418..8b5be0e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-list.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-list.md @@ -53,4 +53,4 @@ editor.api.on("toggle-list", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0.6 hinzugefügt +**Changelog:** Das Event wurde in v2.0.6 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md index 42b4aaf..e6d7af9 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md @@ -42,4 +42,4 @@ editor.api.on("toggle-shortcut-info", (obj) => { editor.api.exec("toggle-shortcut-info", { mode: true }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/undo.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/undo.md index f5ec596..c38225e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/undo.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/undo.md @@ -33,4 +33,4 @@ editor.api.on("undo", () => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/events/update-link.md b/i18n/de/docusaurus-plugin-content-docs/current/api/events/update-link.md index 354c8cb..f35d08e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/events/update-link.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/events/update-link.md @@ -41,4 +41,4 @@ editor.api.on("update-link", (obj) => { }); ~~~ -**Änderungsprotokoll:** Das Event wurde in v2.0 hinzugefügt +**Changelog:** Das Event wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/detach.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/detach.md index 306b258..9f54994 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/detach.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/detach.md @@ -41,4 +41,4 @@ editor.api.on("set-font-size", (obj) => { editor.api.detach("track"); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 aktualisiert. Die Parameter `name` und `context` wurden entfernt +**Changelog:** Die Methode wurde in v2.0 aktualisiert. Die Parameter `name` und `context` wurden entfernt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/exec.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/exec.md index 5287e68..32ff786 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/exec.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/exec.md @@ -43,4 +43,4 @@ editor.api.exec("set-font-size", { }); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md index 749ca3a..a46a54c 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md @@ -45,4 +45,4 @@ const reactive_state = editor.api.getReactiveState(); console.log(reactive_state) ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-state.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-state.md index 84a76d1..275e980 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-state.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/get-state.md @@ -45,4 +45,4 @@ const state = editor.api.getState(); console.log(state); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/intercept.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/intercept.md index 88d3370..ab1c80c 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/intercept.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/intercept.md @@ -45,4 +45,4 @@ editor.api.intercept("set-font-size", (obj) => { }); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/on.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/on.md index c91ab71..6ae3308 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/on.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/on.md @@ -43,4 +43,4 @@ editor.api.on("set-font-size", (obj) => { }); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 aktualisiert. Der Parameter `context` wurde entfernt +**Changelog:** Die Methode wurde in v2.0 aktualisiert. Der Parameter `context` wurde entfernt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/set-next.md b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/set-next.md index b4a01cf..5a20c35 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/internal/set-next.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/internal/set-next.md @@ -37,4 +37,4 @@ fetch(server + "/data").then((res) => res.json()).then((data) => { }); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/get-value.md b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/get-value.md index 391cd23..1057d28 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/get-value.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/get-value.md @@ -41,4 +41,4 @@ const editor_value = editor.getValue(toTextEncoder); console.log(editor_value); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 aktualisiert. Der Parameter `mode` wurde entfernt. Der Parameter `encoder` wurde hinzugefügt +**Changelog:** Die Methode wurde in v2.0 aktualisiert. Der Parameter `mode` wurde entfernt. Der Parameter `encoder` wurde hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/insert-value.md b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/insert-value.md index 7db9be3..32c3b8e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/insert-value.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/insert-value.md @@ -42,7 +42,7 @@ editor.insertValue("
link") Der eingefügte Inhalt wird als einzelner Verlaufseintrag hinzugefügt und kann mit einem einzigen **Rückgängig**-Schritt wiederhergestellt werden. -**Änderungsprotokoll:** Die Methode wurde in v2.1 hinzugefügt +**Changelog:** Die Methode wurde in v2.1 hinzugefügt **Verwandte Beispiele:** diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-config.md b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-config.md index c079377..065d2d7 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-config.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-config.md @@ -37,4 +37,4 @@ editor.setConfig({ }); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-locale.md b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-locale.md index 52106e5..0ba058c 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-locale.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-locale.md @@ -36,6 +36,6 @@ const editor = new richtext.Richtext("#root", { editor.setLocale(de); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 hinzugefügt +**Changelog:** Die Methode wurde in v2.0 hinzugefügt **Verwandte Artikel:** [Lokalisierung](guides/localization.md) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-value.md b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-value.md index f81e809..d9318e6 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-value.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/api/methods/set-value.md @@ -42,6 +42,6 @@ const fromTextEncoder = richtext.text.fromText; editor.setValue(editor_value, fromTextEncoder); ~~~ -**Änderungsprotokoll:** Die Methode wurde in v2.0 aktualisiert. Der Parameter `mode` wurde entfernt. Der Parameter `encoder` wurde hinzugefügt +**Changelog:** Die Methode wurde in v2.0 aktualisiert. Der Parameter `mode` wurde entfernt. Der Parameter `encoder` wurde hinzugefügt **Verwandtes Beispiel:** [RichText. Arbeiten mit verschiedenen Formaten (Markdown, HTML, Text)](https://snippet.dhtmlx.com/cne4kujn?tag=richtext) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md b/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md index fdf7789..562f81f 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/how_to_start.md @@ -104,6 +104,6 @@ const editor = new richtext.Richtext("#root", { }); ~~~ -## Wie geht es weiter? {#whats-next} +## Wie geht es weiter {#whats-next} Das war es schon. Nur drei einfache Schritte, und Sie verfügen über ein praktisches Werkzeug zur Bearbeitung von Inhalten. Jetzt können Sie mit Ihren Inhalten arbeiten oder die Welt von JavaScript RichText weiter erkunden. diff --git a/i18n/ko/code.json b/i18n/ko/code.json index 1efab43..af24336 100644 --- a/i18n/ko/code.json +++ b/i18n/ko/code.json @@ -151,7 +151,7 @@ "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "참고", + "message": "노트", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/default-styles.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/default-styles.md index 66029f8..efbc14c 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/default-styles.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/default-styles.md @@ -137,7 +137,7 @@ new richtext.Richtext("#root", { }); ~~~ -**변경 이력:** 이 속성은 v2.0에서 업데이트되었습니다. +**변경 로그:** 이 속성은 v2.0에서 업데이트되었습니다. **관련 문서:** [설정](guides/configuration.md) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md index 01a0ce7..75ff9a2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md @@ -32,7 +32,7 @@ new richtext.Richtext("#root", { }); ~~~ -**변경 이력:** 이 속성은 v2.0에서 추가되었습니다. +**변경 로그:** 이 속성은 v2.0에서 추가되었습니다. **관련 문서:** [구성](guides/configuration.md) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md index 0725f22..06fcb05 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md @@ -14,7 +14,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 imageUpload 이 속성이 생략되거나 거짓 값(`""`, `null`, `undefined`)으로 설정된 경우, RichText는 **인라인 모드**로 전환됩니다. 이 경우 이미지 파일은 클라이언트에서 읽혀 base64 데이터 URL로 콘텐츠에 직접 임베드되며, 서버가 필요하지 않습니다. 1024×800보다 큰 인라인 이미지는 해당 크기에 맞게 비율을 유지하며 축소됩니다. -:::note[참고] +:::note[노트] 인라인(base64) 이미지는 내장된 DOCX / PDF [내보내기](api/events/export.md)에서 보존되지 않습니다. 내보내기 기능을 사용하는 경우 `imageUploadUrl`을 설정하여 이미지가 외부 위치를 참조하도록 하십시오. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md index 538f1f5..00e8029 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/layout-mode.md @@ -34,7 +34,7 @@ new richtext.Richtext("#root", { }); ~~~ -**변경 이력:** 이 속성은 제거된 `mode` 속성 대신 v2.0에서 추가되었습니다 +**변경 로그:** 이 속성은 제거된 `mode` 속성 대신 v2.0에서 추가되었습니다 **관련 문서:** [구성](guides/configuration.md) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/toolbar.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/toolbar.md index c9a88f2..63724a3 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/toolbar.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/toolbar.md @@ -212,7 +212,7 @@ new richtext.Richtext("#root", { }); ~~~ -**변경 사항:** v2.0에서 속성이 추가되었습니다. +**변경 로그:** v2.0에서 속성이 추가되었습니다. **관련 문서:** [설정](guides/configuration.md) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md index f40d2e1..b4bcad0 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/trigger-template.md @@ -20,7 +20,7 @@ function triggerTemplate({ data, trigger }) { }; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} callback 함수는 다음 매개변수를 가진 객체를 받습니다: @@ -63,9 +63,9 @@ new Richtext("#root", { }); ~~~ -**변경 이력:** 이 속성은 v2.1에서 추가되었습니다. +**변경 로그:** 이 속성은 v2.1에서 추가되었습니다. -**관련 샘플:** +**관련 예제:** - [RichText. 트리거별 커스텀 드롭다운 템플릿](https://snippet.dhtmlx.com/0p3bbnhz?tag=richtext) - [RichText. 이모지 자동 완성](https://snippet.dhtmlx.com/g5z1d868?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/triggers.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/triggers.md index 4b00762..555c957 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/config/triggers.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/config/triggers.md @@ -26,7 +26,7 @@ triggers?: Array<{ }>; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `triggers` 배열의 각 항목에는 다음 필드를 사용할 수 있습니다: @@ -236,9 +236,9 @@ new richtext.Richtext("#root", { }); ~~~ -**변경 이력:** 이 속성은 v2.1에서 추가되었습니다 +**변경 로그:** 이 속성은 v2.1에서 추가되었습니다 -**관련 샘플:** +**관련 예제:** - [RichText. 멘션, 태그 및 비동기 조회](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) - [RichText. 트리거별 커스텀 드롭다운 템플릿](https://snippet.dhtmlx.com/0p3bbnhz?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md index c8f0ee8..bf53f79 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/align.md @@ -18,7 +18,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 align 이 }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `align` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/create-new.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/create-new.md index 18d6e30..6ddabb9 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/create-new.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/create-new.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 create-new "create-new": ({ reset?: boolean }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `create-new` 이벤트의 callback은 다음 파라미터를 포함하는 객체를 받을 수 있습니다: @@ -41,4 +41,4 @@ editor.api.on("create-new", ({ reset }) => { editor.api.exec("create-new", { reset: true }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/cut.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/cut.md index a8920af..6328b4d 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/cut.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/cut.md @@ -33,4 +33,4 @@ editor.api.on("cut", () => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/delete-link.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/delete-link.md index 9602ea8..9f8dc64 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/delete-link.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/delete-link.md @@ -33,4 +33,4 @@ editor.api.on("delete-link", () => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md index 04c3a42..8f01100 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/export.md @@ -23,7 +23,7 @@ interface IExportOptions { } ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `export` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md index 4bca838..2db028e 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md @@ -23,7 +23,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 hide-sugges "hide-suggest": () => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `hide-suggest` 이벤트 callback은 파라미터를 받지 않습니다. @@ -44,7 +44,7 @@ editor.api.on("hide-suggest", () => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.1에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.1에서 추가되었습니다 **관련 샘플:** [RichText. 멘션, 태그 및 비동기 조회](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md index 1dfb50f..c0ca04d 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/import.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 import 이 "import": ({ html?: string }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `import` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: @@ -44,4 +44,4 @@ editor.api.exec("import", { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md index a0a57ce..7869944 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/indent.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 indent 이 "indent": ({ step: number }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `indent` 이벤트의 callback은 다음 매개변수를 포함한 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-image.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-image.md index e8df7cc..64e5319 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-image.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-image.md @@ -29,7 +29,7 @@ interface IImageContext { } ~~~ -:::note[참고] +:::note[노트] `value` 필드는 외부 URL([ `imageUploadUrl`](api/config/image-upload-url.md)이 설정되고 업로드가 성공한 경우) 또는 base64 데이터 URL(`imageUploadUrl`이 생략되고 이미지가 클라이언트에서 인라인으로 처리되는 경우) 중 하나를 보유합니다. URL을 재작성하거나 호스트를 검증하는 등 소스를 처리하는 핸들러는 두 형식 모두를 고려해야 합니다. ::: @@ -51,4 +51,4 @@ editor.api.on("insert-image", (obj) => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md index 43055f0..8d5f441 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-link.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 insert-link 이벤트 "insert-link": ({ url: string }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `insert-link` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md index 69e705d..71a412d 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -18,7 +18,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 insert-list type TListType = "bulleted" | "numbered"; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `insert-list` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: @@ -44,4 +44,4 @@ editor.api.on("insert-list", (obj) => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md index 1a2c88f..511092e 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/insert-token.md @@ -28,7 +28,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 insert-toke }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `insert-token` 이벤트의 callback은 다음 필드를 포함하는 객체를 받습니다. @@ -54,7 +54,7 @@ editor.api.on("insert-token", ({ data, trigger, showTrigger }) => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.1에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.1에서 추가되었습니다 **관련 샘플:** [RichText. 멘션, 태그 및 비동기 조회](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md index 4dba2db..88fd84b 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/outdent.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 outdent 이벤트에 "outdent": ({ step: number }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `outdent` 이벤트의 callback은 다음 파라미터를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/redo.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/redo.md index 2210ff4..dfc2c38 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/redo.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/redo.md @@ -33,4 +33,4 @@ editor.api.on("redo", () => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md index 0f92d96..b2c11e5 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/resize-image.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 resize-image 이벤 "resize-image": ({ id: number, width: number, height: number }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `resize-image` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md index 41bd875..699a065 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-family.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 set-font-family 이 "set-font-family": ({ fontFamily: string }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `set-font-family` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: @@ -44,4 +44,4 @@ editor.api.exec("set-font-family", { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-size.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-size.md index 0654580..caab5ba 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-size.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-font-size.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 set-font-si "set-font-size": ({ fontSize: string }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `set-font-size` 이벤트의 callback은 다음 파라미터를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md index 32eb0f9..9bd6538 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-line-height.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 set-line-height 이 "set-line-height": ({ lineHeight: string }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `set-line-height` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md index 4de7c68..ca8458b 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-color.md @@ -21,7 +21,7 @@ interface ITextColor { } ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `set-text-color` 이벤트의 callback은 다음 매개변수를 포함한 객체를 받을 수 있습니다: @@ -51,4 +51,4 @@ editor.api.exec("set-text-color", { }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-format.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-format.md index 3c78b90..82c38fe 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-format.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-format.md @@ -27,7 +27,7 @@ interface ITextFormat { 내부 이벤트를 처리하려면 [**Event Bus 메서드**](api/overview/event_bus_methods_overview.md)를 사용할 수 있습니다 ::: -### 파라미터 {#parameters} +### 매개변수 {#parameters} `set-text-format` 이벤트의 callback은 다음 파라미터를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md index 27eadb6..67ab0fa 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/set-text-style.md @@ -18,7 +18,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 set-text-st type TBlockType = "p" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `set-text-style` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md index ff6cd86..5090347 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-popup.md @@ -21,7 +21,7 @@ interface IPopupConfig { } ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `show-popup` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md index 511ccc4..36eda21 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/show-suggest.md @@ -28,7 +28,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 show-sugges }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `show-suggest` 이벤트의 callback은 다음 필드를 포함하는 객체를 수신합니다. @@ -57,7 +57,7 @@ editor.api.intercept("show-suggest", (state) => { }); ~~~ -**변경 이력:** 이 이벤트는 v2.1에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.1에서 추가되었습니다 **관련 샘플:** [RichText. 멘션, 태그 및 비동기 조회](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/subscript.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/subscript.md index d1ea0f2..637f53e 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/subscript.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/subscript.md @@ -35,4 +35,4 @@ editor.api.on("subscript", () => { editor.api.exec("subscript", {}); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/superscript.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/superscript.md index eae3e11..fe00349 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/superscript.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/superscript.md @@ -35,4 +35,4 @@ editor.api.on("superscript", () => { editor.api.exec("superscript", {}); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md index 2a81c5f..747f24d 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 toggle-full "toggle-fullscreen-mode": ({ mode?: boolean }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `toggle-fullscreen-mode` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md index 94e174a..1d54c67 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 toggle-layo "toggle-layout-mode": ({ mode?: "classic" | "document" }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `toggle-layout-mode` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: @@ -42,4 +42,4 @@ editor.api.on("toggle-layout-mode", (obj) => { editor.api.exec("toggle-layout-mode", { mode: "document" }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-list.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-list.md index 63938a9..c7f5f45 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-list.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-list.md @@ -27,7 +27,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 toggle-list type TListType = "bulleted" | "numbered"; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `toggle-list` 이벤트의 callback은 다음 파라미터를 포함한 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md index cc356ea..365cb76 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 toggle-shortcut-info "toggle-shortcut-info": ({ mode?: boolean }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `toggle-shortcut-info` 이벤트의 callback은 다음 매개변수를 포함하는 객체를 받을 수 있습니다: @@ -42,4 +42,4 @@ editor.api.on("toggle-shortcut-info", (obj) => { editor.api.exec("toggle-shortcut-info", { mode: true }); ~~~ -**변경 이력:** 이 이벤트는 v2.0에서 추가되었습니다 +**변경 로그:** 이 이벤트는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/update-link.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/update-link.md index 88889f9..0685dc2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/events/update-link.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/events/update-link.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 update-link 이벤트 "update-link": ({ id: number, url: string }) => boolean | void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} `update-link` 이벤트의 callback은 다음 파라미터를 포함하는 객체를 받을 수 있습니다: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md index b8612d6..300e5cc 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/detach.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 on 메서드에 대 api.detach( tag: string ): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `tag` - (필수) 액션 태그의 이름 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md index add8be2..038da86 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/exec.md @@ -19,7 +19,7 @@ api.exec( ): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `event` - (필수) 실행할 이벤트 - `config` - (필수) 매개변수가 포함된 config 객체 (실행할 이벤트를 참조하세요) @@ -43,4 +43,4 @@ editor.api.exec("set-font-size", { }); ~~~ -**변경 이력:** 이 메서드는 v2.0에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md index b75389e..c8dbfc3 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md @@ -45,4 +45,4 @@ const reactive_state = editor.api.getReactiveState(); console.log(reactive_state) ~~~ -**변경 이력:** 이 메서드는 v2.0에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-state.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-state.md index 435630e..c983723 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-state.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/get-state.md @@ -45,4 +45,4 @@ const state = editor.api.getState(); console.log(state); ~~~ -**변경 이력:** 이 메서드는 v2.0에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md index 1338ff7..37aa085 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/intercept.md @@ -19,7 +19,7 @@ api.intercept( ): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `event` - (필수) 발생시킬 이벤트 - `callback` - (필수) 실행할 callback (callback 인수는 발생하는 이벤트에 따라 달라집니다) @@ -45,4 +45,4 @@ editor.api.intercept("set-font-size", (obj) => { }); ~~~ -**변경 사항:** 이 메서드는 v2.0에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md index f830fe6..c7d9857 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/on.md @@ -19,7 +19,7 @@ api.on( ): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `event` - (필수) 발생시킬 이벤트 - `handler` - (필수) 연결할 핸들러 (핸들러 인수는 발생하는 이벤트에 따라 달라집니다) @@ -43,4 +43,4 @@ editor.api.on("set-font-size", (obj) => { }); ~~~ -**변경 이력:** 이 메서드는 v2.0에서 업데이트되었습니다. `context` 매개변수가 제거되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 업데이트되었습니다. `context` 매개변수가 제거되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/set-next.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/set-next.md index bd7bfc6..80ecf9e 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/set-next.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/internal/set-next.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 setNext 메서드에 api.setNext(next: any): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `next` - (필수) **Event Bus** 순서에 포함할 액션 @@ -37,4 +37,4 @@ fetch(server + "/data").then((res) => res.json()).then((data) => { }); ~~~ -**변경 이력:** 이 메서드는 v2.0에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 추가되었습니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md index 11b2534..11459b5 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/get-value.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리의 getValue 메서드에 getValue(encoder?: any): string; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `encoder` - (선택 사항) RichText의 콘텐츠를 사용자 정의 형식으로 인코딩하는 데 사용되는 파서입니다. 사용 가능한 형식은 `html`(기본값), `text`, `markdown`입니다. diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md index 89d9577..e63ab12 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/insert-value.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 insertValue insertValue: (value: string, encoder?: any): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `value` - (필수) 현재 커서 위치의 RichText에 삽입할 값입니다. 선택 영역이 활성화된 경우, 선택 영역이 새 값으로 대체됩니다 - `encoder` - (선택) 삽입된 값을 디코딩하는 데 사용되는 파서입니다. 사용 가능한 형식은 `html`(기본값), `text`, `markdown`입니다 @@ -42,9 +42,9 @@ editor.insertValue("link") 삽입된 콘텐츠는 단일 히스토리 항목으로 추가되며, **실행 취소(Undo)** 한 번으로 되돌릴 수 있습니다. -**변경 이력:** 이 메서드는 v2.1에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.1에서 추가되었습니다 -**관련 샘플:** +**관련 예제:** - [RichText. 커서 위치에 콘텐츠 삽입](https://snippet.dhtmlx.com/pew2g1ku?tag=richtext) - [RichText. 다양한 형식으로 작업하기 (Markdown, HTML, 텍스트)](https://snippet.dhtmlx.com/cne4kujn?tag=richtext) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-config.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-config.md index 7567a9e..a4685fa 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-config.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-config.md @@ -16,11 +16,11 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 setConfig setConfig(config: { [key:any]: any }): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `config` - (필수) RichText 구성 파라미터 객체입니다. 전체 속성 목록은 [여기](api/overview/properties_overview.md)에서 확인하세요 -:::note[참고] +:::note[노트] `setConfig()` 메서드는 `setConfig()` 호출 시 명시적으로 전달되지 않은 기존 파라미터를 모두 유지합니다. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-locale.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-locale.md index 8a0a990..d3d0120 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-locale.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-locale.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 setLocale setLocale(null | locale?: object): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `null` - (선택) 기본 로케일(*영어*)로 초기화합니다 - `locale` - (선택) 적용할 새 로케일의 데이터 객체 @@ -36,6 +36,6 @@ const editor = new richtext.Richtext("#root", { editor.setLocale(de); ~~~ -**변경 이력:** 이 메서드는 v2.0에서 추가되었습니다 +**변경 로그:** 이 메서드는 v2.0에서 추가되었습니다 -**관련 아티클:** [현지화](guides/localization.md) +**관련 문서:** [현지화](guides/localization.md) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md index 153de29..9696d64 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/api/methods/set-value.md @@ -16,7 +16,7 @@ description: DHTMLX JavaScript RichText 라이브러리 문서에서 setValue setValue: (value: string, encoder?: any): void; ~~~ -### 파라미터 {#parameters} +### 매개변수 {#parameters} - `value` - (필수) RichText에 삽입할 값 - `encoder` - (선택) 커스텀 형식에서 값을 디코딩하는 데 사용하는 커스텀 파서. 사용 가능한 형식은 `html`(기본값), `text`, `markdown`입니다 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/guides/configuration.md b/i18n/ko/docusaurus-plugin-content-docs/current/guides/configuration.md index f26d8ef..385be1a 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/guides/configuration.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/guides/configuration.md @@ -273,7 +273,7 @@ new richtext.Richtext("#root", { 1024×800보다 큰 인라인 이미지는 축소된 크기로 표시됩니다(`width`/`height` 속성이 이 한도 내에 맞게 제한됨). 단, 임베드된 바이트는 원본 전체 해상도 파일이며, 클라이언트에서 다운스케일하거나 재인코딩하지 않습니다. -:::note[참고] +:::note[노트] 인라인(base64) 이미지는 내장 DOCX/PDF [내보내기](api/events/export.md)에서 보존되지 않습니다. 내보내기 기능에 의존하는 경우 이미지가 외부 위치를 참조할 수 있도록 `imageUploadUrl`을 제공하십시오. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/guides/initialization.md b/i18n/ko/docusaurus-plugin-content-docs/current/guides/initialization.md index 97f94ec..3b5e5c2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/guides/initialization.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/guides/initialization.md @@ -55,7 +55,7 @@ const editor = new richtext.Richtext("#root", { 구성 객체의 키로 구성 옵션을 추가합니다. -:::note[참고] +:::note[노트] 전체 구성 속성 목록은 [속성 개요](api/overview/properties_overview.md)를 참조하세요. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md b/i18n/ko/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md index 63a5df8..5663930 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md @@ -24,7 +24,7 @@ Angular CLI를 사용하여 *my-angular-richtext-app* 프로젝트를 생성합 ng new my-angular-richtext-app ~~~ -:::note[참고] +:::note[노트] 프로젝트 생성 중 Angular CLI가 묻는 경우, 서버 사이드 렌더링(SSR)과 정적 사이트 생성(SSG/Prerendering)을 비활성화하세요. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md b/i18n/ko/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md index 01cab4a..f6e7d6d 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md @@ -80,7 +80,7 @@ RichText는 사용자가 정의한 트리거 문자를 지원하며, 해당 문 } ~~~ -**관련 샘플:** +**관련 예제:** - [RichText. 멘션 찾기 및 강조 표시](https://snippet.dhtmlx.com/8y6zvzh2?tag=richtext) - [RichText. 모든 멘션 강조 표시](https://snippet.dhtmlx.com/2rbo12jx?tag=richtext) @@ -149,7 +149,7 @@ new richtext.Richtext("#root", { 기본적으로 항목을 선택하면 문서에 토큰으로 삽입됩니다. 대신 직접 작성한 코드를 실행하려면 트리거에 `action` callback을 추가하세요. RichText는 입력된 트리거 텍스트를 제거하고 선택한 항목과 함께 `action(item)`을 호출합니다. 토큰은 삽입되지 않으므로 무엇을 추가할지 직접 결정할 수 있습니다. -:::note[참고] +:::note[노트] `action`은 `showTrigger`보다 우선합니다. `action`이 설정된 경우 `showTrigger`는 무시됩니다. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/guides/stylization.md b/i18n/ko/docusaurus-plugin-content-docs/current/guides/stylization.md index 2c4c81d..23feed2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/guides/stylization.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/guides/stylization.md @@ -55,7 +55,7 @@ RichText는 다음의 핵심 클래스를 사용하여 UI를 구성합니다. ``` -:::note[참고] +:::note[노트] 이 스타일은 어두운 배경을 적용하고, 버튼 및 아이콘 색상을 조정하며, 다크 UI 테마에서의 가독성을 개선합니다. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/guides/typescript_support.md b/i18n/ko/docusaurus-plugin-content-docs/current/guides/typescript_support.md index a2605ad..94a778a 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/guides/typescript_support.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/guides/typescript_support.md @@ -8,7 +8,7 @@ description: DHTMLX JavaScript RichText 라이브러리에서 TypeScript를 사 v2.0부터 DHTMLX RichText에는 별도의 설정 없이 바로 사용할 수 있는 TypeScript 정의가 내장되어 있습니다. -:::note[참고] +:::note[노트] Snippet Tool에서 에디터를 직접 체험해 보세요. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/index.md b/i18n/ko/docusaurus-plugin-content-docs/current/index.md index d7761c7..1b94854 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/index.md @@ -102,7 +102,7 @@ editor.setValue("# Title\n\nParagraph", richtext.markdown.fromMarkdown); const md = editor.getValue(richtext.markdown.toMarkdown); ~~~ -:::note[참고] +:::note[노트] Markdown 지원은 구문의 제한된 하위 집합만을 포함합니다 — 제목, 단락, 줄바꿈, 강조, 인용구, 목록, 링크와 같은 일반적인 블록 및 인라인 요소가 해당됩니다. Markdown에 해당하는 표현이 없는 서식(글꼴 패밀리, 글꼴 크기, 색상, 정렬, 줄 높이)은 직렬화 시 제거됩니다. 중첩 인라인 구조는 지원되지 않으며, **이탤릭체 안의 굵게**만 예외입니다. 링크 안의 굵게, 목록 항목 안의 이탤릭체, 또는 다단계(중첩) 목록과 같은 조합은 올바르게 렌더링되지 않습니다. @@ -122,7 +122,7 @@ RichText 에디터는 표준 시스템 단축키(Windows/Linux에서 `Ctrl+C` / - 두 RichText 인스턴스 간 붙여넣기(동일한 문서 또는 다른 페이지)는 HTML 표현을 사용하며 원래 서식을 유지합니다. - 브라우저, 워드 프로세서, 기타 에디터를 포함한 외부 소스에서 붙여넣기는 일반 텍스트로 처리됩니다. 삽입된 콘텐츠는 외부 서식 없이 텍스트로 추가됩니다. -:::note[참고] +:::note[노트] 툴바의 **붙여넣기** 버튼은 비동기 Clipboard API를 사용하며, 이는 일반 텍스트만 노출합니다. 다른 RichText에서 복사한 콘텐츠를 서식을 유지하면서 붙여넣으려면 `Ctrl+V` / `⌘+V` 단축키를 사용하세요. 이 단축키는 브라우저의 클립보드 이벤트에서 직접 전체 HTML 페이로드를 수신합니다. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/news/migration.md b/i18n/ko/docusaurus-plugin-content-docs/current/news/migration.md index d567a99..1bc88c8 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/news/migration.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/news/migration.md @@ -71,7 +71,7 @@ defaultStyles: { } ``` -:::note[참고] +:::note[노트] `*`를 사용하여 모든 블록의 기본값을 정의한 후, 특정 요소(p, h1, blockquote 등)를 재정의할 수 있습니다. ::: @@ -131,7 +131,7 @@ editor.setValue("

Hello

", fromHTMLEncoder); editor.getValue(toTextEncoder); ``` -:::note[참고] +:::note[노트] 인코더 없이 `getValue()`와 `setValue()`를 호출할 수 있습니다. 기본값은 HTML입니다. ::: diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md index 0701b98..79d7165 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -135,7 +135,7 @@ description: DHTMLX RichText의 새로운 기능과 릴리스 히스토리를 DH 2025년 7월 30일 출시 -:::note[참고] +:::note[노트] v1.2의 API는 v2.0과 호환되지 않습니다. 자세한 내용은 [**마이그레이션 가이드**](news/migration.md)를 참조하세요. ::: diff --git a/i18n/ru/code.json b/i18n/ru/code.json index 4ea3391..000e4bd 100644 --- a/i18n/ru/code.json +++ b/i18n/ru/code.json @@ -147,7 +147,7 @@ "description": "The default label used for the Danger admonition (:::danger)" }, "theme.admonition.info": { - "message": "Информация", + "message": "К сведению", "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { @@ -155,7 +155,7 @@ "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { - "message": "Совет", + "message": "Подсказка", "description": "The default label used for the Tip admonition (:::tip)" }, "theme.admonition.warning": { diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md index 14a2de8..1803704 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/default-styles.md @@ -137,8 +137,8 @@ new richtext.Richtext("#root", { }); ~~~ -**История изменений:** Свойство обновлено в v2.0 +**Журнал изменений:** Свойство обновлено в v2.0 -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) **Связанный пример:** [RichText. Изменение значений типографики по умолчанию (шрифт, размер шрифта и др.)](https://snippet.dhtmlx.com/6u3ti01s?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md index 8ca328b..f6c397e 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/fullscreen-mode.md @@ -32,8 +32,8 @@ new richtext.Richtext("#root", { }); ~~~ -**История изменений:** Свойство добавлено в v2.0 +**Журнал изменений:** Свойство добавлено в v2.0 -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) **Связанный пример:** [RichText. Полная панель инструментов](https://snippet.dhtmlx.com/ziynafp7?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md index eeae889..8b19341 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md @@ -49,8 +49,8 @@ new richtext.Richtext("#root", { }); ~~~ -**История изменений:** Свойство добавлено в v2.0. Начиная с v2.1 свойство является необязательным: если оно не указано, изображения вставляются inline в виде base64 data URL. +**Журнал изменений:** Свойство добавлено в v2.0. Начиная с v2.1 свойство является необязательным: если оно не указано, изображения вставляются inline в виде base64 data URL. -**Связанные статьи:** [Конфигурация](guides/configuration.md), [Работа с сервером](guides/working_with_server.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md), [Работа с сервером](guides/working_with_server.md) **Связанный пример:** [RichText. Инициализация](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md index d286ea8..6bd909a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/layout-mode.md @@ -36,6 +36,6 @@ new richtext.Richtext("#root", { **Журнал изменений:** Свойство добавлено в v2.0 вместо удалённого свойства `mode` -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) **Связанный пример:** [RichText. Инициализация](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md index fcc6e95..1dec930 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/locale.md @@ -10,7 +10,7 @@ description: В документации библиотеки DHTMLX JavaScript @short: Необязательный. Объект, содержащий метки локализации RichText -:::info[Информация] +:::info[К сведению] Объект `locale` должен включать все метки RichText с соответствующими переводами. ::: @@ -24,7 +24,7 @@ locale?: object; По умолчанию RichText использует **английскую** локаль. Вы также можете задать собственную локаль. -:::tip[Совет] +:::tip[Подсказка] Чтобы динамически изменить текущую локаль, воспользуйтесь методом [`setLocale()`](api/methods/set-locale.md) объекта RichText ::: @@ -40,8 +40,8 @@ const editor = new richtext.RichText("#root", { }); ~~~ -**История изменений:** Свойство добавлено в v2.0 +**Журнал изменений:** Свойство добавлено в v2.0 -**Связанные статьи:** [Локализация](guides/localization.md) +**Полезные статьи:** [Локализация](guides/localization.md) **Связанный пример:** [RichText. Локализация](https://snippet.dhtmlx.com/zxjrin3i?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md index 721c4e4..bb46db5 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/menubar.md @@ -28,6 +28,6 @@ new richtext.Richtext("#root", { **Журнал изменений:** Свойство добавлено в v2.0 -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) **Связанный пример:** [RichText. Инициализация с меню-баром](https://snippet.dhtmlx.com/tjryzka7?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md index 965fe99..f9bf9c6 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/toolbar.md @@ -165,7 +165,7 @@ const defaultToolbarButtons = { }; ~~~ -:::tip[Совет] +:::tip[Подсказка] Элементы управления панели инструментов по умолчанию экспортируются виджетом RichText и доступны через `richtext.defaultToolbarButtons`. ```jsx{4} @@ -214,6 +214,6 @@ new richtext.Richtext("#root", { **Журнал изменений:** Свойство добавлено в v2.0 -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) **Связанный пример:** [RichText. Пользовательский элемент управления и упрощённая панель инструментов](https://snippet.dhtmlx.com/wda202ih?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md index 4ef5a64..bb48d4e 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/trigger-template.md @@ -27,7 +27,7 @@ function triggerTemplate({ data, trigger }) { - `data` — текущий элемент подсказки (`{ id, label, url }`, а также любые пользовательские поля, добавленные в источник `data` триггера) - `trigger` — символ триггера, открывшего выпадающий список (`"@"`, `"#"` и т.д.) -:::tip[Совет] +:::tip[Подсказка] Ширина выпадающего списка по умолчанию составляет `160px`. Если вашему шаблону нужно больше пространства, добавьте родительский элемент `.wx-editor` перед селектором: ~~~css {} @@ -63,11 +63,11 @@ new Richtext("#root", { }); ~~~ -**История изменений:** Свойство добавлено в v2.1 +**Журнал изменений:** Свойство добавлено в v2.1 **Связанные примеры:** - [RichText. Пользовательский шаблон выпадающего списка для каждого триггера](https://snippet.dhtmlx.com/0p3bbnhz?tag=richtext) - [RichText. Автодополнение эмодзи](https://snippet.dhtmlx.com/g5z1d868?tag=richtext) -**Связанные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) +**Полезные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md index 0d74ca9..696ecb1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/triggers.md @@ -236,7 +236,7 @@ new richtext.Richtext("#root", { }); ~~~ -**История изменений:** Свойство добавлено в v2.1 +**Журнал изменений:** Свойство добавлено в v2.1 **Связанные примеры:** @@ -247,4 +247,4 @@ new richtext.Richtext("#root", { - [RichText. Поиск и выделение упоминаний](https://snippet.dhtmlx.com/8y6zvzh2?tag=richtext) - [RichText. Выделение всех упоминаний](https://snippet.dhtmlx.com/2rbo12jx?tag=richtext) -**Связанные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) +**Полезные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md index ada4464..ce8a3c9 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/config/value.md @@ -10,7 +10,7 @@ description: В документации библиотеки DHTMLX JavaScript @short: Необязательный. Задаёт начальное значение (содержимое), отображаемое в области редактора RichText -:::tip[Совет] +:::tip[Подсказка] Если вы хотите задать значение (содержимое) в пользовательском формате, используйте встроенный метод [`setValue()`](api/methods/set-value.md). ::: @@ -29,8 +29,8 @@ new richtext.Richtext("#root", { }); ~~~ -**История изменений:** Свойство добавлено в v2.0 +**Журнал изменений:** Свойство добавлено в v2.0 -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) **Связанный пример:** [RichText. Инициализация](https://snippet.dhtmlx.com/t55alxiy?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md index 709f615..081622e 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/align.md @@ -24,7 +24,7 @@ description: В документации библиотеки DHTMLX JavaScript - `align` - выравнивание текста. Можно указать одно из следующих значений: `"left" | "center" | "right" | "justify"` -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -45,4 +45,4 @@ editor.api.exec("align", { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md index 5601f76..52b7afc 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript "clear-text-format": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md index 9747186..722aed5 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/copy.md @@ -16,7 +16,7 @@ description: Вы можете узнать о событии copy в докум "copy": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий вы можете использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -33,4 +33,4 @@ editor.api.on("copy", () => { }); ~~~ -**Список изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md index 4fbf883..4b6336e 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/create-new.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии create-new в до - `reset` — сбрасывает историю при создании нового файла -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -41,4 +41,4 @@ editor.api.on("create-new", ({ reset }) => { editor.api.exec("create-new", { reset: true }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md index c41487d..c852ba3 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/cut.md @@ -16,7 +16,7 @@ description: Вы можете узнать о событии cut в докум "cut": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md index 268f6f8..20f046d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/delete-link.md @@ -16,7 +16,7 @@ description: Вы можете узнать о событии delete-link в д "delete-link": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md index 3e15559..e372b2d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/export.md @@ -32,7 +32,7 @@ interface IExportOptions { - `download` - позволяет пользователю указать, нужно ли скачать файл после получения ответа от сервера. Если свойство установлено в `false`, файл не будет скачан, однако пользователь сможет получить данные в формате blob из объекта события (см. свойство `result` в определении события) - `fileName` - имя экспортируемого файла -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -56,4 +56,4 @@ editor.api.exec("export", { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md index c363a9b..3b8b637 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md @@ -27,7 +27,7 @@ description: Вы можете узнать о событии hide-suggest в д Калбэк события `hide-suggest` не принимает никаких параметров. -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий используйте [**методы Event Bus**](api/overview/event_bus_methods_overview.md). ::: @@ -48,4 +48,4 @@ editor.api.on("hide-suggest", () => { **Связанный пример:** [RichText. Упоминания, теги и асинхронный поиск](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) -**Связанные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) +**Полезные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md index 0745b8b..e055400 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/import.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии import в доку - `html` - текстовое значение в формате html -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md index 295f4c2..15c6d4a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/indent.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии indent в доку - `step` - шаг, на который был увеличен отступ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий вы можете использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md index 9eb281d..78235de 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-image.md @@ -33,7 +33,7 @@ interface IImageContext { Поле `value` содержит либо внешний URL (если настроен [`imageUploadUrl`](api/config/image-upload-url.md) и загрузка прошла успешно), либо base64 data URL (если `imageUploadUrl` не задан и изображение встраивается на стороне клиента). Обработчики, работающие с источником — например, для перезаписи URL или проверки хоста — должны учитывать оба формата. ::: -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md index 1102672..42e4115 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-line.md @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript "insert-line": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md index 08687e7..183b243 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-link.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии insert-link в д - `url` - вставляемый URL -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md index b3c28bc..7b9c8da 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -26,7 +26,7 @@ type TListType = "bulleted" | "numbered"; - `"bulleted"` - маркированный список - `"numbered"` - нумерованный список -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -44,4 +44,4 @@ editor.api.on("insert-list", (obj) => { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md index a45d268..e0e8f2a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/insert-token.md @@ -37,7 +37,7 @@ description: Вы можете узнать о событии insert-token в д - `showTrigger` — если `false`, RichText вставляет только `label`; в противном случае виджет также отображает символ триггера (по умолчанию) - `action` — пользовательское действие, определённое для соответствующего [триггера](api/config/triggers.md). Если задано, этот параметр имеет приоритет над вставкой токена: RichText удаляет введённый текст (символ триггера и запрос) и вызывает `action(data)` вместо вставки токена. Параметр `showTrigger` в этом случае не имеет эффекта -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий используйте [**методы Event Bus**](api/overview/event_bus_methods_overview.md). ::: @@ -54,8 +54,8 @@ editor.api.on("insert-token", ({ data, trigger, showTrigger }) => { }); ~~~ -**История изменений:** Событие добавлено в v2.1 +**Журнал изменений:** Событие добавлено в v2.1 **Связанный пример:** [RichText. Упоминания, теги и асинхронный поиск](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) -**Связанные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) +**Полезные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md index 6131556..51008f2 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/outdent.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии outdent в док - `step` - шаг, на который был уменьшен отступ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md index 8690d38..7904fdd 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/paste.md @@ -16,7 +16,7 @@ description: Вы можете узнать о событии paste в доку "paste": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md index 21f1a51..ab5e983 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/print.md @@ -16,7 +16,7 @@ description: В документации DHTMLX JavaScript RichText вы мож "print": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -33,4 +33,4 @@ editor.api.on("print", () => { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md index a2fb960..3204320 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/redo.md @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript "redo": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -33,4 +33,4 @@ editor.api.on("redo", () => { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md index 46720a3..adcd373 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/resize-image.md @@ -24,7 +24,7 @@ description: В документации библиотеки DHTMLX JavaScript - `width` - ширина изображения - `height` - высота изображения -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md index 9165d50..d31bd2d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-family.md @@ -22,7 +22,7 @@ description: В документации библиотеки DHTMLX JavaScript - `fontFamily` - семейство шрифтов для применения. Доступны следующие шрифты: `"Roboto" | "Arial" | "Georgia" | "Tahoma" | "Times New Roman" | "Verdana"` -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий используйте [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md index 07c3623..b7117e7 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-font-size.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии set-font-size в - `fontSize` - размер шрифта, который будет применён -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md index 23203fd..bd79514 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-line-height.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии set-line-height в - `lineHeight` - межстрочный интервал -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md index 17abdd4..8852446 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-color.md @@ -28,7 +28,7 @@ interface ITextColor { - `color` - цвет текста - `background` - цвет фона текста -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md index 1ef1ee1..1f5e294 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-format.md @@ -23,7 +23,7 @@ interface ITextFormat { } ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md index bd82402..fa3eb33 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/set-text-style.md @@ -24,7 +24,7 @@ type TBlockType = "p" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; - `tag` - стиль текста -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -46,4 +46,4 @@ editor.api.exec("set-text-style", { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md index 54002fa..6a892e4 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-popup.md @@ -28,7 +28,7 @@ interface IPopupConfig { - `type` - тип всплывающего окна - `image` - предоставляет доступ к дополнительному контексту (указывает ли курсор на изображение или нет) -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы шины событий**](api/overview/event_bus_methods_overview.md) ::: @@ -50,4 +50,4 @@ editor.api.exec("show-popup", { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md index 00227a9..b945482 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/show-suggest.md @@ -37,7 +37,7 @@ description: В документации библиотеки DHTMLX JavaScript - `items` - сформированный (и уже отфильтрованный) список элементов подсказок. Каждый элемент соответствует [форме элемента подсказки](api/config/triggers.md#suggestion-item-fields): необязательные поля `id`, `label` и `url`, а также любые пользовательские поля (например, `image` или `name`), используемые [`triggerTemplate`](api/config/trigger-template.md) - `pos` - объект `DOMRect`, описывающий положение курсора; используется для размещения выпадающего списка на экране -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий используйте [**методы Event Bus**](api/overview/event_bus_methods_overview.md). ::: @@ -61,4 +61,4 @@ editor.api.intercept("show-suggest", (state) => { **Связанный пример:** [RichText. Упоминания, теги и асинхронный поиск](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) -**Связанные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) +**Полезные статьи:** [Упоминания и теги](guides/mentions_and_tags.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md index 4e70489..4f46762 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/subscript.md @@ -16,7 +16,7 @@ description: Вы можете узнать о событии subscript в до "subscript": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -35,4 +35,4 @@ editor.api.on("subscript", () => { editor.api.exec("subscript", {}); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md index 1510274..43c8adf 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/superscript.md @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript "superscript": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md index 2a6510d..44a2e93 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-fullscreen-mode.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии toggle-fullscreen- - `mode` - включает полноэкранный режим -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -42,4 +42,4 @@ editor.api.on("toggle-fullscreen-mode", (obj) => { editor.api.exec("toggle-fullscreen-mode", { mode: true }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md index e9fb645..814c18a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-layout-mode.md @@ -22,7 +22,7 @@ description: В документации библиотеки DHTMLX JavaScript - `mode` - режим разметки. Доступны следующие режимы: `"classic" | "document"` -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -42,4 +42,4 @@ editor.api.on("toggle-layout-mode", (obj) => { editor.api.exec("toggle-layout-mode", { mode: "document" }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md index 2c954e1..efedf72 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-list.md @@ -35,7 +35,7 @@ type TListType = "bulleted" | "numbered"; - `"bulleted"` - маркированный (неупорядоченный) список - `"numbered"` - нумерованный (упорядоченный) список -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий используйте [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md index fffdfd2..f2e6a2f 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/toggle-shortcut-info.md @@ -22,7 +22,7 @@ description: Вы можете узнать о событии toggle-shortcut-in - `mode` - включает информацию о горячих клавишах; `true` — показать всплывающее окно с горячими клавишами, `false` — скрыть его -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -42,4 +42,4 @@ editor.api.on("toggle-shortcut-info", (obj) => { editor.api.exec("toggle-shortcut-info", { mode: true }); ~~~ -**Список изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md index 7e592bc..5cbfde1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/undo.md @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript "undo": () => boolean | void; ~~~ -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md index 37b3753..8852272 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/events/update-link.md @@ -23,7 +23,7 @@ description: Вы можете узнать о событии update-link в д - `id` - идентификатор ссылки - `url` - изменённый url -:::info[Информация] +:::info[К сведению] Для обработки внутренних событий можно использовать [**методы Event Bus**](api/overview/event_bus_methods_overview.md) ::: @@ -41,4 +41,4 @@ editor.api.on("update-link", (obj) => { }); ~~~ -**История изменений:** Событие добавлено в v2.0 +**Журнал изменений:** Событие добавлено в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md index 44d850e..a2fe370 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/detach.md @@ -22,7 +22,7 @@ api.detach( tag: string ): void; ### События {#events} -:::info[Информация] +:::info[К сведению] Полный список внутренних событий RichText можно найти [**здесь**](api/overview/events_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md index c297123..2d499f2 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/exec.md @@ -26,7 +26,7 @@ api.exec( ### События {#events} -:::info[Информация] +:::info[К сведению] Полный список внутренних событий RichText можно найти [**здесь**](api/overview/events_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md index af68419..cbb55de 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-reactive-state.md @@ -16,7 +16,7 @@ description: В документации библиотеки DHTMLX JavaScript api.getReactiveState(): object; ~~~ -### Возвращает {#returns} +### Возвращаемое значение {#returns} Метод возвращает объект со следующими параметрами: @@ -45,4 +45,4 @@ const reactive_state = editor.api.getReactiveState(); console.log(reactive_state) ~~~ -**История изменений:** Метод добавлен в v2.0 +**Журнал изменений:** Метод добавлен в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md index 1c1b891..94acecc 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/get-state.md @@ -16,7 +16,7 @@ description: Вы можете узнать о методе getState в доку api.getState(): object; ~~~ -### Возвращает {#returns} +### Возвращаемое значение {#returns} Метод возвращает объект со следующими параметрами: @@ -45,4 +45,4 @@ const state = editor.api.getState(); console.log(state); ~~~ -**История изменений:** Метод добавлен в v2.0 +**Журнал изменений:** Метод добавлен в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md index c81002f..a641fa6 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/intercept.md @@ -26,7 +26,7 @@ api.intercept( ### События {#events} -:::info[Информация] +:::info[К сведению] Полный список внутренних событий RichText можно найти [**здесь**](api/overview/events_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md index 7f46d89..cec3fc1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/on.md @@ -26,7 +26,7 @@ api.on( ### События {#events} -:::info[Информация] +:::info[К сведению] Полный список внутренних событий RichText можно найти [**здесь**](api/overview/events_overview.md) ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md index c508a59..a6b3a4a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/internal/set-next.md @@ -37,4 +37,4 @@ fetch(server + "/data").then((res) => res.json()).then((data) => { }); ~~~ -**История изменений:** Метод добавлен в v2.0 +**Журнал изменений:** Метод добавлен в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md index 2ffc67f..7bcefc8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-config.md @@ -37,4 +37,4 @@ editor.setConfig({ }); ~~~ -**История изменений:** Метод добавлен в v2.0 +**Журнал изменений:** Метод добавлен в v2.0 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md index 2300125..9e210cd 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-locale.md @@ -21,7 +21,7 @@ setLocale(null | locale?: object): void; - `null` - (опционально) сбрасывает локаль до стандартной (*английской*) - `locale` - (опционально) объект с данными новой применяемой локали -:::info[Информация] +:::info[К сведению] Используйте метод `setLocale()` для применения новой локали к RichText. Чтобы сбросить RichText до стандартной локали, вызовите метод `setLocale()` без аргументов (или со значением *null*). ::: @@ -38,4 +38,4 @@ editor.setLocale(de); **Журнал изменений:** Метод добавлен в v2.0 -**Связанные статьи:** [Локализация](guides/localization.md) +**Полезные статьи:** [Локализация](guides/localization.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md index 25f28c5..1aaaad2 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/api/methods/set-value.md @@ -42,6 +42,6 @@ const fromTextEncoder = richtext.text.fromText; editor.setValue(editor_value, fromTextEncoder); ~~~ -**История изменений:** Метод был обновлён в v2.0. Параметр `mode` удалён. Добавлен параметр `encoder` +**Журнал изменений:** Метод был обновлён в v2.0. Параметр `mode` удалён. Добавлен параметр `encoder` **Связанный пример:** [RichText. Работа с различными форматами (Markdown, HTML, text)](https://snippet.dhtmlx.com/cne4kujn?tag=richtext) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md index 6f2dc12..e2148e5 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md @@ -6,7 +6,7 @@ description: Вы можете узнать об интеграции с Angular # Интеграция с Angular {#integration-with-angular} -:::tip[Совет] +:::tip[Подсказка] Убедитесь, что вы знакомы с основными концепциями и паттернами Angular. Для повторения см. [документацию Angular](https://v17.angular.io/docs). ::: @@ -14,7 +14,7 @@ DHTMLX RichText работает с Angular. Полный пример кода ## Создание проекта {#create-a-project} -:::info[Информация] +:::info[К сведению] Перед созданием нового проекта установите [Angular CLI](https://v17.angular.io/cli) и [Node.js](https://nodejs.org/en/). ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md index 650f142..1350db1 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_react.md @@ -6,7 +6,7 @@ description: Узнайте об интеграции с React в докумен # Интеграция с React {#integration-with-react} -:::tip[Совет] +:::tip[Подсказка] Убедитесь, что вы знакомы с базовыми концепциями и паттернами [React](https://react.dev). Для повторения см. [документацию React](https://react.dev/learn). ::: @@ -14,7 +14,7 @@ DHTMLX RichText работает с React. Полный пример кода с ## Создание проекта {#create-a-project} -:::info[Информация] +:::info[К сведению] Перед созданием нового проекта установите [Node.js](https://nodejs.org/en/) и (опционально) [Vite](https://vite.dev/). ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md index 2a2160f..53ef6b4 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_svelte.md @@ -6,7 +6,7 @@ description: Вы можете узнать об интеграции со Svelt # Интеграция со Svelte {#integration-with-svelte} -:::tip[Совет] +:::tip[Подсказка] Убедитесь, что вы знакомы с основными концепциями и паттернами [Svelte](https://svelte.dev/). Для повторения материала обратитесь к [документации Svelte](https://svelte.dev/docs). ::: @@ -14,7 +14,7 @@ DHTMLX RichText работает со Svelte. Полный пример кода ## Создание проекта {#create-a-project} -:::info[Информация] +:::info[К сведению] Перед созданием нового проекта установите [Node.js](https://nodejs.org/en/) и (опционально) [Vite](https://vite.dev/). ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md index 24937e5..e234482 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/integration_with_vue.md @@ -6,7 +6,7 @@ description: Вы можете узнать об интеграции с Vue в # Интеграция с Vue {#integration-with-vue} -:::tip[Совет] +:::tip[Подсказка] Убедитесь, что вы знакомы с основными концепциями и паттернами [Vue](https://vuejs.org/). Для освежения знаний обратитесь к [документации Vue 3](https://vuejs.org/guide/introduction.html#getting-started). ::: @@ -14,7 +14,7 @@ DHTMLX RichText работает с Vue. Полный пример кода до ## Создание проекта {#create-a-project} -:::info[Информация] +:::info[К сведению] Перед созданием нового проекта установите [Node.js](https://nodejs.org/en/). ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md index ed8ca76..3a28856 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/localization.md @@ -157,7 +157,7 @@ const en = { }; ~~~ -:::info[Информация] +:::info[К сведению] RichText также поставляется со встроенными немецкой (`de`) и китайской (`cn`) локалями. Получить доступ к любой встроенной локали можно через пространство имён `richtext.locales`: `richtext.locales.en`, `richtext.locales.de`, `richtext.locales.cn`. ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/stylization.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/stylization.md index 28eb694..27f0f95 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/stylization.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/stylization.md @@ -80,7 +80,7 @@ RichText использует следующие основные классы * Используйте `color-scheme: dark` для улучшения стилизации нативных элементов ввода в тёмном режиме * Избегайте изменения свойств, связанных с макетом (таких как `display`, `position`), без веской причины -:::tip[Совет] +:::tip[Подсказка] Для настройки типографики по тегам (семейство шрифтов, размер шрифта, цвет, фон для `h1`, `p`, `blockquote` и других блочных тегов) используйте свойство конфигурации [`defaultStyles`](api/config/default-styles.md) с соответствующими CSS-правилами. Полный шаблон смотрите в [руководстве по конфигурации](guides/configuration.md#configure-default-styles). ::: @@ -90,4 +90,4 @@ RichText использует следующие основные классы -**Связанные статьи:** [Конфигурация](guides/configuration.md) +**Полезные статьи:** [Конфигурация](guides/configuration.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md index 609de24..3fdf90f 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/working_with_server.md @@ -115,7 +115,7 @@ new richtext.Richtext("#root", { Демо-сервер изменяет размер больших изображений, сохраняет их на диск и возвращает URL, которые сам же и раздаёт. Он предназначен только для ознакомления и демонстраций. Не используйте его в продакшн-редакторах. -**Связанные статьи:** +**Полезные статьи:** - [Конфигурация](guides/configuration.md) - [`imageUploadUrl`](api/config/image-upload-url.md) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md b/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md index b2e3fb5..7723fff 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/how_to_start.md @@ -43,13 +43,13 @@ description: Узнайте, как начать работу с DHTMLX RichText #### Установка ознакомительной версии RichText через npm или yarn {#installing-trial-richtext-via-npm-or-yarn} -:::info[Информация] +:::info[К сведению] Если вы хотите использовать ознакомительную версию RichText, загрузите [**пакет ознакомительной версии RichText**](https://dhtmlx.com/docs/products/dhtmlxRichtext/download.shtml) и следуйте инструкциям в файле *README*. Обратите внимание, что ознакомительная версия RichText доступна только 30 дней. ::: #### Установка PRO-версии RichText через npm или yarn {#installing-pro-richtext-via-npm-or-yarn} -:::info[Информация] +:::info[К сведению] Вы можете получить доступ к приватному **npm** DHTMLX напрямую в [Личном кабинете](https://dhtmlx.com/clients/), сгенерировав логин и пароль для **npm**. Подробное руководство по установке также доступно там. Обратите внимание, что доступ к приватному **npm** предоставляется только при наличии действующей лицензии на RichText. ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/index.md b/i18n/ru/docusaurus-plugin-content-docs/current/index.md index 79d9e56..df2f090 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/index.md @@ -165,7 +165,7 @@ const md = editor.getValue(richtext.markdown.toMarkdown); | Вставить ссылку | `Ctrl+K` | `⌘K` | | Печать | `Ctrl+P` | `⌘P` | -:::info[Информация] +:::info[К сведению] В будущих обновлениях могут быть добавлены дополнительные сочетания клавиш. ::: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md index 2992b8b..d4a41c6 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -8,7 +8,7 @@ description: Ознакомьтесь с новыми возможностями Выпущена 22 июня 2026 года -### Новые возможности {#new-functionality} +### Новый функционал {#new-functionality} - [`imageUploadUrl`](api/config/image-upload-url.md) является необязательным: если параметр не указан, изображения вставляются встроенно в виде base64 data URL без необходимости в сервере - Вставка изображений перетаскиванием: переносите файл изображения прямо в область редактора @@ -46,7 +46,7 @@ description: Ознакомьтесь с новыми возможностями Выпущена 28 мая 2026 года -### Новые возможности {#new-functionality-206} +### Новый функционал {#new-functionality-206} - Контекстные кнопки панели инструментов OL/UL, которые переключают или преобразуют списки в зависимости от выделения - Изменение уровня вложенности списка с помощью кнопок **Увеличить отступ** и **Уменьшить отступ** @@ -139,7 +139,7 @@ description: Ознакомьтесь с новыми возможностями API версии v1.2 несовместим с v2.0. Дополнительную информацию смотрите в [**руководстве по миграции**](news/migration.md). ::: -### Новые возможности {#new-functionality-20} +### Новый функционал {#new-functionality-20} - **Рендеринг текста нового поколения** Более плавный, быстрый и точный рендеринг текста на основе нового движка diff --git a/i18n/zh/code.json b/i18n/zh/code.json index 9b5b3b4..2a04433 100644 --- a/i18n/zh/code.json +++ b/i18n/zh/code.json @@ -139,7 +139,7 @@ "description": "The label alongside a tag list" }, "theme.admonition.caution": { - "message": "谨慎", + "message": "注意", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.admonition.danger": { @@ -151,7 +151,7 @@ "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "注意", + "message": "备注", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md index c1b81fc..b8454f3 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/image-upload-url.md @@ -14,11 +14,11 @@ description: 您可以在 DHTMLX JavaScript RichText 库的文档中了解 image 当该属性被省略或设置为假值(`""`、`null`、`undefined`)时,RichText 切换到**内联模式**:图片文件在客户端读取,并以 base64 数据 URL 的形式直接嵌入到内容中——无需服务器。大于 1024×800 的内联图片将按比例缩小以适应此限制。 -:::note[注意] +:::note[备注] 内联(base64)图片无法通过内置的 DOCX / PDF [导出](api/events/export.md)功能保留。如果您依赖导出功能,请提供 `imageUploadUrl`,使图片引用外部地址。 ::: -:::caution[谨慎] +:::caution[注意] Base64 编码会使编码后的数据量相比原始文件增加约三分之一。包含多张大型内联图片的文档体积会相应增长,这将影响 [`getValue()`](api/methods/get-value.md) 返回值的大小、编辑器的内存占用,以及持久化或传输内容的开销。对于包含大量或大尺寸图片的文档,建议使用服务器端 `imageUploadUrl`。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/layout-mode.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/layout-mode.md index 04d53f7..2f03c34 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/layout-mode.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/layout-mode.md @@ -34,7 +34,7 @@ new richtext.Richtext("#root", { }); ~~~ -**变更日志:** 该属性在 v2.0 中新增,用于替代已移除的 `mode` 属性 +**更新日志:** 该属性在 v2.0 中新增,用于替代已移除的 `mode` 属性 **相关文章:** [配置](guides/configuration.md) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/locale.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/locale.md index 58bc2b9..c5ec6d3 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/locale.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/locale.md @@ -40,7 +40,7 @@ const editor = new richtext.RichText("#root", { }); ~~~ -**变更日志:** 该属性在 v2.0 版本中新增 +**更新日志:** 该属性在 v2.0 版本中新增 **相关文章:** [本地化](guides/localization.md) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/toolbar.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/toolbar.md index 7866b90..d5a0221 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/toolbar.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/toolbar.md @@ -212,7 +212,7 @@ new richtext.Richtext("#root", { }); ~~~ -**变更日志:** 该属性在 v2.0 中新增 +**更新日志:** 该属性在 v2.0 中新增 **相关文章:** [配置](guides/configuration.md) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/triggers.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/triggers.md index 84ee30c..08420f0 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/config/triggers.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/config/triggers.md @@ -236,7 +236,7 @@ new richtext.Richtext("#root", { }); ~~~ -**变更日志:** 该属性在 v2.1 中添加 +**更新日志:** 该属性在 v2.1 中添加 **相关示例:** diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/align.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/align.md index b5d6069..44a46dd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/align.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/align.md @@ -45,4 +45,4 @@ editor.api.exec("align", { }); ~~~ -**变更日志:** 该事件在 v2.0 中添加 +**更新日志:** 该事件在 v2.0 中添加 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md index 2c59b63..986562b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/clear-text-format.md @@ -35,4 +35,4 @@ editor.api.on("clear-text-format", () => { editor.api.exec("clear-text-format", {}); ~~~ -**变更日志:** 该事件在 v2.0 中添加 +**更新日志:** 该事件在 v2.0 中添加 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/create-new.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/create-new.md index 2ace0e3..0464c69 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/create-new.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/create-new.md @@ -41,4 +41,4 @@ editor.api.on("create-new", ({ reset }) => { editor.api.exec("create-new", { reset: true }); ~~~ -**变更日志:** 该事件已在 v2.0 中新增 +**更新日志:** 该事件已在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/delete-link.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/delete-link.md index f7ba049..3482759 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/delete-link.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/delete-link.md @@ -33,4 +33,4 @@ editor.api.on("delete-link", () => { }); ~~~ -**变更日志:** 该事件于 v2.0 版本中新增 +**更新日志:** 该事件于 v2.0 版本中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/export.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/export.md index f514543..6a53e51 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/export.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/export.md @@ -56,4 +56,4 @@ editor.api.exec("export", { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md index 18082ab..94119cf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/hide-suggest.md @@ -44,7 +44,7 @@ editor.api.on("hide-suggest", () => { }); ~~~ -**变更日志:** 该事件已在 v2.1 中新增 +**更新日志:** 该事件已在 v2.1 中新增 **相关示例:** [RichText. 提及、标签与异步查询](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/import.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/import.md index 60b9526..9dd42f1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/import.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/import.md @@ -44,4 +44,4 @@ editor.api.exec("import", { }); ~~~ -**变更日志:** 该事件在 v2.0 中添加 +**更新日志:** 该事件在 v2.0 中添加 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-image.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-image.md index 17682f1..5ae039a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-image.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-image.md @@ -29,7 +29,7 @@ interface IImageContext { } ~~~ -:::note[注意] +:::note[备注] `value` 字段保存的是外部 URL(当配置了 [`imageUploadUrl`](api/config/image-upload-url.md) 且上传成功时)或 base64 数据 URL(当省略 `imageUploadUrl` 且图片在客户端内联时)。处理图片来源的 handler(例如,用于重写 URL 或验证主机)必须同时兼容这两种格式。 ::: @@ -51,4 +51,4 @@ editor.api.on("insert-image", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-line.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-line.md index 4362d13..8e1697f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-line.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-line.md @@ -33,4 +33,4 @@ editor.api.on("insert-line", () => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-link.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-link.md index 786705b..acfccc5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-link.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-link.md @@ -40,4 +40,4 @@ editor.api.on("insert-link", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md index b1b1f4b..0dbff8b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-list.md @@ -44,4 +44,4 @@ editor.api.on("insert-list", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-token.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-token.md index 615def2..6f82074 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-token.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/insert-token.md @@ -54,7 +54,7 @@ editor.api.on("insert-token", ({ data, trigger, showTrigger }) => { }); ~~~ -**变更日志:** 该事件在 v2.1 中添加 +**更新日志:** 该事件在 v2.1 中添加 **相关示例:** [RichText. 提及、标签与异步查询](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/outdent.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/outdent.md index 6ef1624..0b76b9f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/outdent.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/outdent.md @@ -40,4 +40,4 @@ editor.api.on("outdent", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/redo.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/redo.md index 7dde00f..fa2feca 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/redo.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/redo.md @@ -33,4 +33,4 @@ editor.api.on("redo", () => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/resize-image.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/resize-image.md index 052ec7a..af54092 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/resize-image.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/resize-image.md @@ -42,4 +42,4 @@ editor.api.on("resize-image", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-font-family.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-font-family.md index 722ab70..1f98bb5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-font-family.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-font-family.md @@ -44,4 +44,4 @@ editor.api.exec("set-font-family", { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-line-height.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-line-height.md index 3392e46..857d657 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-line-height.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-line-height.md @@ -44,4 +44,4 @@ editor.api.exec("set-line-height", { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-color.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-color.md index a2eeff8..032cfbe 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-color.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-color.md @@ -51,4 +51,4 @@ editor.api.exec("set-text-color", { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-format.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-format.md index ef14b4a..60164d5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-format.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-format.md @@ -55,4 +55,4 @@ editor.api.exec("set-text-format", { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-style.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-style.md index 6ca2bba..a17699a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-style.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/set-text-style.md @@ -46,4 +46,4 @@ editor.api.exec("set-text-style", { }); ~~~ -**变更日志:** 该事件在 v2.0 中添加 +**更新日志:** 该事件在 v2.0 中添加 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/show-suggest.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/show-suggest.md index 1885a75..06fc27c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/show-suggest.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/show-suggest.md @@ -57,7 +57,7 @@ editor.api.intercept("show-suggest", (state) => { }); ~~~ -**变更日志:** 该事件在 v2.1 中新增 +**更新日志:** 该事件在 v2.1 中新增 **相关示例:** [RichText. 提及、标签与异步查询](https://snippet.dhtmlx.com/nfvvfize?tag=richtext) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/superscript.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/superscript.md index c22d04f..baa7e51 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/superscript.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/superscript.md @@ -35,4 +35,4 @@ editor.api.on("superscript", () => { editor.api.exec("superscript", {}); ~~~ -**变更日志:** 该事件于 v2.0 版本中添加 +**更新日志:** 该事件于 v2.0 版本中添加 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-list.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-list.md index 0e33660..2fb750f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-list.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/toggle-list.md @@ -53,4 +53,4 @@ editor.api.on("toggle-list", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0.6 中新增 +**更新日志:** 该事件在 v2.0.6 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/update-link.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/update-link.md index 90d4f9e..1b54d2e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/events/update-link.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/events/update-link.md @@ -41,4 +41,4 @@ editor.api.on("update-link", (obj) => { }); ~~~ -**变更日志:** 该事件在 v2.0 中新增 +**更新日志:** 该事件在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/exec.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/exec.md index c315f51..b711e87 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/exec.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/exec.md @@ -43,4 +43,4 @@ editor.api.exec("set-font-size", { }); ~~~ -**变更日志:** 该方法在 v2.0 中新增 +**更新日志:** 该方法在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/intercept.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/intercept.md index 725ecef..662af27 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/intercept.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/intercept.md @@ -45,4 +45,4 @@ editor.api.intercept("set-font-size", (obj) => { }); ~~~ -**变更日志:** 该方法在 v2.0 中新增 +**更新日志:** 该方法在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/set-next.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/set-next.md index 20daa7f..f4f3d59 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/set-next.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/internal/set-next.md @@ -37,4 +37,4 @@ fetch(server + "/data").then((res) => res.json()).then((data) => { }); ~~~ -**变更日志:** 该方法在 v2.0 中新增 +**更新日志:** 该方法在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/get-value.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/get-value.md index a014501..9fefc53 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/get-value.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/get-value.md @@ -41,4 +41,4 @@ const editor_value = editor.getValue(toTextEncoder); console.log(editor_value); ~~~ -**变更日志:** 该方法在 v2.0 中进行了更新。`mode` 参数已被移除,新增了 `encoder` 参数 +**更新日志:** 该方法在 v2.0 中进行了更新。`mode` 参数已被移除,新增了 `encoder` 参数 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/insert-value.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/insert-value.md index c393bb4..f00abbf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/insert-value.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/insert-value.md @@ -42,7 +42,7 @@ editor.insertValue("link") 插入的内容作为单条历史记录添加,可通过一次**撤销**操作还原。 -**变更日志:** 该方法于 v2.1 版本中新增 +**更新日志:** 该方法于 v2.1 版本中新增 **相关示例:** diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-config.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-config.md index ff669f9..14fa01d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-config.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-config.md @@ -20,7 +20,7 @@ setConfig(config: { [key:any]: any }): void; - `config` - (必填)RichText 配置参数对象。完整属性列表请参见[此处](api/overview/properties_overview.md) -:::note[注意] +:::note[备注] `setConfig()` 方法会保留所有之前设置的、未在本次 `setConfig()` 调用中显式提供的参数。 ::: @@ -37,4 +37,4 @@ editor.setConfig({ }); ~~~ -**变更日志:** 该方法在 v2.0 中新增 +**更新日志:** 该方法在 v2.0 中新增 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-locale.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-locale.md index a491aba..d244e00 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-locale.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-locale.md @@ -36,6 +36,6 @@ const editor = new richtext.Richtext("#root", { editor.setLocale(de); ~~~ -**变更日志:** 该方法在 v2.0 中新增 +**更新日志:** 该方法在 v2.0 中新增 **相关文章:** [本地化](guides/localization.md) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-value.md b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-value.md index 09233c9..d5f797b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-value.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/api/methods/set-value.md @@ -42,6 +42,6 @@ const fromTextEncoder = richtext.text.fromText; editor.setValue(editor_value, fromTextEncoder); ~~~ -**变更日志:** 该方法在 v2.0 中进行了更新。`mode` 参数已被移除,新增了 `encoder` 参数 +**更新日志:** 该方法在 v2.0 中进行了更新。`mode` 参数已被移除,新增了 `encoder` 参数 **相关示例:** [RichText. 使用不同格式(Markdown、HTML、text)](https://snippet.dhtmlx.com/cne4kujn?tag=richtext) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guides/configuration.md b/i18n/zh/docusaurus-plugin-content-docs/current/guides/configuration.md index 3a6a41d..0e2f3b5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guides/configuration.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guides/configuration.md @@ -273,7 +273,7 @@ new richtext.Richtext("#root", { 大于 1024×800 的内联图片将以缩小尺寸显示(`width`/`height` 属性会被限制在此范围内),但嵌入的字节数据仍为原始全分辨率文件——客户端不会对其进行降采样或重新编码。 -:::note[注意] +:::note[备注] 内联(base64)图片不会被内置的 DOCX / PDF [导出](api/events/export.md) 功能保留。如果您依赖导出功能,请提供 `imageUploadUrl`,以便图片引用外部位置。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guides/initialization.md b/i18n/zh/docusaurus-plugin-content-docs/current/guides/initialization.md index 1642bd4..69d4987 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guides/initialization.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guides/initialization.md @@ -55,7 +55,7 @@ const editor = new richtext.Richtext("#root", { 将配置选项作为配置对象的键添加。 -:::note[注意] +:::note[备注] 有关完整的配置属性列表,请参阅[属性概览](api/overview/properties_overview.md)。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md b/i18n/zh/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md index 8844be4..1929b13 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guides/integration_with_angular.md @@ -24,7 +24,7 @@ DHTMLX RichText 可与 Angular 配合使用。完整的代码示例请参见 [Gi ng new my-angular-richtext-app ~~~ -:::note[注意] +:::note[备注] 在项目创建过程中,当 Angular CLI 提示时,请禁用服务端渲染(SSR)和静态站点生成(SSG/Prerendering)。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md b/i18n/zh/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md index 6af6bf8..24e8224 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guides/mentions_and_tags.md @@ -149,7 +149,7 @@ new richtext.Richtext("#root", { 默认情况下,选择条目会将其作为 token 插入文档。若要改为执行自己的代码,可在触发器中添加 `action` callback。RichText 会删除已输入的触发文本并以所选条目调用 `action(item)`——不插入 token,由你决定添加什么内容。 -:::note[注意] +:::note[备注] `action` 优先于 `showTrigger`。设置 `action` 后,`showTrigger` 将被忽略。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guides/stylization.md b/i18n/zh/docusaurus-plugin-content-docs/current/guides/stylization.md index 47f6cfe..f17fd45 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guides/stylization.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guides/stylization.md @@ -55,7 +55,7 @@ RichText 使用以下核心类来构建 UI 结构: ``` -:::note[注意] +:::note[备注] 这些样式应用了深色背景,调整了按钮和图标颜色,并提升了深色 UI 主题下的可读性。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guides/typescript_support.md b/i18n/zh/docusaurus-plugin-content-docs/current/guides/typescript_support.md index 4eea3e9..a5a4910 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guides/typescript_support.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guides/typescript_support.md @@ -8,7 +8,7 @@ description: 您可以在文档中了解如何将 TypeScript 与 DHTMLX JavaScri 从 v2.0 起,DHTMLX RichText 内置了 TypeScript 类型定义,无需额外配置。 -:::note[注意] +:::note[备注] 在 Snippet Tool 中体验编辑器。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/index.md b/i18n/zh/docusaurus-plugin-content-docs/current/index.md index 5e3633f..86f65f0 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/index.md @@ -102,7 +102,7 @@ editor.setValue("# Title\n\nParagraph", richtext.markdown.fromMarkdown); const md = editor.getValue(richtext.markdown.toMarkdown); ~~~ -:::note[注意] +:::note[备注] Markdown 支持涵盖有限的语法子集——包括标题、段落、换行、强调、块引用、列表和链接等常见块级和内联元素。在序列化时,没有对应 Markdown 语法的格式(字体系列、字体大小、颜色、对齐方式、行高)将被丢弃。 不支持嵌套内联结构,唯一的例外是 **斜体中的加粗**。加粗内嵌链接、列表项中的斜体或多级(嵌套)列表等组合将无法正确渲染。 @@ -122,7 +122,7 @@ RichText 编辑器通过标准系统快捷键支持剪贴板操作(Windows/Lin - 在两个 RichText 实例之间粘贴(在同一文档或不同页面中)将使用 HTML 表示形式并保留原始格式。 - 从任何外部来源粘贴——包括浏览器、文字处理器和其他编辑器——将作为纯文本处理。插入的内容将以不带外部格式的文本形式添加。 -:::note[注意] +:::note[备注] 工具栏的 **粘贴** 按钮使用异步 Clipboard API,该 API 仅公开纯文本。若要粘贴从另一个 RichText 复制的内容并保留其格式,请使用 `Ctrl+V` / `⌘+V` 快捷键,该快捷键可直接从浏览器的剪贴板事件中接收完整的 HTML 内容。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/news/migration.md b/i18n/zh/docusaurus-plugin-content-docs/current/news/migration.md index 22eadc4..d55aea1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/news/migration.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/news/migration.md @@ -71,7 +71,7 @@ defaultStyles: { } ``` -:::note[注意] +:::note[备注] 使用 `*` 为所有块定义基础默认值,然后为特定元素(p、h1、blockquote 等)进行覆盖。 ::: @@ -131,7 +131,7 @@ editor.setValue("

Hello

", fromHTMLEncoder); editor.getValue(toTextEncoder); ``` -:::note[注意] +:::note[备注] 您仍然可以不带编码器调用 `getValue()` 和 `setValue()`——默认使用 HTML 格式 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md index a68d129..a641360 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -135,7 +135,7 @@ description: 您可以在 DHTMLX JavaScript UI 库文档中了解 DHTMLX RichTex 发布于 2025 年 7 月 30 日 -:::note[注意] +:::note[备注] v1.2 的 API 与 v2.0 不兼容。请参阅[**迁移指南**](news/migration.md)获取更多信息。 ::: From ab70b837d6c5edb73c9e4263c3c01c9668f3e49b Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Wed, 22 Jul 2026 14:52:41 +0300 Subject: [PATCH 3/4] [add] Version 2.1.1 release notes - document v2.1.1 fixes (z-index handling, HTML list parsing and export, paragraph wrappers, image dimensions) in news/whats_new.md - English source only; locale translations to follow --- docs/news/whats_new.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news/whats_new.md b/docs/news/whats_new.md index 4252816..ad3b9e7 100644 --- a/docs/news/whats_new.md +++ b/docs/news/whats_new.md @@ -4,6 +4,19 @@ title: What's new description: You can explore what's new in DHTMLX RichText and its release history in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX RichText. --- +## Version 2.1.1 + +Released on July 21, 2026 + +### Fixes + +- Toolbar tooltips, dropdowns, and fullscreen mode may appear behind other elements due to incorrect z-index handling +- Incorrect parsing of nested, mixed-content, and empty lists from HTML +- Invalid HTML list structure when exporting or copying nested lists +- List indentation and styles are not correctly preserved when parsing and generating HTML +- Missing paragraph wrappers when parsing inline content and generic block elements from HTML +- Image dimensions defined through HTML `width` and `height` attributes are ignored + ## Version 2.1 Released on June 22, 2026 From dbf7518a532740a5ced6d7c5a0f1639db818ca07 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Wed, 22 Jul 2026 15:43:00 +0300 Subject: [PATCH 4/4] [add] translate v2.1.1 release notes to locales - add translated Version 2.1.1 fixes block to ru/de/ko/zh news/whats_new.md (heading, localized date, Fixes, 6 bullets) - new block anchored {#version-211} / {#fixes-211}, no anchor clashes - advance i18n .sync markers to HEAD (ab70b83) --- .../de/docusaurus-plugin-content-docs/current/.sync | 2 +- .../current/news/whats_new.md | 13 +++++++++++++ .../ko/docusaurus-plugin-content-docs/current/.sync | 2 +- .../current/news/whats_new.md | 13 +++++++++++++ .../ru/docusaurus-plugin-content-docs/current/.sync | 2 +- .../current/news/whats_new.md | 13 +++++++++++++ .../zh/docusaurus-plugin-content-docs/current/.sync | 2 +- .../current/news/whats_new.md | 13 +++++++++++++ 8 files changed, 56 insertions(+), 4 deletions(-) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/.sync b/i18n/de/docusaurus-plugin-content-docs/current/.sync index ae89b0d..38e32f2 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/.sync +++ b/i18n/de/docusaurus-plugin-content-docs/current/.sync @@ -1 +1 @@ -8c89a96ada89b69f200dac7f3e5b216cc76aa8db +ab70b837d6c5edb73c9e4263c3c01c9668f3e49b diff --git a/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md index f94aa3c..b43c9b2 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -4,6 +4,19 @@ title: Was ist neu description: Entdecken Sie die Neuigkeiten in DHTMLX RichText und die Versionshistorie in der Dokumentation der DHTMLX JavaScript-UI-Bibliothek. Lesen Sie Entwickleranleitungen und API-Referenzen, probieren Sie Code-Beispiele und Live-Demos aus und laden Sie eine kostenlose 30-Tage-Evaluierungsversion von DHTMLX RichText herunter. --- +## Version 2.1.1 {#version-211} + +Veröffentlicht am 21. Juli 2026 + +### Fehlerbehebungen {#fixes-211} + +- Tooltips, Dropdowns und der Vollbildmodus der Symbolleiste werden aufgrund einer fehlerhaften z-index-Verarbeitung möglicherweise hinter anderen Elementen angezeigt +- Fehlerhaftes Parsing von verschachtelten Listen, Listen mit gemischtem Inhalt und leeren Listen aus HTML +- Ungültige HTML-Listenstruktur beim Exportieren oder Kopieren verschachtelter Listen +- Listeneinrückungen und -stile werden beim Parsing und Generieren von HTML nicht korrekt beibehalten +- Fehlende Absatz-Wrapper beim Parsing von Inline-Inhalten und generischen Blockelementen aus HTML +- Über die HTML-Attribute `width` und `height` festgelegte Bildabmessungen werden ignoriert + ## Version 2.1 {#version-21} Veröffentlicht am 22. Juni 2026 diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/.sync b/i18n/ko/docusaurus-plugin-content-docs/current/.sync index ae89b0d..38e32f2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/.sync +++ b/i18n/ko/docusaurus-plugin-content-docs/current/.sync @@ -1 +1 @@ -8c89a96ada89b69f200dac7f3e5b216cc76aa8db +ab70b837d6c5edb73c9e4263c3c01c9668f3e49b diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md index 79d7165..2ace06b 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -4,6 +4,19 @@ title: 새로운 기능 description: DHTMLX RichText의 새로운 기능과 릴리스 히스토리를 DHTMLX JavaScript UI 라이브러리 문서에서 확인할 수 있습니다. 개발자 가이드와 API 레퍼런스를 살펴보고, 코드 예제와 라이브 데모를 체험하며, DHTMLX RichText 30일 무료 평가판을 다운로드하세요. --- +## 버전 2.1.1 {#version-211} + +2026년 7월 21일 출시 + +### 수정 사항 {#fixes-211} + +- 잘못된 z-index 처리로 인해 툴바 툴팁, 드롭다운, 전체 화면 모드가 다른 요소 뒤에 표시되는 문제 +- HTML에서 중첩된 목록, 혼합 콘텐츠 목록, 빈 목록을 잘못 파싱하는 문제 +- 중첩된 목록을 내보내거나 복사할 때 잘못된 HTML 목록 구조가 생성되는 문제 +- HTML을 파싱하고 생성할 때 목록 들여쓰기와 스타일이 올바르게 유지되지 않는 문제 +- HTML에서 인라인 콘텐츠 및 일반 블록 요소를 파싱할 때 단락 래퍼가 누락되는 문제 +- HTML `width` 및 `height` 속성으로 정의된 이미지 크기가 무시되는 문제 + ## 버전 2.1 {#version-21} 2026년 6월 22일 출시 diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/.sync b/i18n/ru/docusaurus-plugin-content-docs/current/.sync index ae89b0d..38e32f2 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/.sync +++ b/i18n/ru/docusaurus-plugin-content-docs/current/.sync @@ -1 +1 @@ -8c89a96ada89b69f200dac7f3e5b216cc76aa8db +ab70b837d6c5edb73c9e4263c3c01c9668f3e49b diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md index d4a41c6..26c8373 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -4,6 +4,19 @@ title: Что нового description: Ознакомьтесь с новыми возможностями DHTMLX RichText и историей выпусков в документации библиотеки DHTMLX JavaScript UI. Изучайте руководства для разработчиков и справочник API, пробуйте примеры кода и живые демо, а также загрузите бесплатную 30-дневную ознакомительную версию DHTMLX RichText. --- +## Версия 2.1.1 {#version-211} + +Выпущена 21 июля 2026 года + +### Исправления {#fixes-211} + +- Всплывающие подсказки панели инструментов, выпадающие списки и полноэкранный режим могут отображаться позади других элементов из-за некорректной обработки z-index +- Некорректный разбор вложенных, смешанных по содержимому и пустых списков из HTML +- Некорректная HTML-структура списка при экспорте или копировании вложенных списков +- Отступы и стили списков сохраняются некорректно при разборе и генерации HTML +- Отсутствуют обёртки-абзацы при разборе встроенного содержимого и обобщённых блочных элементов из HTML +- Размеры изображений, заданные через HTML-атрибуты `width` и `height`, игнорируются + ## Версия 2.1 {#version-21} Выпущена 22 июня 2026 года diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/.sync b/i18n/zh/docusaurus-plugin-content-docs/current/.sync index ae89b0d..38e32f2 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/.sync +++ b/i18n/zh/docusaurus-plugin-content-docs/current/.sync @@ -1 +1 @@ -8c89a96ada89b69f200dac7f3e5b216cc76aa8db +ab70b837d6c5edb73c9e4263c3c01c9668f3e49b diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md b/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md index a641360..3932e2f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/news/whats_new.md @@ -4,6 +4,19 @@ title: 最新动态 description: 您可以在 DHTMLX JavaScript UI 库文档中了解 DHTMLX RichText 的最新功能及版本历史。浏览开发者指南和 API 参考,试用代码示例和在线演示,并下载 DHTMLX RichText 的 30 天免费评估版本。 --- +## 版本 2.1.1 {#version-211} + +发布于 2026 年 7 月 21 日 + +### 修复 {#fixes-211} + +- 由于 z-index 处理不正确,工具栏提示、下拉框和全屏模式可能显示在其他元素下方 +- 从 HTML 解析嵌套列表、含混合内容的列表以及空列表时结果不正确 +- 导出或复制嵌套列表时生成的 HTML 列表结构无效 +- 解析和生成 HTML 时,列表的缩进和样式未能正确保留 +- 从 HTML 解析内联内容和通用块级元素时,缺少段落包装元素 +- 通过 HTML `width` 和 `height` 属性定义的图片尺寸被忽略 + ## 版本 2.1 {#version-21} 发布于 2026 年 6 月 22 日