Regenerate Russian system-tables index with translated descriptions#6376
Open
Blargian wants to merge 1 commit into
Open
Regenerate Russian system-tables index with translated descriptions#6376Blargian wants to merge 1 commit into
Blargian wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
i18n/ru/docusaurus-plugin-content-docs/current/operations/system-tables/index.mdtable contents so page titles and descriptions are translated into Russian and fit on single table rows.<!--AUTOGENERATED_START-->/<!--AUTOGENERATED_END-->region used by the generator.python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="i18n/ru/docusaurus-plugin-content-docs/current/operations/system-tables" --md="i18n/ru/docusaurus-plugin-content-docs/current/operations/system-tables/index.md"to regenerate table content in the index.Testing
Codex Task
Note
Low Risk
Только русская документация в автогенерируемом блоке; на продукт и API не влияет.
Overview
Обновляет автогенерируемое оглавление в русской странице
operations/system-tables/index.md: вместо смеси английских описаний и отдельных строк с примечаниями оTRUNCATE/DROPтеперь единая таблица «Страница | Описание» с русскими подписями ссылок и однострочными описаниями.Переведены ранее англоязычные строки (например,
system.constraints,system.primes, блоки query/quota/replication), локализован заголовок обзора («Обзор системных таблиц»), а подсказки о безопасной очистке журналов встроены в текст соответствующих ячеек. Порядок и состав строк приведены к выводу TOC-генератора внутри маркеров{/*AUTOGENERATED_START*/}/{/*AUTOGENERATED_END*/}.Reviewed by Cursor Bugbot for commit 36f8901. Bugbot is set up for automated code reviews on this repo. Configure here.