i18n(ja): fix the mistranslated link text for "Statement Summary Tables"#23335
i18n(ja): fix the mistranslated link text for "Statement Summary Tables"#23335yahonda 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 Plus 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 |
b195f74 to
c4884c2
Compare
明細書 means a billing/itemized statement and is wrong for the SQL "Statement Summary Tables". Use ステートメントサマリーテーブル, which is already the established term (60 occurrences) and is used in the surrounding body text. Link text only; the /statement-summary-tables.md targets are unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
c4884c2 to
d56c84f
Compare
What is changed, added or deleted? (Required)
The link text 明細書要約表 for
/statement-summary-tables.mdis a mistranslation of "Statement Summary Tables". 明細書 means a billing/itemized statement and is unrelated to the SQL "statement" (SQL文/ステートメント).Corrected to ステートメントサマリーテーブル, which:
Only the link text changes; the
/statement-summary-tables.mdlink targets are unchanged. 4 occurrences in 3 files:functions-and-operators/tidb-functions.md(2),releases/release-7.5.1.md(1),sql-plan-management.md(1).Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
N/A — terminology fix on the ja translation branch.