Skip to content

i18n-zh-release-8.5: translate Cloud doc changes from pingcap/docs release-8.5 on 2026-07-15#23285

Open
github-actions[bot] wants to merge 1 commit into
i18n-zh-release-8.5from
zh-translation/cloud-20260715-1784109687
Open

i18n-zh-release-8.5: translate Cloud doc changes from pingcap/docs release-8.5 on 2026-07-15#23285
github-actions[bot] wants to merge 1 commit into
i18n-zh-release-8.5from
zh-translation/cloud-20260715-1784109687

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What is changed, added or deleted? (Required)

Translate Cloud documentation changes from pingcap/docs release-8.5 to Chinese via ai-pr-translator commit-diff sync.

English commit diff:

1eb5844...990bdd7

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

  • i18n-zh-release-8.5

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

  • Source repo: pingcap/docs
  • Source branch: release-8.5
  • Cloud TOCs: TOC-tidb-cloud.md,TOC-tidb-cloud-starter.md,TOC-tidb-cloud-essential.md,TOC-tidb-cloud-premium.md,TOC-tidb-cloud-releases.md
  • Source files: TOC-tidb-cloud-essential.md,TOC-tidb-cloud-starter.md,TOC-tidb-cloud.md,correlated-subquery-optimization.md,explain-index-merge.md,information-schema/information-schema-slow-query.md,keywords.md,mysql-compatibility.md,mysql-schema/mysql-schema-user.md,optimizer-fix-controls.md,performance-schema/performance-schema-session-connect-attrs.md,predicate-push-down.md,sql-statements/sql-statement-alter-user.md,sql-statements/sql-statement-create-index.md,sql-statements/sql-statement-create-user.md,sql-statements/sql-statement-show-variables.md,statistics.md,status-variables.md,system-variables.md,tidb-cloud/ai-feature-concepts.md,tidb-cloud/architecture-concepts.md,tidb-cloud/backup-and-restore-serverless.md,tidb-cloud/backup-and-restore.md,tidb-cloud/branch-github-integration.md,tidb-cloud/branch-overview.md,tidb-cloud/changefeed-overview.md,tidb-cloud/changefeed-sink-to-apache-pulsar.md,tidb-cloud/changefeed-sink-to-cloud-storage.md,tidb-cloud/cli-reference.md,tidb-cloud/configure-sql-users.md,tidb-cloud/connect-to-tidb-cluster-serverless.md,tidb-cloud/connect-to-tidb-cluster.md,tidb-cloud/create-tidb-cluster-serverless.md,tidb-cloud/data-service-concepts.md,tidb-cloud/data-service-get-started.md,tidb-cloud/data-service-manage-data-app.md,tidb-cloud/data-service-manage-endpoint.md,tidb-cloud/data-service-overview.md,tidb-cloud/database-schema-concepts.md,tidb-cloud/dedicated/_index.md,tidb-cloud/essential-database-audit-logging.md,tidb-cloud/essential/_index.md,tidb-cloud/explore-data-with-chat2query.md,tidb-cloud/get-started-with-cli.md,tidb-cloud/key-concepts.md,tidb-cloud/migrate-from-mysql-using-data-migration.md,tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md,tidb-cloud/migrate-metrics-integrations.md,tidb-cloud/migrate-prometheus-metrics-integrations.md,tidb-cloud/monitor-datadog-integration-for-tidb-x.md,tidb-cloud/monitor-datadog-integration.md,tidb-cloud/monitor-new-relic-integration.md,tidb-cloud/monitor-prometheus-and-grafana-integration.md,tidb-cloud/pause-or-resume-tidb-cluster.md,tidb-cloud/premium/_index.md,tidb-cloud/premium/tidb-cloud-auditing-premium.md,tidb-cloud/prometheus-grafana-integration.md,tidb-cloud/releases/release-notes-2025.md,tidb-cloud/releases/tidb-cloud-release-notes.md,tidb-cloud/scale-tidb-cluster.md,tidb-cloud/serverless-high-availability.md,tidb-cloud/starter/_index.md,tidb-cloud/tidb-cloud-auditing.md,tidb-cloud/tidb-cloud-billing.md,tidb-cloud/tidb-cloud-encrypt-cmek-aws.md,tidb-cloud/tidb-cloud-faq.md,tidb-cloud/tidb-cloud-glossary.md,tidb-cloud/tidb-cloud-htap-quickstart.md,tidb-cloud/tidb-cloud-quickstart.md,tidb-cloud/tune-performance.md
  • Sync outcome: success

Docs with document structure mismatches after translation

The following files were translated successfully, but their Markdown heading or CustomContent structure does not match the source HEAD file.

  • system-variables.md: heading level sequence differs
    • Source: #x1 ##x1 ###x490
    • Target: #x1 ##x1 ###x480
    • First difference: heading 483: source ###, target (missing)
  • system-variables.md: CustomContent tag sequence differs
    • Source: 186 CustomContent tags: <CustomContent platform="tidb"> | </CustomContent> | <CustomContent platform="tidb-cloud"> | </CustomContent> | <CustomContent platform="tidb-cloud"> | </CustomContent> | ... (+180 more)
    • Target: 172 CustomContent tags: <CustomContent platform="tidb"> | </CustomContent> | <CustomContent platform="tidb-cloud"> | </CustomContent> | <CustomContent platform="tidb-cloud"> | </CustomContent> | ... (+166 more)
    • First difference: CustomContent tag 75: source at line 2901, target at line 2959
  • tidb-cloud/branch-overview.md: heading level sequence differs
    • Source: #x1 ##x5
    • Target: #x1 ##x4
    • First difference: heading 6: source ##, target (missing)

Before merging this PR, manually translate the failed files above or rerun this workflow with workflow_dispatch and file_names set to those paths.

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

@github-actions github-actions Bot added the translation/no-need No need to translate this PR. label Jul 15, 2026
@ti-chi-bot ti-chi-bot Bot added the contribution This PR is from a community contributor. label Jul 15, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 15, 2026

Copy link
Copy Markdown

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@ti-chi-bot ti-chi-bot Bot added the needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. label Jul 15, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 15, 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 breezewish 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 Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution This PR is from a community contributor. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. 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.

1 participant