i18n(ja): fix mistranslated section headings (Implementation principles, Command)#23330
i18n(ja): fix mistranslated section headings (Implementation principles, Command)#23330yahonda wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
dced7bb to
ba90175
Compare
…es, Command) Fix machine-translation mistakes in section headings; heading text only, anchors kept so existing links still resolve. - "Implementation principles" was 実施原則 (実施 = carry out a measure, wrong for software implementation) -> 実装原理 (13 files). - "Command" was 指示 (instruction/directive) -> コマンド (3 files: dm/dm-manage-schema.md, dm/manually-handling-sharding-ddl-locks.md, pd-control.md). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ba90175 to
5c2b70d
Compare
What is changed, added or deleted? (Required)
Fix machine-translation mistakes in section headings. Heading text only is changed; the
{#...}anchors are kept so existing links still resolve.1. "Implementation principles" → 実装原理 (13 files)
実施 means "to carry out / enforce a measure" and is wrong for software implementation; the correct word is 実装. These sections describe how each feature works internally, so the heading becomes 実装原理.
Files:
auto-increment.md,br/br-checkpoint-restore.md,clinic/clinic-introduction.md,configure-load-base-split.md,configure-store-limit.md,dm/dm-manage-schema.md,dm/feature-shard-merge-optimistic.md,sql-statements/sql-statement-flashback-table.md,sql-statements/sql-statement-recover-table.md,tidb-distributed-execution-framework.md,tidb-global-sort.md,tiflash/tiflash-mintso-scheduler.md,tikv-in-memory-engine.md.2. "Command" → コマンド (3 files)
指示 means "instruction/directive" and is a mistranslation of the English heading "Command". Corrected to コマンド.
Files:
dm/dm-manage-schema.md,dm/manually-handling-sharding-ddl-locks.md,pd-control.md.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
N/A — cleanup of legacy MT heading mistranslations on the ja translation branch.