i18n(ja): translate residual English "storage" to Japanese - #23429
i18n(ja): translate residual English "storage" to Japanese#23429yahonda wants to merge 1 commit into
Conversation
|
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 |
bbe3f38 to
37e0292
Compare
0821dfd to
f754977
Compare
The machine translation left the English word "storage" untranslated in Japanese prose (e.g. TSOディスクstorageタイムアウト, メモリベースのstorage, storageクラス, S3storage障害). Translate these prose occurrences to ストレージ. Selective: config keys (storage.data-dir, storage-class, readpool.storage), code spans, URLs, and S3/product names (Azure Blob Storage, Google Cloud Storage, etc.) are left unchanged (verified: storage.* / storage-* count unchanged, 603; proper-noun Storage counts unchanged). Special cases handled where "storage" was NOT a common noun to katakana-ize: - Verb/gerund: Mビット値をstorageします → 格納します; 継続的にストレージこと → 継続的に格納する. - Mistranslation source: br コマンドstorage引数 → br コマンドライン引数 (EN is "command line"). - At-rest sense: ストレージ中および転送中 → 保管中および転送中 (EN "during storage"). - Removed a spurious "シームレス" (seamless) in vector-search-overview.md, absent from EN. Verified 1:1 against the English source across all 75 files.
f754977 to
68ed5af
Compare
What is changed, added or deleted? (Required)
The machine translation left the English word "storage" untranslated in Japanese prose, where it should be ストレージ. Examples:
TSOディスクstorageタイムアウト,メモリベースのstorage,storageクラス,S3storage障害,storageリソースが不足,リドゥログのstorageURI.This PR translates those prose occurrences to ストレージ. 99 changes across 75 files.
Selective — intentionally left unchanged (verified):
storage.data-dir,storage-class, etc. — thestorage.*/storage-*count is identical before/after (603 → 603).Also fixes two related mistranslations on touched lines:
Mビット値をstorageします→Mビット値を格納します("stores M-bit values").シームレス("seamless") inai/concepts/vector-search-overview.mdthat is absent from the English source (EN: "TiDB introduces [Vector data types] and [Vector search index] designed to optimize the storage and retrieval...").Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
N/A
Do your changes match any of the following descriptions?