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
2 changes: 1 addition & 1 deletion apps/site/pages/ja/about/previous-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Node.jsのリリーススケジュールに関する詳しい情報は[GitHub](h

### 商用サポート

メンテナンス期間を終了したバージョンの商用サポートは私たちのOpenJSエコシステム持続可能性プログラムのパートナーである[HeroDevs](https://herodevs.com/)を通して利用可能です
私たちのOpenJSエコシステム持続可能性プログラムのパートナーである[HeroDevs](https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Version_support_page)からメンテナンスを終了したバージョンの商用サポートを受けることができます

## 各バージョンの最新のリリース

Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
"acceptInputFromTheCommandLineInNodejs": "Accepter des données provenant de la ligne de commande dans Node.js"
}
},
"migrations": {
"links": {
"migrations": "Migrations des zones d'utilisation",
"introduction": "Introduction aux migrations des zones d'utilisation"
}
},
"modules": {
"links": {
"modules": "Modules",
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
"acceptInputFromTheCommandLineInNodejs": "Node.jsでコマンドラインからの入力を受け取る"
}
},
"migrations": {
"links": {
"migrations": "ユーザーランドの移行",
"introduction": "ユーザーランドの移行入門"
}
},
"modules": {
"links": {
"modules": "モジュール",
Expand Down
Loading