From b95dbe5251bbdcb9ae6424997ea55268f50e0ed2 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 28 Aug 2026 13:49:20 +0900 Subject: [PATCH] i18n(ja): fix noun-smashed translation of a TiCDC release-note bullet EN 'Support placement rules' had been word-for-word reordered into a bare noun compound (support + placement-rule stuck together with no particle), rather than translated as a clause. Reworded to match the noun-ending style used by sibling bullets in the same list. --- releases/release-6.0.0-dmr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-6.0.0-dmr.md b/releases/release-6.0.0-dmr.md index f33e37aee3bbb..67c3260c4ddd7 100644 --- a/releases/release-6.0.0-dmr.md +++ b/releases/release-6.0.0-dmr.md @@ -396,7 +396,7 @@ TiDB v6.0.0 は DMR であり、そのバージョンは 6.0.0-DMR です。 - TiCDC - Grafana に`Lag analyze`パネルを追加する [#4891](https://github.com/pingcap/tiflow/issues/4891) - - サポート配置ルール[#4846](https://github.com/pingcap/tiflow/issues/4846) + - 配置ルールのサポート[#4846](https://github.com/pingcap/tiflow/issues/4846) - HTTP API処理の同期[#1710](https://github.com/pingcap/tiflow/issues/1710) - チェンジフィードを再開するための指数バックオフ メカニズムを追加します。 [#3329](https://github.com/pingcap/tiflow/issues/3329) - MySQL でのデッドロックを減らすために、MySQL シンクのデフォルトの分離レベルを読み取りコミットに設定します。 [#3589](https://github.com/pingcap/tiflow/issues/3589)