i18n(ja): fix broken GCS permission literal in tidb-cloud-auditing.md - #23380
i18n(ja): fix broken GCS permission literal in tidb-cloud-auditing.md#23380yahonda wants to merge 1 commit into
Conversation
The GCS permission name storage.objects.delete was mistranslated to storage.オブジェクト.削除, breaking the literal. Restore the exact string. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
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 |
What is changed, added or deleted? (Required)
Fix a broken code literal in the Japanese
tidb-cloud/tidb-cloud-auditing.md. In the GCS access permission list, the permission namestorage.objects.deletehad been machine-translated tostorage.オブジェクト.削除, which is not a valid permission string.The sibling permission
storage.objects.createwas already correct, and the English source lists exactlystorage.objects.create/storage.objects.delete.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
i18n-ja-release-8.5machine-translation cleanupAI agent involvement
Do your changes match any of the following descriptions?