i18n(ja): fix import related mistranslations in Japanese prose#23119
i18n(ja): fix import related mistranslations in Japanese prose#23119yahonda wants to merge 2 commits into
Conversation
|
[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 |
There was a problem hiding this comment.
Code Review
This pull request standardizes the Japanese technical terminology across various documentation files by replacing literal translations of "import" and "export" (such as "輸入" and "輸出") with standard IT terms ("インポート" and "エクスポート"). The review comments identify several minor grammatical errors, missing particles, and unnatural phrasing introduced by the bulk search-and-replace, offering clear and actionable suggestions to improve the overall quality and readability of the documentation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
4993078 to
136f4fc
Compare
2eecbf7 to
0c1f37d
Compare
- 物理輸入モード → 物理インポートモード - 並行輸入/並行インポート → 並列インポート - 輸入 (standalone) → インポート (TOC, UI labels, prose) - 輸入業者 → Importer - 輸入パフォーマンス → インポートパフォーマンス - 完全輸入ベンチマークケース → 完全インポートベンチマークケース - 輸入プロセス → インポートプロセス - Data App → データアプリ (consistency fix) - 物理的に輸入する品目 → 物理インポートの確認項目 - 輸入と輸出の統計 → インポートとエクスポートの統計
53ac58b to
59db5be
Compare
What is changed, added or deleted? (Required)
Fixed mistranslation of "import" (データインポート) as "輸入" (import of goods) across 32 Japanese documentation files.
Changes:
物理輸入モード→物理インポートモード(physical import mode)並行輸入→並行インポート(parallel import)輸入→インポートin TOC labels, UI labels, and prose輸入業者→Importer(component name)輸入パフォーマンス→インポートパフォーマンス完全輸入ベンチマークケース→完全インポートベンチマークケース輸入プロセス→インポートプロセスData App→データアプリ(consistency fix in data-service-postman-integration.md)輸入と輸出の統計→インポートとエクスポートの統計Which TiDB version(s) do your changes apply to? (Required)
N/A (Japanese translation branch only)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?