i18n(ja): restore English SQL identifier names in headings/links - #23400
i18n(ja): restore English SQL identifier names in headings/links#23400yahonda wants to merge 1 commit into
Conversation
Several SQL function / system-table / optimizer-hint identifiers had a word translated into katakana inside the ALL_CAPS_SNAKE name, e.g. TIDB_デコード_プラン, TIFLASH_レプリカ, JSON_ストレージサイズ, DDL_ジョブ, ストリーム_AGG, TIDB_ホットリージョン履歴. These are literal identifiers and must stay fully English. Restore them (TIDB_DECODE_PLAN / TIDB_DECODE_KEY / TIFLASH_REPLICA / TIFLASH_SEGMENTS / TIDB_INDEXES / TIDB_INDEX_USAGE / JSON_STORAGE_SIZE / DDL_JOBS / VITESS_HASH / TIDB_VERSION / TIDB_SHARD / STREAM_AGG / HASH_AGG / CLUSTER_TIDB_TRX / TIDB_HOT_REGIONS_HISTORY), matching the English source. Anchors (already English) are unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What is changed, added or deleted? (Required)
Several SQL function names,
information_schematable names, and optimizer-hint names had a word translated into katakana inside theALL_CAPS_SNAKEidentifier (e.g.TIDB_デコード_プラン,TIFLASH_レプリカ,JSON_ストレージサイズ,DDL_ジョブ,ストリーム_AGG,TIDB_ホットリージョン履歴). These are literal identifiers and must stay fully English.Restore them to the exact English identifier (verified 1:1 against the English source and the doc headings), in headings and link text — 15 lines / 10 files:
TIDB_DECODE_PLAN/TIDB_DECODE_KEY/TIFLASH_REPLICA/TIFLASH_SEGMENTS/TIDB_INDEXES/TIDB_INDEX_USAGE/JSON_STORAGE_SIZE/DDL_JOBS/VITESS_HASH/TIDB_VERSION/TIDB_SHARD/STREAM_AGG/HASH_AGG/CLUSTER_TIDB_TRX/TIDB_HOT_REGIONS_HISTORY.The heading anchors (
{#tidb-decode-plan}, etc.) were already English and are unchanged.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
i18n-ja-release-8.5machine-translation cleanup seriesAI agent involvement
Do your changes match any of the following descriptions?