i18n(ja): restore English command and flag names in tiup/ticloud headings - #23401
i18n(ja): restore English command and flag names in tiup/ticloud headings#23401yahonda wants to merge 1 commit into
Conversation
…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>
|
[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 |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
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.
tiup dm デプロイ/破壊/プルーン/再起動/スタート→deploy/destroy/prune/restart/start;tiup クラスタメタバックアップ/リストア→tiup cluster meta backup/restore;tiup cluster auditクリーンアップ→audit cleanup;ticloud認証ログイン/の完了/ヘルプ→ticloud auth login/completion/help.--パスワード/--はい/--バージョン/--説明/--スタンドアロン/--毎晩/--保持日数/--稼働時間/--ステータスタイムアウト/--クリーン証明書/--証明書を再読み込み/--再起動タイムアウト/---アップグレード前(後)スクリプト/--ノード(ロール)データを保持→--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)
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?