i18n(ja): restore lost code fences (batch 6, 25 files) - #23531
Conversation
…ub 1/2) Also fixes 3 indentation mismatches found during verification: 2 pre-existing under-indented 'terraform plan -generate-config-out' lines (unrelated to this batch's restored blocks) in terraform-use-serverless-branch-resource.md and terraform-use-serverless-export-resource.md, and one restored KMS JSON block in troubleshoot-import-access-denied-error.md that was under-indented by 4 spaces relative to EN.
|
Skipping CI for Draft Pull Request. |
|
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 |
|
[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 |
[LGTM Timeline notifier]Timeline:
|
What is changed, added or deleted? (Required)
Continues the lost-code-fences sweep (batch 6 of the remaining files after batches 1-5: #23505, #23506, #23511, #23529, #23530). Restores dropped ``` fence markers around code/config/log examples across 25 files (
tidb-cloud/*.mdincluding 5 `terraform-use-.md` resource docs, `tidb-lightning/.md`, `tiflash/*.md`, and a few top-level files), purely structural — no visible text reworded.Contrary to an initial concern that the 5 terraform-use-*.md files' large EN/JA count gaps might mix lost fences with genuinely untranslated new EN content, verification confirmed every block in those files was fully translated JA content that had simply lost its fence markers — no content was invented.
Verified with 3 layers: (1) total ``` count matches EN exactly, (2) block count matches EN exactly, (3) every restored block's line-by-line content has indentation identical to EN wherever the stripped content matches. This pass caught and fixed 3 additional indentation issues beyond the sub-agents' own fixes: 2 pre-existing under-indented
terraform plan -generate-config-outlines (unrelated to the blocks restored in those same files) and one restored KMS JSON block that was under-indented by 4 spaces relative to EN.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?