Skip to content

Commit a0110b0

Browse files
committed
fix(i18n): fill missing keys
1 parent f8dff44 commit a0110b0

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

i18n/locales/ja-JP.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"source": "ソースコード",
1919
"social": "ソーシャル",
2020
"chat": "チャット",
21+
"builders_chat": "builders",
2122
"keyboard_shortcuts": "キーボードショートカット"
2223
},
2324
"shortcuts": {
@@ -64,7 +65,13 @@
6465
"org": "organization",
6566
"view_user_packages": "このユーザーのパッケージを表示",
6667
"view_org_packages": "このorganizationのパッケージを表示"
67-
}
68+
},
69+
"instant_search": "Instant search",
70+
"instant_search_on": "on",
71+
"instant_search_off": "off",
72+
"instant_search_turn_on": "turn on",
73+
"instant_search_turn_off": "turn off",
74+
"instant_search_advisory": "{label} {state} — {action}"
6875
},
6976
"nav": {
7077
"main_navigation": "メイン",
@@ -958,6 +965,11 @@
958965
"description": "チャット、質問、アイデアの共有。",
959966
"cta": "Discordに参加"
960967
},
968+
"builders": {
969+
"title": "Help build npmx",
970+
"description": "Join the builders shaping the future of npmx.",
971+
"cta": "Join Builders Discord"
972+
},
961973
"follow": {
962974
"title": "最新情報を入手",
963975
"description": "npmxの最新情報をお届けします。",

0 commit comments

Comments
 (0)