Skip to content

i18n(ja): unify SQL statement terminology to the native noun form - #23668

Merged
qiancai merged 61 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-ja-statement-term-unification
Sep 3, 2026
Merged

i18n(ja): unify SQL statement terminology to the native noun form#23668
qiancai merged 61 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-ja-statement-term-unification

Conversation

@yahonda

@yahonda yahonda commented Aug 31, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Unifies the Japanese term for "statement" in <SQL-command-keyword> statement compounds
(e.g. "SELECT statement", "DDL statement") from the katakana loanword form to the native
noun form, matching established Japanese DB documentation convention. Applies to SQL/DDL/DML
plus individual command keywords (SELECT/INSERT/UPDATE/DELETE/CREATE TABLE/ALTER TABLE/
EXPLAIN/ANALYZE/EXECUTE/PREPARE/SHOW variants/GRANT/REVOKE/COMMIT/ROLLBACK/BACKUP/RESTORE/
FLASHBACK/SPLIT/ADMIN ... and more, ~80 recognized keyword patterns).

546 files changed, 2359 occurrences converted.

Left deliberately untouched (mechanical, low-risk-first pass):

  • Standalone generic references to "a statement" with no command-type prefix.
  • "prepared statement" (a distinct katakana compound, not a <keyword> statement pattern).
  • STATEMENT_SUMMARY-related compounds (statement summary/cache/pool).
  • A handful of ambiguous single-digit-occurrence cases left for manual follow-up
    (SQL statement string, init_connect statement, SQL BINDING statement).

Also found in passing (out of scope for this PR, filed as follow-up items, not fixed here):

  • WHERE/JOIN/ORDER BY/GROUP BY are mistranslated as "statement" in several files when
    they should say "clause" — a pre-existing translation bug, unrelated to this term-unification pass.
  • A garbled/scrambled MT sentence in several tidb-cloud/changefeed-sink-to-*.md files
    ("...idstatement...", nonsensical) — a pre-existing MT defect, not a term issue.

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

  • i18n-ja-release-8.5 (TiDB Japanese documentation for TiDB 8.5 versions)

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

  • This PR is translated from:
  • Other reference 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 31, 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 31, 2026
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 552 files, which is 402 over the limit of 150.

To get a review, reduce the PR to 150 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: bbecdb5b-2681-4a5b-a4c3-ac6cbcd514c1

📥 Commits

Reviewing files that changed from the base of the PR and between 0cc9783 and ebb5ddc.

📒 Files selected for processing (552)
  • TOC-tidb-cloud-essential.md
  • TOC-tidb-cloud-premium.md
  • TOC-tidb-cloud-starter.md
  • TOC-tidb-cloud.md
  • TOC.md
  • ai/guides/raw-queries.md
  • ai/guides/tables.md
  • ai/guides/vector-search.md
  • ai/integrations/tidb-mcp-server.md
  • ai/integrations/vector-search-auto-embedding-cohere.md
  • ai/integrations/vector-search-auto-embedding-gemini.md
  • ai/integrations/vector-search-auto-embedding-jina-ai.md
  • ai/integrations/vector-search-auto-embedding-nvidia-nim.md
  • ai/integrations/vector-search-auto-embedding-openai.md
  • ai/quickstart-via-sql.md
  • ai/reference/vector-search-index.md
  • analyze-slow-queries.md
  • as-of-timestamp.md
  • auto-increment.md
  • auto-random.md
  • backup-and-restore-using-dumpling-lightning.md
  • basic-features.md
  • basic-sql-operations.md
  • batch-processing.md
  • benchmark/benchmark-sysbench-v4-vs-v3.md
  • benchmark/benchmark-tidb-using-sysbench.md
  • benchmark/online-workloads-and-add-index-operations.md
  • benchmark/v4.0-performance-benchmarking-with-tpcc.md
  • best-practices/ddl-introduction.md
  • best-practices/grafana-monitor-best-practices.md
  • best-practices/index-management-best-practices.md
  • best-practices/massive-regions-best-practices.md
  • best-practices/saas-best-practices.md
  • best-practices/tidb-best-practices.md
  • best-practices/tidb-partitioned-tables-best-practices.md
  • blocklist-control-plan.md
  • br/backup-and-restore-overview.md
  • br/br-incremental-guide.md
  • br/br-snapshot-guide.md
  • br/br-snapshot-manual.md
  • br/br-use-overview.md
  • cached-tables.md
  • character-set-and-collation.md
  • character-set-gbk.md
  • choose-index.md
  • clustered-indexes.md
  • column-privilege-management.md
  • configure-load-base-split.md
  • configure-memory-usage.md
  • constraints.md
  • coprocessor-cache.md
  • daily-check.md
  • dashboard/dashboard-diagnostics-report.md
  • dashboard/dashboard-intro.md
  • dashboard/dashboard-overview.md
  • dashboard/dashboard-statement-details.md
  • dashboard/dashboard-statement-list.md
  • dashboard/dashboard-user.md
  • dashboard/top-sql.md
  • data-type-default-values.md
  • ddl_embedded_analyze.md
  • develop/dev-guide-aws-appflow-integration.md
  • develop/dev-guide-bookshop-schema-design.md
  • develop/dev-guide-build-cluster-in-cloud.md
  • develop/dev-guide-connection-parameters.md
  • develop/dev-guide-create-database.md
  • develop/dev-guide-create-secondary-indexes.md
  • develop/dev-guide-create-table.md
  • develop/dev-guide-delete-data.md
  • develop/dev-guide-get-data-from-single-table.md
  • develop/dev-guide-hybrid-oltp-and-olap-queries.md
  • develop/dev-guide-implicit-type-conversion.md
  • develop/dev-guide-index-best-practice.md
  • develop/dev-guide-insert-data.md
  • develop/dev-guide-join-tables.md
  • develop/dev-guide-optimistic-and-pessimistic-transaction.md
  • develop/dev-guide-optimize-sql-best-practices.md
  • develop/dev-guide-optimize-sql-overview.md
  • develop/dev-guide-optimize-sql.md
  • develop/dev-guide-prepared-statement.md
  • develop/dev-guide-proxysql-integration.md
  • develop/dev-guide-sample-application-aws-lambda.md
  • develop/dev-guide-sample-application-nextjs.md
  • develop/dev-guide-sample-application-nodejs-mysql2.md
  • develop/dev-guide-sample-application-nodejs-mysqljs.md
  • develop/dev-guide-sample-application-nodejs-typeorm.md
  • develop/dev-guide-schema-design-overview.md
  • develop/dev-guide-third-party-tools-compatibility.md
  • develop/dev-guide-tidb-basics.md
  • develop/dev-guide-tidb-crud-sql.md
  • develop/dev-guide-transaction-overview.md
  • develop/dev-guide-transaction-restraints.md
  • develop/dev-guide-transaction-troubleshoot.md
  • develop/dev-guide-update-data.md
  • develop/dev-guide-use-common-table-expression.md
  • develop/dev-guide-use-stale-read.md
  • develop/dev-guide-use-temporary-tables.md
  • develop/dev-guide-use-views.md
  • develop/java-app-best-practices.md
  • develop/serverless-driver-kysely-example.md
  • develop/serverless-driver.md
  • dm/dm-binlog-event-filter.md
  • dm/dm-compatibility-catalog.md
  • dm/dm-ddl-compatible.md
  • dm/dm-error-handling.md
  • dm/dm-faq.md
  • dm/dm-glossary.md
  • dm/dm-handle-performance-issues.md
  • dm/dm-hardware-and-software-requirements.md
  • dm/dm-manage-schema.md
  • dm/dm-open-api.md
  • dm/dm-overview.md
  • dm/dm-query-status.md
  • dm/dm-replication-logic.md
  • dm/dm-safe-mode.md
  • dm/dm-table-routing.md
  • dm/dm-worker-intro.md
  • dm/feature-online-ddl.md
  • dm/feature-shard-merge-optimistic.md
  • dm/feature-shard-merge-pessimistic.md
  • dm/feature-shard-merge.md
  • dm/handle-failed-ddl-statements.md
  • dm/manually-handling-sharding-ddl-locks.md
  • dm/monitor-a-dm-cluster.md
  • dm/shard-merge-best-practices.md
  • dr-multi-replica.md
  • dumpling-overview.md
  • enable-disk-spill-encrypt.md
  • error-codes.md
  • explain-aggregation.md
  • explain-index-merge.md
  • explain-indexes.md
  • explain-joins.md
  • explain-mpp.md
  • explain-overview.md
  • explain-partitions.md
  • explain-subqueries.md
  • explain-views.md
  • explain-walkthrough.md
  • explore-htap.md
  • extended-statistics.md
  • faq/backup-and-restore-faq.md
  • faq/deploy-and-maintain-faq.md
  • faq/manage-cluster-faq.md
  • faq/monitor-faq.md
  • faq/sql-faq.md
  • filter-binlog-event.md
  • foreign-key.md
  • functions-and-operators/information-functions.md
  • functions-and-operators/miscellaneous-functions.md
  • functions-and-operators/precision-math.md
  • functions-and-operators/string-functions.md
  • functions-and-operators/tidb-functions.md
  • generated-columns.md
  • glossary.md
  • grafana-overview-dashboard.md
  • grafana-tidb-dashboard.md
  • identify-expensive-queries.md
  • identify-slow-queries.md
  • index-advisor.md
  • information-schema/client-errors-summary-by-host.md
  • information-schema/client-errors-summary-by-user.md
  • information-schema/client-errors-summary-global.md
  • information-schema/information-schema-check-constraints.md
  • information-schema/information-schema-cluster-log.md
  • information-schema/information-schema-columns.md
  • information-schema/information-schema-data-lock-waits.md
  • information-schema/information-schema-ddl-jobs.md
  • information-schema/information-schema-deadlocks.md
  • information-schema/information-schema-inspection-result.md
  • information-schema/information-schema-memory-usage-ops-history.md
  • information-schema/information-schema-metrics-summary.md
  • information-schema/information-schema-processlist.md
  • information-schema/information-schema-table-constraints.md
  • information-schema/information-schema-tidb-check-constraints.md
  • information-schema/information-schema-tidb-index-usage.md
  • information-schema/information-schema-tidb-indexes.md
  • information-schema/information-schema-tidb-trx.md
  • information-schema/information-schema-tikv-region-peers.md
  • information-schema/information-schema-views.md
  • information-schema/information-schema.md
  • latency-breakdown.md
  • literal-values.md
  • log-redaction.md
  • max-min-eliminate.md
  • metadata-lock.md
  • metrics-schema.md
  • migrate-aurora-to-tidb.md
  • migrate-from-csv-files-to-tidb.md
  • migrate-from-mariadb.md
  • migrate-from-parquet-files-to-tidb.md
  • migrate-from-sql-files-to-tidb.md
  • migrate-from-tidb-to-tidb.md
  • migrate-from-vitess.md
  • migrate-large-mysql-shards-to-tidb.md
  • migrate-large-mysql-to-tidb.md
  • migrate-with-more-columns-downstream.md
  • migrate-with-pt-ghost.md
  • mysql-compatibility.md
  • mysql-schema/mysql-schema-tidb-mdl-view.md
  • mysql-schema/mysql-schema-user.md
  • mysql-schema/mysql-schema.md
  • non-transactional-dml.md
  • online-unsafe-recovery.md
  • optimistic-transaction.md
  • optimizer-hints.md
  • oracle-functions-to-tidb.md
  • overview.md
  • partitioned-table.md
  • password-management.md
  • pd-control.md
  • performance-tuning-methods.md
  • performance-tuning-practices.md
  • pessimistic-transaction.md
  • pipelined-dml.md
  • placement-rules-in-sql.md
  • privilege-management.md
  • quick-start-with-htap.md
  • read-historical-data.md
  • releases/release-1.0.1.md
  • releases/release-1.0.3.md
  • releases/release-1.0.4.md
  • releases/release-1.0.5.md
  • releases/release-1.0.7.md
  • releases/release-1.0.8.md
  • releases/release-2.0-ga.md
  • releases/release-2.0-rc.5.md
  • releases/release-2.0.11.md
  • releases/release-2.0.2.md
  • releases/release-2.0.6.md
  • releases/release-2.1-beta.md
  • releases/release-2.1-ga.md
  • releases/release-2.1-rc.2.md
  • releases/release-2.1-rc.4.md
  • releases/release-2.1.10.md
  • releases/release-2.1.15.md
  • releases/release-2.1.16.md
  • releases/release-2.1.18.md
  • releases/release-2.1.19.md
  • releases/release-2.1.5.md
  • releases/release-2.1.9.md
  • releases/release-3.0-beta.md
  • releases/release-3.0-ga.md
  • releases/release-3.0.0-beta.1.md
  • releases/release-3.0.0-rc.1.md
  • releases/release-3.0.0-rc.3.md
  • releases/release-3.0.1.md
  • releases/release-3.0.13.md
  • releases/release-3.0.15.md
  • releases/release-3.0.16.md
  • releases/release-3.0.3.md
  • releases/release-3.0.4.md
  • releases/release-3.0.6.md
  • releases/release-3.0.8.md
  • releases/release-3.1.0-beta.2.md
  • releases/release-4.0-ga.md
  • releases/release-4.0.0-rc.2.md
  • releases/release-4.0.0-rc.md
  • releases/release-4.0.13.md
  • releases/release-4.0.15.md
  • releases/release-4.0.2.md
  • releases/release-4.0.5.md
  • releases/release-4.0.6.md
  • releases/release-4.0.7.md
  • releases/release-4.0.9.md
  • releases/release-5.0.0-rc.md
  • releases/release-5.0.0.md
  • releases/release-5.0.4.md
  • releases/release-5.1.0.md
  • releases/release-5.1.1.md
  • releases/release-5.1.5.md
  • releases/release-5.2.0.md
  • releases/release-5.2.4.md
  • releases/release-5.3.2.md
  • releases/release-5.4.0.md
  • releases/release-5.4.1.md
  • releases/release-5.4.3.md
  • releases/release-6.0.0-dmr.md
  • releases/release-6.1.0.md
  • releases/release-6.1.1.md
  • releases/release-6.1.2.md
  • releases/release-6.1.3.md
  • releases/release-6.1.4.md
  • releases/release-6.1.6.md
  • releases/release-6.1.7.md
  • releases/release-6.2.0.md
  • releases/release-6.3.0.md
  • releases/release-6.4.0.md
  • releases/release-6.5.0.md
  • releases/release-6.5.1.md
  • releases/release-6.5.10.md
  • releases/release-6.5.11.md
  • releases/release-6.5.12.md
  • releases/release-6.5.2.md
  • releases/release-6.5.3.md
  • releases/release-6.5.4.md
  • releases/release-6.5.6.md
  • releases/release-6.5.7.md
  • releases/release-6.5.8.md
  • releases/release-6.6.0.md
  • releases/release-7.0.0.md
  • releases/release-7.1.0.md
  • releases/release-7.1.1.md
  • releases/release-7.1.2.md
  • releases/release-7.1.3.md
  • releases/release-7.1.4.md
  • releases/release-7.1.5.md
  • releases/release-7.1.6.md
  • releases/release-7.2.0.md
  • releases/release-7.3.0.md
  • releases/release-7.4.0.md
  • releases/release-7.5.0.md
  • releases/release-7.5.1.md
  • releases/release-7.5.2.md
  • releases/release-7.5.3.md
  • releases/release-7.5.4.md
  • releases/release-7.5.5.md
  • releases/release-7.5.6.md
  • releases/release-7.5.7.md
  • releases/release-7.6.0.md
  • releases/release-8.0.0.md
  • releases/release-8.1.0.md
  • releases/release-8.1.1.md
  • releases/release-8.1.2.md
  • releases/release-8.2.0.md
  • releases/release-8.3.0.md
  • releases/release-8.4.0.md
  • releases/release-8.5.0.md
  • releases/release-8.5.1.md
  • releases/release-8.5.2.md
  • releases/release-8.5.3.md
  • releases/release-8.5.4.md
  • releases/release-8.5.5.md
  • releases/release-8.5.6.md
  • releases/release-8.5.7.md
  • releases/release-pre-ga.md
  • releases/release-rc.1.md
  • releases/release-rc.2.md
  • replicate-between-primary-and-secondary-clusters.md
  • role-based-access-control.md
  • runtime-filter.md
  • schema-object-names.md
  • smooth-upgrade-tidb.md
  • sql-mode.md
  • sql-non-prepared-plan-cache.md
  • sql-plan-management.md
  • sql-plan-replayer.md
  • sql-prepared-plan-cache.md
  • sql-statements/sql-statement-add-index.md
  • sql-statements/sql-statement-admin-alter-ddl.md
  • sql-statements/sql-statement-admin-check-table-index.md
  • sql-statements/sql-statement-admin-cleanup.md
  • sql-statements/sql-statement-admin-recover.md
  • sql-statements/sql-statement-admin-show-ddl.md
  • sql-statements/sql-statement-admin.md
  • sql-statements/sql-statement-alter-instance.md
  • sql-statements/sql-statement-alter-resource-group.md
  • sql-statements/sql-statement-alter-sequence.md
  • sql-statements/sql-statement-alter-table-compact.md
  • sql-statements/sql-statement-alter-table.md
  • sql-statements/sql-statement-backup.md
  • sql-statements/sql-statement-batch.md
  • sql-statements/sql-statement-calibrate-resource.md
  • sql-statements/sql-statement-commit.md
  • sql-statements/sql-statement-create-binding.md
  • sql-statements/sql-statement-create-database.md
  • sql-statements/sql-statement-create-index.md
  • sql-statements/sql-statement-create-resource-group.md
  • sql-statements/sql-statement-create-sequence.md
  • sql-statements/sql-statement-create-table.md
  • sql-statements/sql-statement-deallocate.md
  • sql-statements/sql-statement-delete.md
  • sql-statements/sql-statement-distribute-table.md
  • sql-statements/sql-statement-do.md
  • sql-statements/sql-statement-drop-binding.md
  • sql-statements/sql-statement-execute.md
  • sql-statements/sql-statement-explain.md
  • sql-statements/sql-statement-flashback-cluster.md
  • sql-statements/sql-statement-flashback-database.md
  • sql-statements/sql-statement-flashback-table.md
  • sql-statements/sql-statement-grant-privileges.md
  • sql-statements/sql-statement-import-into.md
  • sql-statements/sql-statement-kill.md
  • sql-statements/sql-statement-load-data.md
  • sql-statements/sql-statement-lock-stats.md
  • sql-statements/sql-statement-lock-tables-and-unlock-tables.md
  • sql-statements/sql-statement-modify-column.md
  • sql-statements/sql-statement-overview.md
  • sql-statements/sql-statement-prepare.md
  • sql-statements/sql-statement-recover-table.md
  • sql-statements/sql-statement-restore.md
  • sql-statements/sql-statement-rollback.md
  • sql-statements/sql-statement-select.md
  • sql-statements/sql-statement-set-role.md
  • sql-statements/sql-statement-show-analyze-status.md
  • sql-statements/sql-statement-show-bindings.md
  • sql-statements/sql-statement-show-create-database.md
  • sql-statements/sql-statement-show-stats-meta.md
  • sql-statements/sql-statement-split-region.md
  • sql-statements/sql-statement-truncate.md
  • sql-statements/sql-statement-update.md
  • sql-statements/sql-statement-use.md
  • sql-tuning-best-practice.md
  • sql-tuning-overview.md
  • statement-summary-tables.md
  • statistics.md
  • sync-diff-inspector/sync-diff-inspector-overview.md
  • system-variable-reference.md
  • system-variables.md
  • table-affinity.md
  • temporary-tables.md
  • ticdc/ticdc-architecture.md
  • ticdc/ticdc-canal-json.md
  • ticdc/ticdc-changefeed-config.md
  • ticdc/ticdc-classic-architecture.md
  • ticdc/ticdc-compatibility.md
  • ticdc/ticdc-data-replication-capabilities.md
  • ticdc/ticdc-ddl.md
  • ticdc/ticdc-debezium.md
  • ticdc/ticdc-faq.md
  • ticdc/ticdc-open-protocol.md
  • ticdc/ticdc-overview.md
  • ticdc/ticdc-simple-protocol.md
  • ticdc/ticdc-sink-to-cloud-storage.md
  • ticdc/ticdc-sink-to-kafka.md
  • ticdc/ticdc-sink-to-mysql.md
  • ticdc/ticdc-split-update-behavior.md
  • ticdc/ticdc-storage-consumer-dev-guide.md
  • ticdc/ticdc-table-routing.md
  • ticdc/troubleshoot-ticdc.md
  • tidb-cloud/ai-feature-concepts.md
  • tidb-cloud/built-in-monitoring.md
  • tidb-cloud/calibrate-resource.md
  • tidb-cloud/changefeed-sink-to-apache-kafka.md
  • tidb-cloud/changefeed-sink-to-apache-pulsar.md
  • tidb-cloud/changefeed-sink-to-cloud-storage.md
  • tidb-cloud/changefeed-sink-to-mysql.md
  • tidb-cloud/changefeed-sink-to-tidb-cloud.md
  • tidb-cloud/configure-sql-users.md
  • tidb-cloud/connect-to-tidb-cluster-serverless.md
  • tidb-cloud/connect-to-tidb-cluster.md
  • tidb-cloud/connect-via-standard-connection-serverless.md
  • tidb-cloud/connect-via-standard-connection.md
  • tidb-cloud/data-service-api-key.md
  • tidb-cloud/data-service-app-config-files.md
  • tidb-cloud/data-service-get-started.md
  • tidb-cloud/data-service-manage-endpoint.md
  • tidb-cloud/data-service-oas-with-nextjs.md
  • tidb-cloud/data-service-postman-integration.md
  • tidb-cloud/data-service-response-and-status-code.md
  • tidb-cloud/database-schema-concepts.md
  • tidb-cloud/essential-changefeed-overview.md
  • tidb-cloud/essential-database-audit-logging.md
  • tidb-cloud/import-csv-files-serverless.md
  • tidb-cloud/import-csv-files.md
  • tidb-cloud/import-parquet-files-serverless.md
  • tidb-cloud/import-parquet-files.md
  • tidb-cloud/integrate-tidbcloud-with-n8n.md
  • tidb-cloud/integrate-tidbcloud-with-vercel.md
  • tidb-cloud/limited-sql-features-tidb-x.md
  • tidb-cloud/limited-sql-features.md
  • tidb-cloud/migrate-from-mysql-using-data-migration.md
  • tidb-cloud/migrate-from-op-tidb.md
  • tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md
  • tidb-cloud/migrate-sql-shards.md
  • tidb-cloud/monitor-built-in-alerting.md
  • tidb-cloud/monitor-datadog-integration.md
  • tidb-cloud/monitor-new-relic-integration.md
  • tidb-cloud/monitor-prometheus-and-grafana-integration.md
  • tidb-cloud/optimize-resource-allocation.md
  • tidb-cloud/premium/built-in-monitoring-premium.md
  • tidb-cloud/premium/connect-to-premium-via-public-connection.md
  • tidb-cloud/premium/connect-to-tidb-instance.md
  • tidb-cloud/premium/import-csv-files-premium.md
  • tidb-cloud/premium/import-from-s3-premium.md
  • tidb-cloud/premium/import-with-mysql-cli-premium.md
  • tidb-cloud/premium/migrate-from-op-tidb-premium.md
  • tidb-cloud/premium/tidb-cloud-auditing-premium.md
  • tidb-cloud/prometheus-grafana-integration.md
  • tidb-cloud/releases/release-notes-2022.md
  • tidb-cloud/releases/release-notes-2023.md
  • tidb-cloud/releases/release-notes-2025.md
  • tidb-cloud/releases/tidb-cloud-release-notes.md
  • tidb-cloud/releases/tidb-x-cloud.202510.1.md
  • tidb-cloud/serverless-export.md
  • tidb-cloud/serverless-faqs.md
  • tidb-cloud/serverless-high-availability.md
  • tidb-cloud/sql-concepts.md
  • tidb-cloud/statement-insight.md
  • tidb-cloud/ticloud-serverless-export-create.md
  • tidb-cloud/tidb-cloud-auditing-legacy.md
  • tidb-cloud/tidb-cloud-auditing.md
  • tidb-cloud/tidb-cloud-billing-dm.md
  • tidb-cloud/tidb-cloud-faq.md
  • tidb-cloud/tidb-cloud-glossary.md
  • tidb-cloud/tidb-cloud-log-redaction.md
  • tidb-cloud/tidb-cloud-poc.md
  • tidb-cloud/tidb-cloud-quickstart.md
  • tidb-cloud/tidb-cloud-sql-tuning-overview.md
  • tidb-cloud/top-ru.md
  • tidb-cloud/transaction-concepts.md
  • tidb-cloud/use-chat2query-api.md
  • tidb-cloud/use-chat2query-knowledge.md
  • tidb-cloud/v6.5-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v6.5-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v7.1-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v7.1-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v7.5-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v7.5-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v8.1-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v8.1-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md
  • tidb-computing.md
  • tidb-configuration-file.md
  • tidb-control.md
  • tidb-distributed-execution-framework.md
  • tidb-lightning/tidb-lightning-compatibility-and-scenarios.md
  • tidb-lightning/tidb-lightning-configuration.md
  • tidb-lightning/tidb-lightning-data-source.md
  • tidb-lightning/tidb-lightning-logical-import-mode-usage.md
  • tidb-performance-tuning-config.md
  • tidb-read-staleness.md
  • tidb-resource-control-ru-groups.md
  • tidb-resource-control-runaway-queries.md
  • tidb-rowid.md
  • tidb-troubleshooting-map.md
  • tiflash-performance-tuning-methods.md
  • tiflash/create-tiflash-replicas.md
  • tiflash/tiflash-late-materialization.md
  • tiflash/tiflash-results-materialization.md
  • tiflash/tiflash-spill-disk.md
  • tiflash/troubleshoot-tiflash.md
  • tiflash/tune-tiflash-performance.md
  • tiflash/use-tidb-to-read-tiflash.md
  • tiflash/use-tiflash-mpp-mode.md
  • tiproxy/tiproxy-overview.md
  • tiproxy/tiproxy-traffic-replay.md
  • transaction-isolation-levels.md
  • transaction-overview.md
  • troubleshoot-cpu-issues.md
  • troubleshoot-data-inconsistency-errors.md
  • troubleshoot-hot-spot-issues.md
  • troubleshoot-lock-conflicts.md
  • troubleshoot-stale-read.md
  • troubleshoot-tidb-cluster.md
  • troubleshoot-tidb-oom.md
  • upgrade-tidb-using-tiup.md
  • user-account-management.md
  • user-defined-variables.md
  • views.md
  • wrong-index-solution.md

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


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 added area/develop This PR relates to the area of TiDB App development. missing-translation-status This PR does not have translation status info. labels Aug 31, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 31, 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 lilin90 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 the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 31, 2026
@yahonda
yahonda marked this pull request as ready for review September 1, 2026 08:27
@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 Sep 1, 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 Sep 2, 2026
@yahonda
yahonda force-pushed the fix-ja-statement-term-unification branch from 4f0dbba to 01f3eb5 Compare September 2, 2026 04:31
yahonda added a commit to yahonda/docs that referenced this pull request Sep 3, 2026
yahonda added a commit to yahonda/docs that referenced this pull request Sep 3, 2026
Convert "<SQL-command-keyword>+katakana-loanword-for-statement" to
"<SQL-command-keyword>+native-noun-form" across the corpus (SQL/DDL/DML
plus individual command keywords such as SELECT/INSERT/UPDATE/DELETE/
CREATE TABLE/ALTER TABLE/EXPLAIN/ANALYZE/EXECUTE/PREPARE/SHOW variants/
GRANT/REVOKE/COMMIT/ROLLBACK/etc.), matching established Japanese DB
documentation convention. Left untouched: standalone generic references
to a statement, "prepared statement", and STATEMENT_SUMMARY-related
compounds.

546 files changed, 2359 occurrences converted.
…takana spelling

- dev-guide-insert-data.md: move the ga particle outside the italic-bold
  emphasis span (matches EN's single-word "must" emphasis)
- dev-guide-tidb-basics.md: move the wo particle outside a bold span
- Unify covering-index katakana spelling to the dominant no-long-vowel
  form (12 vs 6 occurrences corpus-wide) across dev-guide-index-best-practice.md,
  dev-guide-optimize-sql.md (fixes a same-passage self-contradiction between
  its own heading and body text), and sql-tuning-best-practice.md
@yahonda
yahonda force-pushed the fix-ja-statement-term-unification branch from 57def2a to ebb5ddc Compare September 3, 2026 02:10
yahonda added a commit to yahonda/docs that referenced this pull request Sep 3, 2026
yahonda added a commit to yahonda/docs that referenced this pull request Sep 3, 2026
@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Sep 3, 2026
@ti-chi-bot

ti-chi-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-09-03 03:28:45.123842822 +0000 UTC m=+1336360.294936937: ☑️ agreed by qiancai.

@qiancai
qiancai merged commit b579cfa into pingcap:i18n-ja-release-8.5 Sep 3, 2026
2 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/develop This PR relates to the area of TiDB App development. needs-1-more-lgtm Indicates a PR needs 1 more LGTM. size/XXL Denotes a PR that changes 1000+ 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