Skip to content

Commit d65541c

Browse files
psytoclaude
andcommitted
lessons: polish 7 JA module/lesson titles surfaced by course-detail audit
Title-level cleanups visible on the course detail page (audit of /courses/[slug]): - Inside Alloy: "alloy 消費者コードのテスト" → "alloy 利用側コードのテスト" ("消費者" reads awkward in tech context) - Inside Alloy: "実 Signer トレイト" → "本物の Signer トレイト" (consistency with sibling "本物の Provider/Network を読む" lessons) - Inside Alloy: "Inside Alloy 最終クイズ" → "Inside Alloy ファイナルクイズ" (consistency with Inside Reth/Revm) - Consensus: "Proof-of-Liquidity をコンセンサスカスタマイズとして" → "...のカスタマイズとして" - Consensus: "NodeBuilder コンセンサススロット" → "NodeBuilder のコンセンサススロット" - Building: "Test gate — この tier では..." → "テストゲート — このティアでは..." (matches テストゲート in lesson bodies; tier → ティア) - Inside Reth: "Reth のパイプライン: 10ステージ、順番付き" → "Reth のパイプライン — 順序のある 10 ステージ" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f7ff673 commit d65541c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

prisma/seed-reth-advanced-ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl<S: Stage<P>> Stage<P> for Box<S> {
322322
`,
323323
},
324324
{
325-
title: 'Reth のパイプライン: 10ステージ、順番付き',
325+
title: 'Reth のパイプライン — 順序のある 10 ステージ',
326326
slug: 'staged-sync-pipeline-ja',
327327
type: 'CONTENT',
328328
sortOrder: 1,

prisma/seed-reth-alloy-advanced-ja.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ pub trait TxSigner<Sig> {
17611761
`,
17621762
},
17631763
{
1764-
title: ' \`Signer\` トレイト + \`PrivateKeySigner\` / \`AwsSigner\` / \`WalletFiller\` を読む',
1764+
title: '本物の \`Signer\` トレイト + \`PrivateKeySigner\` / \`AwsSigner\` / \`WalletFiller\` を読む',
17651765
slug: 'alloy-signer-walkthrough-ja',
17661766
type: 'CONTENT',
17671767
sortOrder: 10,
@@ -2273,7 +2273,7 @@ expected (), found
22732273
このドリルを終えた時点で、*完全な Provider / Network / Signer のトリオを通した署名済みトランザクション* を投入したことになる — dapp、MEV ボット、インデクサが本番で使っているのと同じ形だ。**Provider、Network、Signer のチェーンが完走。** 次はコースの最終クイズ。`,
22742274
},
22752275
{
2276-
title: 'alloy 消費者コードのテスト — anvil・Provider モック・トレイト差し替え',
2276+
title: 'alloy 利用側コードのテスト — anvil・Provider モック・トレイト差し替え',
22772277
slug: 'alloy-testing-ja',
22782278
type: 'CONTENT',
22792279
sortOrder: 13,
@@ -2425,7 +2425,7 @@ let provider = forked_provider_at(FORK_RPC, PINNED_BLOCK).await;
24252425
`,
24262426
},
24272427
{
2428-
title: 'Inside Alloy 最終クイズ',
2428+
title: 'Inside Alloy ファイナルクイズ',
24292429
slug: 'alloy-advanced-quiz-ja',
24302430
type: 'QUIZ',
24312431
sortOrder: 14,

prisma/seed-reth-building-ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function seedRethBuildingJA(prisma: PrismaClient) {
2626
lessons: {
2727
create: [
2828
{
29-
title: 'Test gate — この tier では全アプリがテスト green で初めて完了',
29+
title: 'テストゲート — このティアでは全アプリがテスト green で初めて完了',
3030
slug: 'building-test-gate-ja',
3131
type: 'CONTENT',
3232
sortOrder: 0,

prisma/seed-reth-consensus-engineering-ja.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ loop {
10041004
> 最終チェック: 一文で、Malachite が自分で書かずに済ませてくれるものは何か? **言葉にできなければ、組み込み準備の整った Rust BFT エンジンを持つ価値をまだ腹落ちさせていない**。`,
10051005
},
10061006
{
1007-
title: 'bera-reth を読む — Proof-of-Liquidity をコンセンサスカスタマイズとして',
1007+
title: 'bera-reth を読む — Proof-of-Liquidity をコンセンサスのカスタマイズとして',
10081008
slug: 'consensus-bera-reth-ja',
10091009
type: 'CONTENT',
10101010
sortOrder: 2,
@@ -1239,7 +1239,7 @@ bera-reth を参照として学ぶ:
12391239
lessons: {
12401240
create: [
12411241
{
1242-
title: 'NodeBuilder コンセンサススロット — カスタムコンセンサスを配線',
1242+
title: 'NodeBuilder のコンセンサススロット — カスタムコンセンサスを配線',
12431243
slug: 'consensus-nodebuilder-slot-ja',
12441244
type: 'CONTENT',
12451245
sortOrder: 0,

0 commit comments

Comments
 (0)