Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions apps/site/pages/ja/about/partners.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: パートナーとサポーター
layout: about
---

# パートナーとサポーター

Node.jsコミュニティーはさまざまな形で貢献してくださるパートナーのネットワークによって支えられています。みなさまのご協力のおかげで堅牢なインフラの維持、セキュリティーの強化、新しいリリースの推進といったエコシステムの持続的な成長を実現できています。

Node.jsの成功と継続的な発展に欠かせないパートナーのみなさまのご支援に心から感謝いたします。

## インフラストラクチャー

インフラストラクチャーのパートナーのみなさまにはNode.jsプロジェクトに多大なご支援をいただいております。継続的インテグレーションやテストに必要なハードウェアや機器をご提供いただいているおかげで新しいNode.jsのバージョンのテストやリリースを行うことができます。

<PartnersLogoList categories="infrastructure" maxLength={null} sort="name" />

## サポーター

個人または組織のサポーターのみなさまには[OpenCollective](https://opencollective.com/nodejs)を通してNode.jsプロジェクトへの財政的なご支援をいただいております。

<WithSupporters />

## エコシステム持続可能性プログラム(ESP)

サポート終了(EOL)バージョンのNode.jsをお使いですか?OpenJSエコシステム持続可能性プログラム(ESP)はEOLバージョンでNode.jsアプリケーションを運用している組織のサポートプログラムです。セキュリティーパッチ、コンプライアンス支援、技術サポートを提供し、アップグレード戦略を計画する際の障壁を取り除く手助けをします。EOLバージョンの詳細については、[サポート終了を迎えたNode.jsリリース](/about/eol) をご覧ください。

> NES経由でのEOLバージョンの利用は一時的な解決策と捉えるべきであり、常に目標とすべきは積極的にサポートされているバージョンへのアップグレードです。

<PartnersLogoList categories="esp" maxLength={null} sort="name" />

## パートナーになる

Node.jsプロジェクトのパートナーとなり、当プロジェクトの開発と維持の継続にご協力いただけるパートナーを募っています。皆様の支援はNode.jsが世界中の開発者や組織にとって信頼性と安全性を兼ね備えたプラットフォームであり続けるために不可欠です。パートナーにご興味のある方は、OpenJS Foundationを通してご連絡ください。

<div>
<Button href="https://openjsf.org/partners">OpenJS パートナーになる</Button>
</div>
16 changes: 16 additions & 0 deletions apps/site/pages/ja/download/current.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,19 @@ title: Node.js®をダウンロードする
<LinkWithArrow href="https://nodejs.org/download/nightly/">ナイトリーバイナリー</LinkWithArrow>や全ての<Link href="/download/archive/current">過去のリリース</Link>、
他のプラットフォーム向けの<LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">非公式バイナリー</LinkWithArrow>もダウンロードできます。
</section>

---

<section className="mt-3">
<h2 className="text-center">下記のパートナー企業からご支援いただいております:</h2>

<span className="text-center">
これらのパートナー企業をはじめ{' '}
<Link href="/about/partners">数多くの企業</Link>{' '}
からのご支援により、Node.jsのダウンロードの提供やインフラの維持を行っています。
</span>

<div className="mt-4">
<PartnersLogoList categories="infrastructure" />
</div>
</section>
18 changes: 17 additions & 1 deletion apps/site/pages/ja/download/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: Node.js®をダウンロードする
</Release.Provider>
</section>

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

リリーススケジュールやLTSに関する詳しい内容は[Node.jsのリリース](/ja/about/previous-releases)を確認してください。
Expand All @@ -28,3 +28,19 @@ title: Node.js®をダウンロードする
<LinkWithArrow href="https://nodejs.org/download/nightly/">ナイトリーバイナリー</LinkWithArrow>や全ての<Link href="/download/archive/current">過去のリリース</Link>、
他のプラットフォーム向けの<LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">非公式バイナリー</LinkWithArrow>もダウンロードできます。
</section>

---

<section className="mt-3">
<h2 className="text-center">下記のパートナー企業からご支援いただいております:</h2>

<span className="text-center">
これらのパートナー企業をはじめ{' '}
<Link href="/about/partners">数多くの企業</Link>{' '}
からのご支援により、Node.jsのダウンロードの提供やインフラの維持を行っています。
</span>

<div className="mt-4">
<PartnersLogoList categories="infrastructure" />
</div>
</section>
6 changes: 6 additions & 0 deletions apps/site/pages/ja/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ layout: home

<small className="!text-xs">EOLバージョン用</small>
</Button>

<div className="flex justify-center xs:mt-3">
<PartnersIconList />
</div>

<span className="text-center text-sm! text-neutral-800 dark:text-neutral-600 text-balance">Node.jsは上記のパートナー企業など <Link href="/about/partners">数多くの企業</Link>からご支援いただいております。</span>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-core/website-i18n",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",
"exports": {
"./*": [
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"governance": "プロジェクトの管理体制",
"releases": "Node.js リリース",
"security": "セキュリティーレポート",
"partners": "パートナーとサポーター",
"eol": "サポート終了(EOL)"
}
},
Expand Down
Loading