Skip to content

i18n(ja): fix mistranslated KILL heading and inconsistent high-concurrency term in release notes - #23513

Merged
qiancai merged 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:fix-high-concurrency-and-kill-heading-2026-08-13
Aug 13, 2026
Merged

i18n(ja): fix mistranslated KILL heading and inconsistent high-concurrency term in release notes#23513
qiancai merged 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:fix-high-concurrency-and-kill-heading-2026-08-13

Conversation

@yahonda

@yahonda yahonda commented Aug 13, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

  • privilege-management.md: restore the literal SQL statement name ### KILL {#kill}, which had been mistranslated as the verb 殺す ("to kill" as in murder). The body text and sql-statements/sql-statement-kill.md already use KILL as-is, so this heading was the odd one out.
  • 6 release notes files (release-8.1.0.md, release-6.5.10.md, release-7.1.6.md, release-7.5.2.md, release-3.0.0-rc.3.md, release-2.1.13.md): fix 高同時読み取りシナリオ/高同時シナリオ to 高同時実行読み取りシナリオ/高同時実行シナリオ. These translate the English "high-concurrency read scenarios" / "high concurrent scenarios", and 高同時実行 (not bare 高同時) is the natural, standard translation for "high concurrency" used everywhere else in the docs.

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

What is the related PR or file link(s)?

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot

ti-chi-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@ti-chi-bot ti-chi-bot Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2026
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 89dab410-9fe2-4b74-a1e1-15ad086f5ea2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ti-chi-bot

ti-chi-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign icemap for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 13, 2026
@yahonda yahonda changed the title i18n(ja): fix deferred false-friend and unfluent-term siblings i18n(ja): fix KILL heading mistranslation and 高同時実行 term omissions Aug 13, 2026
@yahonda
yahonda force-pushed the fix-high-concurrency-and-kill-heading-2026-08-13 branch from a796a65 to 37ad49d Compare August 13, 2026 01:51
@yahonda yahonda changed the title i18n(ja): fix KILL heading mistranslation and 高同時実行 term omissions i18n(ja): fix mistranslated KILL heading and inconsistent high-concurrency term in release notes Aug 13, 2026
…rency term in release notes

- privilege-management.md: restore the literal SQL statement name
  `### KILL {#kill}`, which had been mistranslated as the verb 殺す
  ("to kill" as in murder). The body text and
  sql-statements/sql-statement-kill.md already use `KILL` as-is, so
  this heading was the odd one out.
- 6 release notes files: fix 高同時読み取りシナリオ/高同時シナリオ to
  高同時実行読み取りシナリオ/高同時実行シナリオ. These translate the
  English "high-concurrency read scenarios" / "high concurrent
  scenarios", and 高同時実行 (not bare 高同時) is the natural, standard
  translation for "high concurrency" used everywhere else in the docs.
@yahonda
yahonda force-pushed the fix-high-concurrency-and-kill-heading-2026-08-13 branch from 37ad49d to e502637 Compare August 13, 2026 01:53
@yahonda
yahonda marked this pull request as ready for review August 13, 2026 01:54
@ti-chi-bot ti-chi-bot Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2026
@qiancai qiancai added translation/no-need No need to translate this PR. and removed missing-translation-status This PR does not have translation status info. labels Aug 13, 2026
@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Aug 13, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-08-13 03:15:38.439954388 +0000 UTC m=+3275524.476049444: ☑️ agreed by qiancai.

@qiancai
qiancai merged commit 8106edf into pingcap:i18n-ja-release-8.5 Aug 13, 2026
5 of 9 checks passed
@yahonda
yahonda deleted the fix-high-concurrency-and-kill-heading-2026-08-13 branch August 13, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-1-more-lgtm Indicates a PR needs 1 more LGTM. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. translation/no-need No need to translate this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants