Skip to content

Commit 0cba089

Browse files
authored
chore: update home in ja (#291)
1 parent 8db25dc commit 0cba089

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ja.lang.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ module.exports = {
1414
subhead: `Axios は、ブラウザと Node.js のための、シンプルなプロミスベースの HTTP クライアントです。
1515
Axios は、非常に拡張性の高いインターフェイスを持つ小さなパッケージで、
1616
シンプルに使えるライブラリを提供します。`,
17+
sponsors: `<p>私たちのプロジェクトへのご支援をご検討いただきありがとうございます。</p>
18+
<p>選択したティアにこの特典が含まれている場合、24時間以内に自動的にこのリストに追加されます。</p>
19+
<div class="social"><a class="link" href="/ja/docs/sponsor">続きを読む...</a></div>
20+
`
1721
},
1822
// `t` stands fot `translation`. This will contain translations of single words or phrases
1923
t: {
@@ -34,7 +38,10 @@ module.exports = {
3438
"Website Copy Right Footer": 'Web サイトの著作権フッター',
3539
"View On Github": 'GitHub で表示',
3640
"Axios Project Copy Right Footer": 'Axios プロジェクトの著作権フッター',
37-
"License Label Footer": 'ライセンスラベル フッター'
41+
"License Label Footer": 'ライセンスラベル フッター',
42+
"Sponsors": "スポンサー",
43+
"Become a sponsor": "スポンサーになる",
44+
"Gold Sponsors": "ゴールドスポンサー"
3845
},
3946
sidebar: [
4047
{

templates/home.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
fill="white"
9292
/>
9393
</svg>
94-
<span>Become a sponsor</span>
94+
<span><%= locale.t['Become a sponsor'] || 'Become a sponsor' %></span>
9595
</a>
9696
</span>
9797
</div>

0 commit comments

Comments
 (0)