Skip to content

i18n(ja): standardize the translation of the multi-valued index term#23263

Merged
qiancai merged 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-ja-multivalued-index
Jul 14, 2026
Merged

i18n(ja): standardize the translation of the multi-valued index term#23263
qiancai merged 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-ja-multivalued-index

Conversation

@yahonda

@yahonda yahonda commented Jul 14, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

This PR standardizes the Japanese translation of "multi-valued index" (MV index) across the Japanese documentation so that a single term is used consistently.

The term was previously translated in several inconsistent ways, including 複数値インデックス, 多値インデックス, マルチ値インデックス, マルチバリューインデックス, 複数値のインデックス, and 多値指標. All of these are now unified to 多値インデックス (69 lines updated across 14 files).

Rationale for choosing 多値インデックス:

  • The closely related terms 多値列 (multi-valued column) and 多値部分 (multi-valued part of a composite index) already use the 多値 prefix, so standardizing the index term on 多値インデックス keeps the whole "multi-valued" family consistent.
  • It is concise and stays clearly distinct from 複合インデックス (composite index), which even co-occurs with it in the same sentence in sql-statement-create-index.md.

Notes:

  • Section anchors (for example {#multi-valued-indexes}) and internal links are unchanged; only the displayed Japanese text was updated.
  • Unrelated terms were intentionally left as-is, such as 複数値式 (multi-valued expression) and 複数値条件 (multi-valued condition).

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

  • v8.5 (TiDB 8.5 versions)

This PR targets the i18n-ja-release-8.5 Japanese translation branch, not the English v8.5 docs, so no version box is checked.

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

  • This PR is translated from: N/A (terminology consistency fix within the Japanese translation)
  • Other reference link(s): N/A

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 Jul 14, 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 Jul 14, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 14, 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/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 14, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request standardizes the Japanese translation of "multi-valued index" to "多値インデックス" across multiple documentation and release note files. The review feedback highlights several minor issues, including a broken template tag, missing grammatical particles, and a lack of punctuation separators in a list of functions, all of which have been addressed with clear, actionable suggestions.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread choose-index.md Outdated
Comment thread choose-index.md Outdated
Comment thread releases/release-7.1.0.md Outdated
Comment thread sql-statements/sql-statement-create-index.md Outdated
Unify the Japanese translation of "multi-valued index", which was
inconsistently rendered as 複数値インデックス, 多値インデックス,
マルチ値インデックス, 複数値のインデックス, and 多値指標.

Standardize on 多値インデックス. This keeps the whole "multi-valued"
family consistent, since the related terms 多値列 (multi-valued column)
and 多値部分 (multi-valued part) already use 多値, and it stays clearly
distinct from 複合インデックス (composite index).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yahonda yahonda force-pushed the fix-ja-multivalued-index branch from 4fc290d to c462691 Compare July 14, 2026 09:04
@yahonda yahonda changed the title i18n(ja): standardize multi-valued index term as 多値インデックス i18n(ja): standardize the translation of the multi-valued index term Jul 14, 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 Jul 14, 2026
Apply gemini-code-assist review suggestions on lines touched by the term
standardization:

- choose-index.md: remove a stray `E}}` template artifact and normalize
  punctuation spacing in the json_member_of / json_contains / json_overlaps list
- choose-index.md: add the missing を particle before 使用すると in the
  use_index_merge clause
- releases/release-7.1.0.md: separate the MEMBER OF() / JSON_CONTAINS() /
  JSON_OVERLAPS() function list with 、 and または
- sql-statements/sql-statement-create-index.md: add a comma after 詳細については
  and the missing を before 参照してください

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yahonda yahonda marked this pull request as ready for review July 14, 2026 09:10
@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 Jul 14, 2026
@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Jul 14, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-07-14 10:15:18.359869947 +0000 UTC m=+708704.395965002: ☑️ agreed by qiancai.

@qiancai qiancai merged commit 56aa60a into pingcap:i18n-ja-release-8.5 Jul 14, 2026
3 of 8 checks passed
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/L Denotes a PR that changes 100-499 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