i18n(ja): standardize SQL statement H1 headings to English and fix unnatural translations#23148
Conversation
|
[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 |
There was a problem hiding this comment.
Code Review
This pull request updates Japanese terminology across several documentation files, changing "文字通りの値" to "リテラル値" (literal values) and "生きる時間" to "存続時間" (TTL). The review feedback suggests adding a grammatical particle between adjacent markdown links in the release notes to improve readability, and replacing the non-standard term "消去" with the standard SQL keyword "DELETE" for technical accuracy.
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.
5dcddac to
45d7366
Compare
b77027f to
0ec8e83
Compare
Reverted files that had overlapping 非表示→不可視 changes: - releases/release-5.0.0-rc.md - releases/release-8.0.0.md - sql-statement-alter-index.md - sql-statement-create-index.md - best-practices/index-management-best-practices.md Preserved unique PR pingcap#23145 changes (タイプ→型) in system-variables.md
fd71755 to
d5dab89
Compare
[LGTM Timeline notifier]Timeline:
|
|
@yahonda Would you please resolve conflicts in this PR? Thanks. |
1d2c807 to
db75506
Compare
ddc7e4f to
ad4727b
Compare
…natural translations - Standardize SQL statement H1 headings to English across 47+ files - Fix unnatural translations: 生きる時間→存続時間, 文字通りの値→リテラル値, etc. - Standardize terminology: 非表示→不可視, 表現→式, 準備済み→プリペアド - Fix grammar: add missing particles は/を/の - Remove stray footnote markers and conflict artifacts - Align FLUSH PRIVILEGES description with MySQL docs
What is changed, added or deleted? (Required)
Fix unnatural Japanese translations, standardize terminology, and clean up broken link formats across the i18n-ja docs. Changes are organized by category below.
1. Time to Live translations
Three related literal/unnatural translations of "Time to Live" are fixed:
生きる時間 → 存続時間 (4 files): "Time to Live" was literally translated as "生きる時間" (living time). Changed to "存続時間" (lifetime/duration), which is the standard term used in the time-to-live.md page itself.
Affected: basic-features.md, TOC.md, tidb-cloud/releases/release-notes-2024.md, develop/dev-guide-delete-data.md
生きる時が来た → 存続時間(TTL) (4 occurrences in system-variables.md): A different broken phrasing where "時が来た" (time has come) was used in TTL link text. Replaced with the canonical Japanese name "存続時間(TTL)".
2. リテラル値 (Literal values)
文字通りの値 → リテラル値 (5 files): "Literal values" was translated as "文字通りの値" (literal/word-for-word value). Changed to "リテラル値", which is the standard programming term (カタカナ) used in the literal-values.md page summary itself.
Affected: TOC.md, TOC-tidb-cloud.md, TOC-tidb-cloud-starter.md, TOC-tidb-cloud-premium.md, TOC-tidb-cloud-essential.md
3. Collation (照合) terminology
4. SQL type name consistency
5. Invisible index terminology (非表示 → 不可視)
The MySQL term "invisible index" is being standardized to use 不可視 (invisible) rather than 非表示 (hidden) for accuracy. "Invisible" is the established MySQL term, and the EN source uses "invisible".
6. Expression index translation
7. SQL statement H1 headings to English
Many SQL statement page titles were translated into Japanese (e.g., "テーブルを作成" for
CREATE TABLE). Standardized to use the English statement name (e.g.,CREATE TABLE), matching the EN source and the toc.md file paths. ~80 files updated.Affected: all
sql-statements/sql-statement-*.mdfiles plustoc.md.8. Section heading consistency
9. SQL statement terminology
DROPor other operations.10. Other prose cleanups
文characters that were left over from broken edits.11. Broken link formats
VEC_COSINE_DISTANCE()()→VEC_COSINE_DISTANCE()(ai/integrations/vector-search-auto-embedding-overview.md): The link text had an extra pair of parentheses from a botched edit.表示 ユーザーの作成→[ユーザーの作成を表示](sql-statement-show-create-user.md): Fixed a link that was missing the surrounding brackets.[グローバル|セッション]バインディング →[[グローバル|セッション]バインディングの作成](create-binding.md and others): Added the missing outer brackets to make the bracketed-group section name a proper link.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?