Files
huly-platform/plugins/text-editor-assets/lang/ru.json
T
2d26c74874 feat(text-editor): add highlight, subscript, superscript and mathematics toolbar actions (#10627)
* feat(text-editor): add highlight action

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add subscript and superscript actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add mathematics inline and block actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add mathematics and katex dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): change max-width of toolbar to display all icons correctly

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add subscript and superscript as direct dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated]

Adds placeholder translations (English fallback) for Highlight, Subscript,  Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker.

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix subscript/superscript serialization and extension placement

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

---------

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>
Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
2026-03-19 09:51:24 +07:00

92 lines
4.3 KiB
JSON

{
"string": {
"TableOfContents": "Оглавление",
"Suggested": "РЕКОМЕНДУЕМЫЕ",
"NoItems": "Нет содержимого",
"EditorPlaceholder": "Начните печатать...",
"Edit": "Редактировать",
"Bold": "Жирный",
"Italic": "Курсив",
"Strikethrough": "Зачеркнутый",
"Link": "Ссылка",
"Save": "Сохранить",
"OrderedList": "Упорядоченный список",
"BulletedList": "Маркированный список",
"Blockquote": "Цитата",
"Code": "Код",
"CodeBlock": "Кодовый блок",
"Note": "Заметка",
"ConfigureNote": "Настроить заметку",
"Set": "Установить",
"Update": "Обновить",
"Remove": "Удалить",
"NotePlaceholder": "Добавить заметку...",
"SampleText": "Пример текста",
"Send": "Отправить",
"Attach": "Прикреплять",
"TextStyle": "Стиль текста",
"Emoji": "Эмодзи",
"GIF": "GIF",
"Mention": "Упомянуть",
"Underlined": "Подчеркнутый",
"AlignCenter": "По центру",
"AlignLeft": "По левому краю",
"AlignRight": "По правому краю",
"Download": "Скачать",
"ViewImage": "Открыть изображение",
"ViewOriginal": "Открыть оригинал",
"MoreActions": "Дополнительные действия",
"FullDescription": "Детальное описание",
"NoFullDescription": "Нет детального описания",
"EnableDiffMode": "Режим сравнения",
"AddColumnBefore": "Добавить до",
"AddColumnAfter": "Добавить после",
"DeleteColumn": "Удалить",
"AddRowBefore": "Добавить до",
"AddRowAfter": "Добавить после",
"DeleteRow": "Удалить",
"DeleteTable": "Удалить",
"MergeCells": "Объединить ячейки",
"SplitCells": "Разделить ячейки",
"Duplicate": "Дублировать",
"CategoryRow": "Строки",
"CategoryColumn": "Колонки",
"CategoryCell": "Ячейки",
"Table": "Таблица",
"InsertTable": "Добавить таблицу",
"TableOptions": "Настроить таблицу",
"SelectTable": "Выделить таблицу",
"Width": "Ширина",
"Height": "Высота",
"Unset": "Убрать",
"Image": "Изображение",
"SeparatorLine": "Разделительная линия",
"TodoItem": "Задача",
"TodoList": "Список задач",
"DrawingBoard": "Доска",
"MermaidDiargram": "Диаграмма",
"Comment": "Комментарий",
"AddComment": "Добавить комментарий",
"AddCommentPlaceholder": "Добавьте комментарий...",
"SetCellHighlightColor": "Изменить цвет ячеек",
"SetTextColor": "Изменить цвет текста",
"RefreshTable": "Обновить таблицу",
"ShowDiff": "Показать различия",
"SeeOriginalData": "Показать исходные данные",
"CategoryVersioning": "Версионирование",
"TableDiffLabel": "Изменения в таблице",
"TableRefreshConfirmationLabel": "Подтвердить обновление таблицы",
"ConvertToLinkPreview": "Показать как ссылку",
"ConvertToEmbedPreview": "Показать как превью контента",
"UnableToLoadEmbeddedContent": "Не удалось загрузить превью ссылки из-за настроек доступа или неподдерживаемого содержимого",
"CannotConnectToCollaborationService": "Не удалось подключиться к сервису совместной работы",
"SourceURL": "Исходный URL",
"SelectedDocuments": "Выбранные документы ({count, plural, =1 {1 элемент} other {# элементов}})",
"Highlight": "Highlight",
"Subscript": "Subscript",
"Superscript": "Superscript",
"Mathematics": "Mathematics",
"MathematicsBlock": "Mathematics block"
}
}