From a0110b0eb1bbb51bbdcb69b74d235c1a7a0acbdc Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Mar 2026 00:37:51 +0900 Subject: [PATCH 1/2] fix(i18n): fill missing keys --- i18n/locales/ja-JP.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json index 69d3230fae..cae656b22f 100644 --- a/i18n/locales/ja-JP.json +++ b/i18n/locales/ja-JP.json @@ -18,6 +18,7 @@ "source": "ソースコード", "social": "ソーシャル", "chat": "チャット", + "builders_chat": "builders", "keyboard_shortcuts": "キーボードショートカット" }, "shortcuts": { @@ -64,7 +65,13 @@ "org": "organization", "view_user_packages": "このユーザーのパッケージを表示", "view_org_packages": "このorganizationのパッケージを表示" - } + }, + "instant_search": "Instant search", + "instant_search_on": "on", + "instant_search_off": "off", + "instant_search_turn_on": "turn on", + "instant_search_turn_off": "turn off", + "instant_search_advisory": "{label} {state} — {action}" }, "nav": { "main_navigation": "メイン", @@ -958,6 +965,11 @@ "description": "チャット、質問、アイデアの共有。", "cta": "Discordに参加" }, + "builders": { + "title": "Help build npmx", + "description": "Join the builders shaping the future of npmx.", + "cta": "Join Builders Discord" + }, "follow": { "title": "最新情報を入手", "description": "npmxの最新情報をお届けします。", From cd71fa1f37498bb53567fc2ee69aaee01acb4dd6 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Mar 2026 00:54:50 +0900 Subject: [PATCH 2/2] fix(i18n): update Japanese translations --- i18n/locales/ja-JP.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json index cae656b22f..b9f00f8a03 100644 --- a/i18n/locales/ja-JP.json +++ b/i18n/locales/ja-JP.json @@ -18,7 +18,7 @@ "source": "ソースコード", "social": "ソーシャル", "chat": "チャット", - "builders_chat": "builders", + "builders_chat": "ビルダー", "keyboard_shortcuts": "キーボードショートカット" }, "shortcuts": { @@ -66,11 +66,11 @@ "view_user_packages": "このユーザーのパッケージを表示", "view_org_packages": "このorganizationのパッケージを表示" }, - "instant_search": "Instant search", - "instant_search_on": "on", - "instant_search_off": "off", - "instant_search_turn_on": "turn on", - "instant_search_turn_off": "turn off", + "instant_search": "インスタント検索", + "instant_search_on": "オン", + "instant_search_off": "オフ", + "instant_search_turn_on": "オンにする", + "instant_search_turn_off": "オフにする", "instant_search_advisory": "{label} {state} — {action}" }, "nav": { @@ -957,7 +957,7 @@ "title": "参加するには", "contribute": { "title": "貢献する", - "description": "より良いnpm体験の開発に協力してください。", + "description": "より良いnpm体験の開発に協力しましょう。", "cta": "GitHubで表示" }, "community": { @@ -966,9 +966,9 @@ "cta": "Discordに参加" }, "builders": { - "title": "Help build npmx", - "description": "Join the builders shaping the future of npmx.", - "cta": "Join Builders Discord" + "title": "npmxの開発に参加", + "description": "npmxの未来を形作るビルダーたちに参加しましょう。", + "cta": "Builders Discordに参加" }, "follow": { "title": "最新情報を入手",