Skip to content

Commit 089e65c

Browse files
nodejs-crowdincrowdin-botgithub-merge-queue[bot]
authored
[automated]: crowdin sync (#8213)
* chore: synced translations from crowdin * chore: automated format of translated files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 11fa0e5 commit 089e65c

File tree

6 files changed

+79
-2
lines changed

6 files changed

+79
-2
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: パートナーとサポーター
3+
layout: about
4+
---
5+
6+
# パートナーとサポーター
7+
8+
Node.jsコミュニティーはさまざまな形で貢献してくださるパートナーのネットワークによって支えられています。みなさまのご協力のおかげで堅牢なインフラの維持、セキュリティーの強化、新しいリリースの推進といったエコシステムの持続的な成長を実現できています。
9+
10+
Node.jsの成功と継続的な発展に欠かせないパートナーのみなさまのご支援に心から感謝いたします。
11+
12+
## インフラストラクチャー
13+
14+
インフラストラクチャーのパートナーのみなさまにはNode.jsプロジェクトに多大なご支援をいただいております。継続的インテグレーションやテストに必要なハードウェアや機器をご提供いただいているおかげで新しいNode.jsのバージョンのテストやリリースを行うことができます。
15+
16+
<PartnersLogoList categories="infrastructure" maxLength={null} sort="name" />
17+
18+
## サポーター
19+
20+
個人または組織のサポーターのみなさまには[OpenCollective](https://opencollective.com/nodejs)を通してNode.jsプロジェクトへの財政的なご支援をいただいております。
21+
22+
<WithSupporters />
23+
24+
## エコシステム持続可能性プログラム(ESP)
25+
26+
サポート終了(EOL)バージョンのNode.jsをお使いですか?OpenJSエコシステム持続可能性プログラム(ESP)はEOLバージョンでNode.jsアプリケーションを運用している組織のサポートプログラムです。セキュリティーパッチ、コンプライアンス支援、技術サポートを提供し、アップグレード戦略を計画する際の障壁を取り除く手助けをします。EOLバージョンの詳細については、[サポート終了を迎えたNode.jsリリース](/about/eol) をご覧ください。
27+
28+
> NES経由でのEOLバージョンの利用は一時的な解決策と捉えるべきであり、常に目標とすべきは積極的にサポートされているバージョンへのアップグレードです。
29+
30+
<PartnersLogoList categories="esp" maxLength={null} sort="name" />
31+
32+
## パートナーになる
33+
34+
Node.jsプロジェクトのパートナーとなり、当プロジェクトの開発と維持の継続にご協力いただけるパートナーを募っています。皆様の支援はNode.jsが世界中の開発者や組織にとって信頼性と安全性を兼ね備えたプラットフォームであり続けるために不可欠です。パートナーにご興味のある方は、OpenJS Foundationを通してご連絡ください。
35+
36+
<div>
37+
<Button href="https://openjsf.org/partners">OpenJS パートナーになる</Button>
38+
</div>

apps/site/pages/ja/download/current.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,19 @@ title: Node.js®をダウンロードする
2828
<LinkWithArrow href="https://nodejs.org/download/nightly/">ナイトリーバイナリー</LinkWithArrow>や全ての<Link href="/download/archive/current">過去のリリース</Link>、
2929
他のプラットフォーム向けの<LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">非公式バイナリー</LinkWithArrow>もダウンロードできます。
3030
</section>
31+
32+
---
33+
34+
<section className="mt-3">
35+
<h2 className="text-center">下記のパートナー企業からご支援いただいております:</h2>
36+
37+
<span className="text-center">
38+
これらのパートナー企業をはじめ{' '}
39+
<Link href="/about/partners">数多くの企業</Link>{' '}
40+
からのご支援により、Node.jsのダウンロードの提供やインフラの維持を行っています。
41+
</span>
42+
43+
<div className="mt-4">
44+
<PartnersLogoList categories="infrastructure" />
45+
</div>
46+
</section>

apps/site/pages/ja/download/index.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Node.js®をダウンロードする
1616
</Release.Provider>
1717
</section>
1818

19-
<section>
19+
<section className="mb-2">
2020
このバージョンの<Release.ChangelogLink>変更点</Release.ChangelogLink>や<Release.BlogPostLink>ブログ記事</Release.BlogPostLink>を確認できます。
2121

2222
リリーススケジュールやLTSに関する詳しい内容は[Node.jsのリリース](/ja/about/previous-releases)を確認してください。
@@ -28,3 +28,19 @@ title: Node.js®をダウンロードする
2828
<LinkWithArrow href="https://nodejs.org/download/nightly/">ナイトリーバイナリー</LinkWithArrow>や全ての<Link href="/download/archive/current">過去のリリース</Link>、
2929
他のプラットフォーム向けの<LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">非公式バイナリー</LinkWithArrow>もダウンロードできます。
3030
</section>
31+
32+
---
33+
34+
<section className="mt-3">
35+
<h2 className="text-center">下記のパートナー企業からご支援いただいております:</h2>
36+
37+
<span className="text-center">
38+
これらのパートナー企業をはじめ{' '}
39+
<Link href="/about/partners">数多くの企業</Link>{' '}
40+
からのご支援により、Node.jsのダウンロードの提供やインフラの維持を行っています。
41+
</span>
42+
43+
<div className="mt-4">
44+
<PartnersLogoList categories="infrastructure" />
45+
</div>
46+
</section>

apps/site/pages/ja/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ layout: home
2626

2727
<small className="!text-xs">EOLバージョン用</small>
2828
</Button>
29+
30+
<div className="flex justify-center xs:mt-3">
31+
<PartnersIconList />
32+
</div>
33+
34+
<span className="text-center text-sm! text-neutral-800 dark:text-neutral-600 text-balance">Node.jsは上記のパートナー企業など <Link href="/about/partners">数多くの企業</Link>からご支援いただいております。</span>
2935
</div>
3036

3137
</div>

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/website-i18n",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"type": "module",
55
"exports": {
66
"./*": [

packages/i18n/src/locales/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"governance": "プロジェクトの管理体制",
145145
"releases": "Node.js リリース",
146146
"security": "セキュリティーレポート",
147+
"partners": "パートナーとサポーター",
147148
"eol": "サポート終了(EOL)"
148149
}
149150
},

0 commit comments

Comments
 (0)