i18n-ja-release-8.5: translate doc changes from pingcap/docs release-8.5 on 2026-07-23#23339
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 |
|
Hi @github-actions[bot]. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Within vector-search-full-text-search-sql.md the English "full-text index" was rendered both as 全文インデックス (5) and 全文検索インデックス (3). The English term is "full-text index" (no "search"), so unify on 全文インデックス, matching 全文検索 = "full-text search". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
In information retrieval, "term" refers to a word/token, not a mathematical term (項). Use 単語頻度, which parallels 文書頻度 (document frequency) used in the same document. Abbreviation TF is kept. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
"receives twice the weight contribution" was translated with the stiff 2倍の重みの寄与を受けます; reword to 2倍の重みが与えられます for readability. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Use インデックス列 (index column) instead of the transliterated インデックス フィールド for more natural RDB Japanese. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add は after [TiDB Cloud] (subject, "TiDB Cloud is ...") and を after [TiDB] (object, "brings TiDB to your cloud"); also remove the stray space. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The English "your resources" dropped the possessive; add ご利用の to clarify these are the user's provisioned TiDB Cloud resources. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24c1058 to
568644d
Compare
The kernel version format is TiDB-X-CLOUD.YYYYMM.x (year-month), so "time-based" should be 日付ベース (date-based), not 時刻ベース (clock time). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The ja docs consistently render "release notes" link text as リリースノート (769 vs 0). Translate the two links in tidb-cloud-kernel-versioning.md to match; product names TiDB Cloud Premium / TiDB Self-Managed stay in English. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
"classic" is a common adjective here (lowercase mid-sentence in the source, 32 lowercase vs 3 capitalized docs-wide), not a proper noun, so translate it to 従来の, matching the established ja convention (22 occurrences). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The linked page's visible ja heading is "TiDB Xアーキテクチャ", and this file renders "architecture" as アーキテクチャ everywhere else; align the link text. "TiDB X" stays in English. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- "Now you can use ..." reworded to ...確認できるようになりました (release-note style) instead of the stiff sentence-initial これで、. - "[documentation]" link text translated to [ドキュメント], matching the ja convention (298 occurrences vs 0 kept in English). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Align link texts with the linked pages' Japanese titles: - [Limited SQL features on TiDB X Instances] -> [TiDB X インスタンスで制限される SQL 機能] - [Dual-Layer Data Encryption] -> [二重層データ暗号化] Feature names (Top RU, Top SQL, Follower Read), product names, GitHub handles, version numbers, tool names, and the PREVIEW badge are kept in English. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
66c214b to
6efedeb
Compare
…English Standardize general prose on コントロールプレーン / データプレーン (non-spaced katakana). The bold feature-name labels that appear in the web console (Customer-owned data plane, TiDB Cloud control plane, BYOC data plane) are kept in English because they mirror untranslatable UI screen labels. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
e9eb85f to
d0fa178
Compare
Match the established ja convention (205 katakana vs 14 English). Note peering is ピアリング, not ペアリング (pairing). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add を after the [二重層データ暗号化] link in two places: を有効にして
("enable ...") and を参照してください ("see ...").
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- "hypothetical indexes" was rendered as 仮説的な指標 (指標 = metric) in the
heading and intro link; correct to 仮説インデックス, matching the same file's
existing usage. Heading text only; {#hypothetical-indexes} anchor kept.
- Remove the [クエリヒント](/optimizer-hints.md) link that the MT inserted in
L195; the English source has no such reference.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Top RU is a feature name kept in English (matching the release notes body); revert the two remaining [トップRU] TOC links to [Top RU]. The PREVIEW badge stays as-is. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…o structure erros
Review note: missing translation in
|
The retranslated BYOC block left "security" in English; use セキュリティ to match the same file's existing usage (enterprise-grade セキュリティ) and the lowercase common-noun source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Match the file's own アーキテクチャ usage and the established convention; "TiDB Cloud BYOC" (product name) stays in English, only "architecture" is translated. The link target is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
@yahonda: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What is changed, added or deleted? (Required)
Translate documentation changes from
pingcap/docsrelease-8.5to Japanese viaai-markdown-translatorcommit-diff sync.English commit diff:
37c45d5...b6f7f75
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
pingcap/docsrelease-8.5TOC.md,TOC-ai.md,TOC-api.md,TOC-best-practices.md,TOC-develop.md,TOC-tidb-releases.md,TOC-tidb-cloud.md,TOC-tidb-cloud-starter.md,TOC-tidb-cloud-essential.md,TOC-tidb-cloud-premium.md,TOC-tidb-cloud-releases.mdTOC-tidb-cloud-essential.md,TOC-tidb-cloud-premium.md,TOC-tidb-cloud-releases.md,ai/guides/vector-search-full-text-search-sql.md,best-practices/tidb-best-practices.md,index-advisor.md,sql-statements/sql-statement-cancel-distribution-job.md,sql-statements/sql-statement-distribute-table.md,sql-statements/sql-statement-show-distribution-jobs.md,sql-statements/sql-statement-show-table-distribution.md,statistics.md,sync-diff-inspector/sync-diff-inspector-overview.md,system-variables.md,tidb-cloud/architecture-concepts.md,tidb-cloud/backup-and-restore-concepts.md,tidb-cloud/manage-projects-and-resources.md,tidb-cloud/manage-user-access.md,tidb-cloud/premium/backup-and-restore-premium.md,tidb-cloud/releases/_index.md,tidb-cloud/releases/tidb-cloud-kernel-versioning.md,tidb-cloud/releases/tidb-cloud-release-notes.md,tidb-cloud/releases/tidb-x-cloud.202510.1.md,tidb-cloud/select-cluster-tier.md,tidb-cloud/tidb-cloud-intro.md,tidb-cloud/v8.1-performance-benchmarking-with-tpcc.md,tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md,troubleshoot-tidb-oom.mdfailureTranslation failures
The following files were not translated automatically and must be handled manually before merging.
tidb-cloud/tidb-cloud-intro.md: structure-preserving reconciliation declined tidb-cloud/tidb-cloud-intro.mdDocs with document structure mismatches after translation
The following files were translated, but their Markdown heading or CustomContent structure does not match the source HEAD file.
sync-diff-inspector/sync-diff-inspector-overview.md: heading level sequence differs#x1 ##x6 ###x6 ##x1#x1 ##x6 ###x6 ##x2Do your changes match any of the following descriptions?