File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ module.exports = {
14
14
subhead : `Axios は、ブラウザと Node.js のための、シンプルなプロミスベースの HTTP クライアントです。
15
15
Axios は、非常に拡張性の高いインターフェイスを持つ小さなパッケージで、
16
16
シンプルに使えるライブラリを提供します。` ,
17
+ sponsors : `<p>私たちのプロジェクトへのご支援をご検討いただきありがとうございます。</p>
18
+ <p>選択したティアにこの特典が含まれている場合、24時間以内に自動的にこのリストに追加されます。</p>
19
+ <div class="social"><a class="link" href="/ja/docs/sponsor">続きを読む...</a></div>
20
+ `
17
21
} ,
18
22
// `t` stands fot `translation`. This will contain translations of single words or phrases
19
23
t : {
@@ -34,7 +38,10 @@ module.exports = {
34
38
"Website Copy Right Footer" : 'Web サイトの著作権フッター' ,
35
39
"View On Github" : 'GitHub で表示' ,
36
40
"Axios Project Copy Right Footer" : 'Axios プロジェクトの著作権フッター' ,
37
- "License Label Footer" : 'ライセンスラベル フッター'
41
+ "License Label Footer" : 'ライセンスラベル フッター' ,
42
+ "Sponsors" : "スポンサー" ,
43
+ "Become a sponsor" : "スポンサーになる" ,
44
+ "Gold Sponsors" : "ゴールドスポンサー"
38
45
} ,
39
46
sidebar : [
40
47
{
Original file line number Diff line number Diff line change 91
91
fill =" white"
92
92
/>
93
93
</svg >
94
- <span >Become a sponsor</span >
94
+ <span ><%= locale . t [ ' Become a sponsor' ] || ' Become a sponsor ' %> </span >
95
95
</a >
96
96
</span >
97
97
</div >
You can’t perform that action at this time.
0 commit comments