Skip to content

i18n(ja): restore English command and flag names in tiup/ticloud headings - #23401

Merged
qiancai merged 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-tiup-command-flag-headings
Aug 4, 2026
Merged

i18n(ja): restore English command and flag names in tiup/ticloud headings#23401
qiancai merged 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-tiup-command-flag-headings

Conversation

@yahonda

@yahonda yahonda commented Jul 31, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

The machine-translation pipeline translated literal command names and CLI flag names inside headings in the tiup/ticloud command-reference docs. These must stay English (they are literal commands/flags). This PR restores them to the exact English literal from upstream/release-8.5, leaving the existing {#...} anchors untouched.

32 headings / 22 files.

  • Command H1 (11): tiup dm デプロイ/破壊/プルーン/再起動/スタートdeploy/destroy/prune/restart/start; tiup クラスタメタバックアップ/リストアtiup cluster meta backup/restore; tiup cluster auditクリーンアップaudit cleanup; ticloud認証ログイン/の完了/ヘルプticloud auth login/completion/help.
  • Flag headings (21): --パスワード/--はい/--バージョン/--説明/--スタンドアロン/--毎晩/--保持日数/--稼働時間/--ステータスタイムアウト/--クリーン証明書/--証明書を再読み込み/--再起動タイムアウト/---アップグレード前(後)スクリプト/--ノード(ロール)データを保持--password/--yes/--version/--desc/--standalone/--nightly/--retain-days/--uptime/--status-timeout/--clean-certificate/--reload-certificate/--restart-timeout/---pre(post)-upgrade-script/--retain-node(role)-data.

Only the visible heading text is changed; anchors are preserved so inbound links keep resolving. Each heading was verified 1:1 against the English source.

Note: 3 flag headings in tiup-component-cluster-upgrade.md (restart-timeout, pre/post-upgrade-script) also have their anchors adjusted by #23316; these will combine cleanly at merge (text here + anchor there).

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

  • master (the latest development version)
  • v8.5 (TiDB 8.5 versions)

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

Same class as #23394 (CLI flag tables) and #23400 (SQL identifiers).

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
  • This PR was created with the assistance of an AI agent.

@ti-chi-bot

ti-chi-bot Bot commented Jul 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 lance6716 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/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 31, 2026
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a859c6eb-741d-490b-8072-5887fcaa3b2d

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@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 Aug 3, 2026
@qiancai

qiancai commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

@yahonda, could you please resolve conflicts in this PR? Thanks.

…ings

The MT pipeline translated literal command names and CLI flag names in headings;
restore them to the exact English literal (matching upstream/release-8.5), leaving
the existing {#...} anchors untouched. 32 headings / 22 files.

- Command H1: tiup dm デプロイ/破壊/プルーン/再起動/スタート -> deploy/destroy/prune/
  restart/start; tiup クラスタメタバックアップ/リストア -> tiup cluster meta backup/
  restore; tiup cluster auditクリーンアップ -> audit cleanup; ticloud認証ログイン/
  の完了/ヘルプ -> ticloud auth login/completion/help.
- Flag headings: --パスワード/--はい/--バージョン/--説明/--スタンドアロン/--毎晩/
  --保持日数/--稼働時間/--ステータスタイムアウト/--クリーン証明書/--証明書を再読み込み/
  --再起動タイムアウト/---アップグレード前/後スクリプト/--ノード(ロール)データを保持
  -> --password/--yes/--version/--desc/--standalone/--nightly/--retain-days/--uptime/
  --status-timeout/--clean-certificate/--reload-certificate/--restart-timeout/
  ---pre(post)-upgrade-script/--retain-node(role)-data.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@yahonda
yahonda force-pushed the i18n-ja-tiup-command-flag-headings branch from 43c20c9 to 03021c0 Compare August 4, 2026 00:32
@yahonda

yahonda commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

Rebased.

@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Aug 4, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-08-04 02:41:34.054365489 +0000 UTC m=+2495880.090460545: ☑️ agreed by qiancai.

@qiancai
qiancai merged commit 358c4c0 into pingcap:i18n-ja-release-8.5 Aug 4, 2026
3 of 6 checks passed
@yahonda
yahonda deleted the i18n-ja-tiup-command-flag-headings branch August 4, 2026 03:10
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/M Denotes a PR that changes 30-99 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