i18n(ja): restore English CSV Configuration field names - #23538
Conversation
|
Skipping CI for Draft Pull Request. |
|
[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 |
|
Warning Review limit reached
Next review available in: 34 minutes Limit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
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 |
|
@yahonda, there are two conflicts in this PR. Would you check and resolve them? Thanks. |
csv-config-for-import-data.md documents the literal field names shown in TiDB Cloud's CSV Configuration window (Separator, Delimiter, Null Value, Backslash Escape, Skip Header) — all confirmed as genuine UI labels via the tidbcloud/dbaas-ui source (dbaas/screens/DataImportV2/CSVConfiguration.tsx, each rendered as its own <Typography variant="label-lg"> field label). These were translated into Japanese instead of kept in English, both in the section headings and their inline body references. Also fixed the same 'Edit CSV configuration' button + field-name list in tidb-cloud-import-local-files.md and migrate-sql-shards.md, and a column-header fluency issue in the Backslash Escape sequence table (変換された -> 変換後).
6da2455 to
10f58e5
Compare
What is changed, added or deleted? (Required)
csv-config-for-import-data.mddocuments the literal field names shown in TiDB Cloud's CSV Configuration window (Separator, Delimiter, Null Value, Backslash Escape, Skip Header) — all confirmed as genuine UI labels viatidbcloud/dbaas-ui(dbaas/screens/DataImportV2/CSVConfiguration.tsx, each rendered as its own<Typography variant="label-lg">field label). These were translated into Japanese instead of kept in English, both in the section headings and their inline body references.Also fixed the same "Edit CSV configuration" button + field-name list in
tidb-cloud-import-local-files.mdandmigrate-sql-shards.md, and a column-header fluency issue in the Backslash Escape sequence table (変換された → 変換後).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?