diff --git a/apps/site/pages/fr/download/archive/index.mdx b/apps/site/pages/fr/download/archive/index.mdx new file mode 100644 index 0000000000000..f51271b887a07 --- /dev/null +++ b/apps/site/pages/fr/download/archive/index.mdx @@ -0,0 +1,57 @@ +--- +title: Télécharger Node.js® +layout: download-archive +--- + + + {({ binaries, installers, version, release, sources }) => ( + <> +

Archive de téléchargement Node.js®

+ +

+ Node.js Logo + {version} + {release.codename && ` (${release.codename})`} +

+ + + + + +
    + +
  • + En savoir plus sur les versions de Node.js, y compris le calendrier de publication et le statut LTS. +
  • + +
  • + SHASUMS signés pour les fichiers de publication. Comment vérifier les SHASUMS signés. +
  • + +
  • + Téléchargez une archive tarball signée Node.js {version} source. +
  • + +
+ +

Autres publications

+ + +

Téléchargements binaires

+ + +

Packages d'installation

+ + +

Versions mineures

+ + + +)} + +
diff --git a/apps/site/pages/fr/download/current.mdx b/apps/site/pages/fr/download/current.mdx index 58ce516015957..e28d3cb8602ae 100644 --- a/apps/site/pages/fr/download/current.mdx +++ b/apps/site/pages/fr/download/current.mdx @@ -25,6 +25,6 @@ Apprenez à Node.js source. -Consultez nos binaires chaque nuit, toutes les versions précédentes ou les binaires non officiels pour d'autres plateformes. +Consultez nos binaires chaque nuit, toutes les versions précédentes ou les binaires non officiels pour d'autres plateformes. diff --git a/apps/site/pages/fr/download/index.mdx b/apps/site/pages/fr/download/index.mdx index c78e170b3ae53..8ca7847b8033c 100644 --- a/apps/site/pages/fr/download/index.mdx +++ b/apps/site/pages/fr/download/index.mdx @@ -25,6 +25,6 @@ Apprenez à Node.js source. -Consultez nos binaires chaque nuit, toutes les versions précédentes ou les binaires non officiels pour d'autres plateformes. +Consultez nos binaires chaque nuit, toutes les versions précédentes ou les binaires non officiels pour d'autres plateformes. diff --git a/apps/site/pages/fr/download/package-manager/all.md b/apps/site/pages/fr/download/package-manager/all.md index ccd48904d03b7..b55205f90f34d 100644 --- a/apps/site/pages/fr/download/package-manager/all.md +++ b/apps/site/pages/fr/download/package-manager/all.md @@ -43,7 +43,22 @@ pacman -S nodejs npm ## CentOS, Fedora et Red Hat Enterprise Linux -Node.js est disponible en tant que module appelé `nodejs` dans CentOS/RHEL 8 et Fedora. +Les paquets Node.js et npm sont disponibles dans le référentiel principal pour Fedora et RHEL 10. + +Il peut être installé à partir d'un flux par défaut qui contient la version LTS Node.js actuellement active. + +```bash +dnf install nodejs npm +``` + +Ou à partir d'un flux spécifique pour les versions alternatives et maintenues (les versions maintenues +peuvent différer entre Fedora et les différentes versions RHEL). + +```bash +dnf install nodejs24 +``` + +Pour les anciennes versions de CentOS/RHEL, Node.js est disponible sous forme de module appelé `nodejs`. ```bash dnf module install nodejs: diff --git a/apps/site/pages/ja/download/package-manager/all.md b/apps/site/pages/ja/download/package-manager/all.md index d85a6c32f8a3d..405c40bfd39b8 100644 --- a/apps/site/pages/ja/download/package-manager/all.md +++ b/apps/site/pages/ja/download/package-manager/all.md @@ -43,7 +43,21 @@ pacman -S nodejs npm ## CentOS, Fedora and Red Hat Enterprise Linux -CentOS/RHEL 8とFedoraでは`nodejs`というモジュールとしてNode.jsが利用できます。 +Node.jsとnpmパッケージはFedoraとRHEL 10のメインリポジトリで利用可能です。 + +デフォルトのストリームからインストールできます。このストリームには現在Active LTSのNode.jsバージョンが含まれています。 + +```bash +dnf install nodejs npm +``` + +または代替となる保守版(Fedoraと各種RHELリリース間で保守版が異なる場合はあります)の特定のストリームからインストールできます。 + +```bash +dnf install nodejs24 +``` + +古いバージョンのCentOSやRHELではNode.jsは `nodejs` というモジュールとして利用可能です。 ```bash dnf module install nodejs: diff --git a/apps/site/pages/ro/download/package-manager/all.md b/apps/site/pages/ro/download/package-manager/all.md index f74bb85e75782..0ced3160b8ae9 100644 --- a/apps/site/pages/ro/download/package-manager/all.md +++ b/apps/site/pages/ro/download/package-manager/all.md @@ -43,7 +43,21 @@ pacman -S nodejs npm ## CentOS, Fedora și Red Hat Enterprise Linux -Node.js este disponibil ca un modul numit `nodejs` în CentOS/RHEL 8 și Fedora +Node.js și pachetele npm sunt disponibile în depozitarul principal pentru Fedora și RHEL 10. + +Poate fi instalat dintr-un flux implicit care conține versiunea Node.js LTS activă în prezent. + +```bash +dnf install nodejs npm +``` + +Sau dintr-un flux specific pentru versiuni alternative, întreținute (versiunile întreținute pot diferi între Fedora și diverse versiuni RHEL). + +```bash +dnf install nodejs24 +``` + +Pentru versiunile mai vechi de CentOS/RHEL, Node.js este disponibil ca un modul numit `nodejs`. ```bash dnf module install nodejs: diff --git a/apps/site/pages/uk/download/current.mdx b/apps/site/pages/uk/download/current.mdx index 26bc2635e4ffa..2202b21a3fce2 100644 --- a/apps/site/pages/uk/download/current.mdx +++ b/apps/site/pages/uk/download/current.mdx @@ -26,7 +26,7 @@ title: Завантажити Node.js® Шукаєте вихідний код Node.js? Завантажте підписаний tar-архів з вихідним кодом Node.js. Перегляньте наші нічні бінарні файли, -усі попередні релізи чи +усі попередні релізи чи неофіційні бінарні файли для інших платформ. diff --git a/apps/site/pages/uk/download/index.mdx b/apps/site/pages/uk/download/index.mdx index 26bc2635e4ffa..2202b21a3fce2 100644 --- a/apps/site/pages/uk/download/index.mdx +++ b/apps/site/pages/uk/download/index.mdx @@ -26,7 +26,7 @@ title: Завантажити Node.js® Шукаєте вихідний код Node.js? Завантажте підписаний tar-архів з вихідним кодом Node.js. Перегляньте наші нічні бінарні файли, -усі попередні релізи чи +усі попередні релізи чи неофіційні бінарні файли для інших платформ. diff --git a/apps/site/snippets/es/download/brew.bash b/apps/site/snippets/es/download/brew.bash index 4bc5e5c4f4253..c92f8e942632d 100644 --- a/apps/site/snippets/es/download/brew.bash +++ b/apps/site/snippets/es/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Descarga e instala Node.js: brew install node@${props.release.major} - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/es/download/devbox.bash b/apps/site/snippets/es/download/devbox.bash index 7588b53272371..0142c37f392cd 100644 --- a/apps/site/snippets/es/download/devbox.bash +++ b/apps/site/snippets/es/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Abre una shell de Devbox devbox shell - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/es/download/docker.bash b/apps/site/snippets/es/download/docker.bash index 29cd36a9e9ea8..22e8cb1a824c4 100644 --- a/apps/site/snippets/es/download/docker.bash +++ b/apps/site/snippets/es/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Crea un contenedor de Node.js e inicia una sesión shell: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/es/download/fnm.bash b/apps/site/snippets/es/download/fnm.bash index 45a5f022a7f70..7b0e01b2b97f9 100644 --- a/apps/site/snippets/es/download/fnm.bash +++ b/apps/site/snippets/es/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Descarga e instala Node.js: fnm install ${props.release.major} - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/es/download/n.bash b/apps/site/snippets/es/download/n.bash index 3ce42aee823c3..8c00a8e1eef64 100644 --- a/apps/site/snippets/es/download/n.bash +++ b/apps/site/snippets/es/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # Node.js ya se instala durante n-install, pero también puedes instalarlo manualmente: # n install ${props.release.major} - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/es/download/nvm.bash b/apps/site/snippets/es/download/nvm.bash index d6d078dfbbe9d..dc67a472c0df7 100644 --- a/apps/site/snippets/es/download/nvm.bash +++ b/apps/site/snippets/es/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Descarga e instala Node.js: nvm install ${props.release.major} - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". -nvm current # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/es/download/volta.bash b/apps/site/snippets/es/download/volta.bash index e430a1693a089..3465eca7c627c 100644 --- a/apps/site/snippets/es/download/volta.bash +++ b/apps/site/snippets/es/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Descarga e instala Node.js: volta install node@${props.release.major} - -# Verifica la versión de Node.js: -node -v # Debería mostrar "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/brew.bash b/apps/site/snippets/fr/download/brew.bash index 9d6a848b726f2..e8efbc6189106 100644 --- a/apps/site/snippets/fr/download/brew.bash +++ b/apps/site/snippets/fr/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Télécharger et installer Node.js: brew install node@${props.release.major} - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/choco.bash b/apps/site/snippets/fr/download/choco.bash index 7e009991a26a2..cfc8e0dcda2ac 100644 --- a/apps/site/snippets/fr/download/choco.bash +++ b/apps/site/snippets/fr/download/choco.bash @@ -3,6 +3,3 @@ powershell -c "irm https://community.chocolatey.org/install.ps1|iex" # Télécharger et installer Node.js : choco install nodejs --version="${props.release.version}" - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/corepack.bash b/apps/site/snippets/fr/download/corepack.bash new file mode 100644 index 0000000000000..a5a251b13da1c --- /dev/null +++ b/apps/site/snippets/fr/download/corepack.bash @@ -0,0 +1,2 @@ +# Installer Corepack: +npm install -g corepack diff --git a/apps/site/snippets/fr/download/devbox.bash b/apps/site/snippets/fr/download/devbox.bash index 10224c50fb7ea..8ba3ea5b78e50 100644 --- a/apps/site/snippets/fr/download/devbox.bash +++ b/apps/site/snippets/fr/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Ouvrir un shell Devbox devbox shell - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/docker.bash b/apps/site/snippets/fr/download/docker.bash index 18644131decdf..d5bac4937fee0 100644 --- a/apps/site/snippets/fr/download/docker.bash +++ b/apps/site/snippets/fr/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Créer un conteneur Node.js et démarrer une session Shell : docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/fnm.bash b/apps/site/snippets/fr/download/fnm.bash index 85efe05d67a6a..597bd22580ca9 100644 --- a/apps/site/snippets/fr/download/fnm.bash +++ b/apps/site/snippets/fr/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Télécharger et installer Node.js : fnm install ${props.release.major} - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/n.bash b/apps/site/snippets/fr/download/n.bash index 39859ee4e3b4a..eaf06ad5126f1 100644 --- a/apps/site/snippets/fr/download/n.bash +++ b/apps/site/snippets/fr/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # Node.js s'installe déjà pendant n-install, mais vous pouvez aussi l'installer manuellement : # n install ${props.release.major} - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/node.bash b/apps/site/snippets/fr/download/node.bash new file mode 100644 index 0000000000000..be2dc967e51a4 --- /dev/null +++ b/apps/site/snippets/fr/download/node.bash @@ -0,0 +1,2 @@ +# Vérifiez la version de Node.js : +node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/nvm.bash b/apps/site/snippets/fr/download/nvm.bash index 092d6ff46e05f..ef360e1ddac24 100644 --- a/apps/site/snippets/fr/download/nvm.bash +++ b/apps/site/snippets/fr/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Télécharger et installer Node.js : nvm install ${props.release.major} - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". -nvm current # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/fr/download/volta.bash b/apps/site/snippets/fr/download/volta.bash index f00c6d7e042bd..3337156ecec99 100644 --- a/apps/site/snippets/fr/download/volta.bash +++ b/apps/site/snippets/fr/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Télécharger et installer Node.js : volta install node@${props.release.major} - -# Vérifier la version de Node.js : -node -v # Doit afficher "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/brew.bash b/apps/site/snippets/id/download/brew.bash index 1c950aa306059..ab4a47a44de23 100644 --- a/apps/site/snippets/id/download/brew.bash +++ b/apps/site/snippets/id/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Unduh dan pasang Node.js: brew install node@${props.release.major} - -# Verifikasi versi Node.js: -node -v # Harus mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/devbox.bash b/apps/site/snippets/id/download/devbox.bash index 7fffcd3d4f325..f6774304976a4 100644 --- a/apps/site/snippets/id/download/devbox.bash +++ b/apps/site/snippets/id/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Buka shell Devbox devbox shell - -# Verifikasi versi Node.js: -node -v # Harus mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/docker.bash b/apps/site/snippets/id/download/docker.bash index c3d83a963892c..db745db4d2330 100644 --- a/apps/site/snippets/id/download/docker.bash +++ b/apps/site/snippets/id/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Buat kontainer Node.js dan mulai sesi Shell: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Verifikasi versi Node.js: -node -v # Harus mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/fnm.bash b/apps/site/snippets/id/download/fnm.bash index f581d7986d75f..8288ad456fd64 100644 --- a/apps/site/snippets/id/download/fnm.bash +++ b/apps/site/snippets/id/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Unduh dan pasang Node.js: fnm install ${props.release.major} - -# Verifikasi versi Node.js: -node -v # Harus mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/n.bash b/apps/site/snippets/id/download/n.bash index fda70d6d7cd1f..e94c0cf2ed29b 100644 --- a/apps/site/snippets/id/download/n.bash +++ b/apps/site/snippets/id/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # Node.js sudah terpasang ketika n-install, tapi kamu juga bisa memasang secara manual: # n install ${props.release.major} - -# Verifikasi versi Node.js: -node -v # Harus mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/nvm.bash b/apps/site/snippets/id/download/nvm.bash index dfeeae88e0866..b8ee13ae312fe 100644 --- a/apps/site/snippets/id/download/nvm.bash +++ b/apps/site/snippets/id/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Unduh dan pasang Node.js: nvm install ${props.release.major} - -# Verifikasi versi Node.js: -node -v # Harus mencetak "${props.release.versionWithPrefix}". -nvm current # Harus mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/id/download/volta.bash b/apps/site/snippets/id/download/volta.bash index aa08a96b6b54b..0070d6085c04c 100644 --- a/apps/site/snippets/id/download/volta.bash +++ b/apps/site/snippets/id/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Unduh dan pasang Node.js: volta install node@${props.release.major} - -# Verifikasi versi Node.js: -node -v # Harusnya mencetak "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/ja/download/brew.bash b/apps/site/snippets/ja/download/brew.bash index 823b9d30ae1bc..932afc8bcbd11 100644 --- a/apps/site/snippets/ja/download/brew.bash +++ b/apps/site/snippets/ja/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Node.jsをダウンロードしてインストールする: brew install node@${props.release.major} - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/choco.bash b/apps/site/snippets/ja/download/choco.bash index c1d7a4315b847..75481a4872fbb 100644 --- a/apps/site/snippets/ja/download/choco.bash +++ b/apps/site/snippets/ja/download/choco.bash @@ -3,6 +3,3 @@ powershell -c "irm https://community.chocolatey.org/install.ps1|iex" # Node.jsをダウンロードしてインストールする: choco install nodejs --version="${props.release.version}" - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/corepack.bash b/apps/site/snippets/ja/download/corepack.bash new file mode 100644 index 0000000000000..734d0d5e369eb --- /dev/null +++ b/apps/site/snippets/ja/download/corepack.bash @@ -0,0 +1,2 @@ +# Corepackをインストール: +npm install -g corepack diff --git a/apps/site/snippets/ja/download/devbox.bash b/apps/site/snippets/ja/download/devbox.bash index 0fef179a185ae..768ebfe05ec40 100644 --- a/apps/site/snippets/ja/download/devbox.bash +++ b/apps/site/snippets/ja/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Devboxのシェルを開く devbox shell - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/docker.bash b/apps/site/snippets/ja/download/docker.bash index 1cdba9c156445..8ea542a0f1050 100644 --- a/apps/site/snippets/ja/download/docker.bash +++ b/apps/site/snippets/ja/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Node.jsのコンテナーを作成しシェルを起動する: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/fnm.bash b/apps/site/snippets/ja/download/fnm.bash index 6d2dd85d2c398..226a5e1df8a15 100644 --- a/apps/site/snippets/ja/download/fnm.bash +++ b/apps/site/snippets/ja/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Node.jsをダウンロードしてインストールする: fnm install ${props.release.major} - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/n.bash b/apps/site/snippets/ja/download/n.bash index 36959cc3c4eac..ae81e898e4b3b 100644 --- a/apps/site/snippets/ja/download/n.bash +++ b/apps/site/snippets/ja/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # nのインストールによってNode.jsはインストールされますが、手動でインストールもできます: # n install ${props.release.major} - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/node.bash b/apps/site/snippets/ja/download/node.bash new file mode 100644 index 0000000000000..a2d16c340bd72 --- /dev/null +++ b/apps/site/snippets/ja/download/node.bash @@ -0,0 +1,2 @@ +# Node.jsのバージョンを確認する: +node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/nvm.bash b/apps/site/snippets/ja/download/nvm.bash index 598c71a08b159..a7b2d5ae4e136 100644 --- a/apps/site/snippets/ja/download/nvm.bash +++ b/apps/site/snippets/ja/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Node.jsをダウンロードしてインストールする: nvm install ${props.release.major} - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 -nvm current # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ja/download/volta.bash b/apps/site/snippets/ja/download/volta.bash index 6fa8adce46583..f03fbb3ff18c2 100644 --- a/apps/site/snippets/ja/download/volta.bash +++ b/apps/site/snippets/ja/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Node.jsをダウンロードしてインストールする: volta install node@${props.release.major} - -# Node.jsのバージョンを確認する: -node -v # "${props.release.versionWithPrefix}"が表示される。 diff --git a/apps/site/snippets/ko/download/brew.bash b/apps/site/snippets/ko/download/brew.bash index 5da3b3a84ebca..31eb953cc35a7 100644 --- a/apps/site/snippets/ko/download/brew.bash +++ b/apps/site/snippets/ko/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Node.js 다운로드 및 설치: brew install node@${props.release.major} - -# Node.js 버전 확인: -node -v # "${props.release.versionWithPrefix}"가 출력되어야 합니다. diff --git a/apps/site/snippets/ko/download/devbox.bash b/apps/site/snippets/ko/download/devbox.bash index d3725e35fff39..9751916739f5e 100644 --- a/apps/site/snippets/ko/download/devbox.bash +++ b/apps/site/snippets/ko/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Devbox 셸 열기 devbox shell - -# Node.js 버전 확인: -node -v # Should print "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/ko/download/docker.bash b/apps/site/snippets/ko/download/docker.bash index 30aeae3d563bd..7b07e14a5c871 100644 --- a/apps/site/snippets/ko/download/docker.bash +++ b/apps/site/snippets/ko/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Node.js 컨테이너를 생성하고 쉘 세션을 시작하세요: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Node.js 버전 확인: -node -v # "${props.release.versionWithPrefix}"가 출력되어야 합니다. diff --git a/apps/site/snippets/ko/download/fnm.bash b/apps/site/snippets/ko/download/fnm.bash index f49f9bc5bc7f3..fe4b6000c3349 100644 --- a/apps/site/snippets/ko/download/fnm.bash +++ b/apps/site/snippets/ko/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Node.js 다운로드 및 설치: fnm install ${props.release.major} - -# Node.js 버전 확인: -node -v # "${props.release.versionWithPrefix}"가 출력되어야 합니다. diff --git a/apps/site/snippets/pt/download/brew.bash b/apps/site/snippets/pt/download/brew.bash index 6d06da2d48681..df1039b784245 100644 --- a/apps/site/snippets/pt/download/brew.bash +++ b/apps/site/snippets/pt/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Descarregar e instalar a Node.js: brew install node@${props.release.major} - -# Consultar a versão da Node.js: -node -v # Deveria imprimir "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/pt/download/devbox.bash b/apps/site/snippets/pt/download/devbox.bash index 9bde94d1391bf..b764085b5ca54 100644 --- a/apps/site/snippets/pt/download/devbox.bash +++ b/apps/site/snippets/pt/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Abrir uma concha de Devbox devbox shell - -# Consultar a versão da Node.js: -node -v # Deveria imprimir "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/pt/download/docker.bash b/apps/site/snippets/pt/download/docker.bash index db9424c9975ac..c92bb13b99732 100644 --- a/apps/site/snippets/pt/download/docker.bash +++ b/apps/site/snippets/pt/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Criar um contentor de Node.js e iniciar uma sessão de Shell: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Consultar a versão da Node.js: -node -v # Deveria imprimir "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/pt/download/fnm.bash b/apps/site/snippets/pt/download/fnm.bash index 1b67090e062de..0cf22e531da96 100644 --- a/apps/site/snippets/pt/download/fnm.bash +++ b/apps/site/snippets/pt/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Descarregar e instalar a Node.js: fnm install ${props.release.major} - -# Consultar a versão da Node.js: -node -v # Deveria imprimir "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/pt/download/volta.bash b/apps/site/snippets/pt/download/volta.bash index 38c2ce95f10a0..bc6eb923bbdbf 100644 --- a/apps/site/snippets/pt/download/volta.bash +++ b/apps/site/snippets/pt/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Descarregar e instalar a Node.js: volta install node@${props.release.major} - -# Consultar a versão da Node.js: -node -v # Deve imprimir "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/ro/download/brew.bash b/apps/site/snippets/ro/download/brew.bash index 1bc4212e006c2..aad60c0dc401c 100644 --- a/apps/site/snippets/ro/download/brew.bash +++ b/apps/site/snippets/ro/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Descarcă și instalează Node.js: brew install node@${props.release.major} - -# Verificați versiunea de Node.js: -node -v # Ar trebui să afișeze "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/ro/download/choco.bash b/apps/site/snippets/ro/download/choco.bash index b426dd46047d2..0a7cf2470c1c9 100644 --- a/apps/site/snippets/ro/download/choco.bash +++ b/apps/site/snippets/ro/download/choco.bash @@ -3,6 +3,3 @@ powershell -c "irm https://community.chocolatey.org/install.ps1|iex" # Descarcă și instalează Node.js: choco install nodejs --version="${props.release.version}" - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/corepack.bash b/apps/site/snippets/ro/download/corepack.bash new file mode 100644 index 0000000000000..eaebec990063e --- /dev/null +++ b/apps/site/snippets/ro/download/corepack.bash @@ -0,0 +1,2 @@ +# Instalează Corepack: +npm install -g corepack diff --git a/apps/site/snippets/ro/download/devbox.bash b/apps/site/snippets/ro/download/devbox.bash index ab0e81e3d55d1..f0e7ae8680374 100644 --- a/apps/site/snippets/ro/download/devbox.bash +++ b/apps/site/snippets/ro/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Deschide un shell Devbox devbox shell - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/docker.bash b/apps/site/snippets/ro/download/docker.bash index df59d8ef96baf..5ae2462775d9c 100644 --- a/apps/site/snippets/ro/download/docker.bash +++ b/apps/site/snippets/ro/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Creează un container Node.js și pornește o sesiune Shell: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/fnm.bash b/apps/site/snippets/ro/download/fnm.bash index 761e16a726eae..386341b956f3d 100644 --- a/apps/site/snippets/ro/download/fnm.bash +++ b/apps/site/snippets/ro/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Descarcă și instalează Node.js: fnm install ${props.release.major} - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/n.bash b/apps/site/snippets/ro/download/n.bash index 27518dd7edb5b..06eb5328967c5 100644 --- a/apps/site/snippets/ro/download/n.bash +++ b/apps/site/snippets/ro/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # Node.js deja se instalează în timpul n-instalării, dar poți să instalezi si manual. # instalare n ${props.release.major} - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/node.bash b/apps/site/snippets/ro/download/node.bash new file mode 100644 index 0000000000000..1b7b6d3db2cce --- /dev/null +++ b/apps/site/snippets/ro/download/node.bash @@ -0,0 +1,2 @@ +# Verifică versiunea Node.js: +node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/nvm.bash b/apps/site/snippets/ro/download/nvm.bash index 04ffbb505dc7a..b425ddf7d301f 100644 --- a/apps/site/snippets/ro/download/nvm.bash +++ b/apps/site/snippets/ro/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Descarcă și instalează Node.js: nvm install ${props.release.major} - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. -nvm current # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/ro/download/volta.bash b/apps/site/snippets/ro/download/volta.bash index 3e9d23af8fb2e..70464e4f8c206 100644 --- a/apps/site/snippets/ro/download/volta.bash +++ b/apps/site/snippets/ro/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Descarcă și instalează Node.js: volta install node@${props.release.major} - -# Verifică versiunea Node.js: -node -v # Ar trebui să afișeze „${props.release.versionWithPrefix}”. diff --git a/apps/site/snippets/tr/download/brew.bash b/apps/site/snippets/tr/download/brew.bash index 716d8cd916a8e..3382c7d5be585 100644 --- a/apps/site/snippets/tr/download/brew.bash +++ b/apps/site/snippets/tr/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Node.js'i İndirip Kurun: brew install node@${props.release.major} - -# Node.js sürümünü doğrulayın: -node -v # "${props.release.versionWithPrefix}" yazdırmalıdır. diff --git a/apps/site/snippets/tr/download/devbox.bash b/apps/site/snippets/tr/download/devbox.bash index dda94e8bd5c6d..cc084f78c86f4 100644 --- a/apps/site/snippets/tr/download/devbox.bash +++ b/apps/site/snippets/tr/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} Bir Devbox shell açın debox shell - -# Node.js sürümünüzü doğrulayın: -node -v # Şunu yazdırmalı "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/tr/download/docker.bash b/apps/site/snippets/tr/download/docker.bash index 4f3459496046e..5e2e269863b9a 100644 --- a/apps/site/snippets/tr/download/docker.bash +++ b/apps/site/snippets/tr/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Bir Node.js konteyneri oluşturun ve bir Shell oturumu başlatın: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Node.js sürümünü doğrulayın: -node -v # Şunu yazdırmalı "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/tr/download/fnm.bash b/apps/site/snippets/tr/download/fnm.bash index fa9cd68a71710..94136b42b707a 100644 --- a/apps/site/snippets/tr/download/fnm.bash +++ b/apps/site/snippets/tr/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Node.js'i indirin ve kurun: fnm install ${props.release.major} - -# Node.js sürümünü doğrulayın: -node -v # Şunu yazdırmalı "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/tr/download/n.bash b/apps/site/snippets/tr/download/n.bash index 53960fc0be1d6..6a55da31e885b 100644 --- a/apps/site/snippets/tr/download/n.bash +++ b/apps/site/snippets/tr/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in n, yükleme sırasında Node.js’i zaten kurar; ancak dilerseniz elle de kurabilirsiniz: # n install ${props.release.major} - -Node.js sürümünü doğrulayın: -node -v # "${props.release.versionWithPrefix}" çıktısını vermelidir. diff --git a/apps/site/snippets/tr/download/volta.bash b/apps/site/snippets/tr/download/volta.bash index 1b6acd3a88e7a..349d43c7f3d43 100644 --- a/apps/site/snippets/tr/download/volta.bash +++ b/apps/site/snippets/tr/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Node.js indirin ve kurun: volta install node@${props.release.major} - -# Node.js sürümünüzü doğrulayın: -node -v # Şunu yazdırmalı "${props.release.versionWithPrefix}". diff --git a/apps/site/snippets/uk/download/brew.bash b/apps/site/snippets/uk/download/brew.bash index c19e42a39446f..0b7f23853c6ef 100644 --- a/apps/site/snippets/uk/download/brew.bash +++ b/apps/site/snippets/uk/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # Завантажує й установлює Node.js: brew install node@${props.release.major} - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/choco.bash b/apps/site/snippets/uk/download/choco.bash index 6fa5ca92e1e82..5ebbbb41fc5b7 100644 --- a/apps/site/snippets/uk/download/choco.bash +++ b/apps/site/snippets/uk/download/choco.bash @@ -3,6 +3,3 @@ powershell -c "irm https://community.chocolatey.org/install.ps1|iex" # Завантажує й установлює Node.js: choco install nodejs --version="${props.release.version}" - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/devbox.bash b/apps/site/snippets/uk/download/devbox.bash index 1c3f08e8e5d36..c10b6967dbcb0 100644 --- a/apps/site/snippets/uk/download/devbox.bash +++ b/apps/site/snippets/uk/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # Відкриває оболонку Devbox devbox shell - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/docker.bash b/apps/site/snippets/uk/download/docker.bash index 1d52935c5f64e..43f7e3185fb11 100644 --- a/apps/site/snippets/uk/download/docker.bash +++ b/apps/site/snippets/uk/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # Створює контейнер Node.js та розпочинає сесію в Shell: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/fnm.bash b/apps/site/snippets/uk/download/fnm.bash index ac63580dfe4a9..b27708492f1b8 100644 --- a/apps/site/snippets/uk/download/fnm.bash +++ b/apps/site/snippets/uk/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Завантажує й установлює Node.js: fnm install ${props.release.major} - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/n.bash b/apps/site/snippets/uk/download/n.bash index 6315e5462fe5f..a7a2d496e0a46 100644 --- a/apps/site/snippets/uk/download/n.bash +++ b/apps/site/snippets/uk/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # Node.js уже встановлюється під час установки n, але її можна встановити вручну: # n install ${props.release.major} - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/nvm.bash b/apps/site/snippets/uk/download/nvm.bash index 96d67c38ed4b5..88a9f582d124c 100644 --- a/apps/site/snippets/uk/download/nvm.bash +++ b/apps/site/snippets/uk/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Завантажує й установлює Node.js: nvm install ${props.release.major} - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». -nvm current # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/uk/download/volta.bash b/apps/site/snippets/uk/download/volta.bash index aacfc54f3c8e4..13d5f4179c46d 100644 --- a/apps/site/snippets/uk/download/volta.bash +++ b/apps/site/snippets/uk/download/volta.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # Завантажує й установлює Node.js: volta install node@${props.release.major} - -# Перевіряє версію Node.js: -node -v # Повинно вивести «${props.release.versionWithPrefix}». diff --git a/apps/site/snippets/zh-tw/download/brew.bash b/apps/site/snippets/zh-tw/download/brew.bash index f1bcecea25a5c..9469ce30a95cc 100644 --- a/apps/site/snippets/zh-tw/download/brew.bash +++ b/apps/site/snippets/zh-tw/download/brew.bash @@ -3,6 +3,3 @@ curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | ba # 下載並安裝 Node.js: brew install node@${props.release.major} - -# 核對 Node.js 版本: -node -v # 應會印出 "${props.release.versionWithPrefix}"。 diff --git a/apps/site/snippets/zh-tw/download/devbox.bash b/apps/site/snippets/zh-tw/download/devbox.bash index 328deeef5e796..f0479f7f0725f 100644 --- a/apps/site/snippets/zh-tw/download/devbox.bash +++ b/apps/site/snippets/zh-tw/download/devbox.bash @@ -9,6 +9,3 @@ devbox add node@${props.release.major} # 啟動 Devbox shell devbox shell - -# 核對 Node.js 版本: -node -v # 應會印出 "${props.release.versionWithPrefix}"。 diff --git a/apps/site/snippets/zh-tw/download/docker.bash b/apps/site/snippets/zh-tw/download/docker.bash index 9920e638fd135..4b4e3b4fb63f3 100644 --- a/apps/site/snippets/zh-tw/download/docker.bash +++ b/apps/site/snippets/zh-tw/download/docker.bash @@ -6,6 +6,3 @@ docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : # 建立 Node.js 容器並啟動 Shell 工作階段: docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'} - -# 核對 Node.js 版本: -node -v # 應會印出 "${props.release.versionWithPrefix}"。 diff --git a/apps/site/snippets/zh-tw/download/fnm.bash b/apps/site/snippets/zh-tw/download/fnm.bash index b4873871fa95c..3b076c4940264 100644 --- a/apps/site/snippets/zh-tw/download/fnm.bash +++ b/apps/site/snippets/zh-tw/download/fnm.bash @@ -6,6 +6,3 @@ ${props.os === 'WIN' ? # 下載並安裝 Node.js: fnm install ${props.release.major} - -# 核對 Node.js 版本: -node -v # 應會印出 "${props.release.versionWithPrefix}"。 diff --git a/apps/site/snippets/zh-tw/download/n.bash b/apps/site/snippets/zh-tw/download/n.bash index fb23614cdd602..ca2aaa2f4c2c3 100644 --- a/apps/site/snippets/zh-tw/download/n.bash +++ b/apps/site/snippets/zh-tw/download/n.bash @@ -3,6 +3,3 @@ curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-in # n-install 執行時已安裝 Node.js,但您還是可以手動安裝: # n install ${props.release.major} - -# 核對 Node.js 版本: -node -v # 應會印出 "${props.release.versionWithPrefix}"。 diff --git a/apps/site/snippets/zh-tw/download/nvm.bash b/apps/site/snippets/zh-tw/download/nvm.bash index df3685f3f6ddd..0ee8cb85a0788 100644 --- a/apps/site/snippets/zh-tw/download/nvm.bash +++ b/apps/site/snippets/zh-tw/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # 下載並安裝 Node.js: nvm install ${props.release.major} - -# 核對 Node.js 版本: -node -v # 應會印出 "${props.release.versionWithPrefix}"。 -nvm current # 應會印出 "${props.release.versionWithPrefix}"。 diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 9b18173263f21..3bc54c585464f 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/website-i18n", - "version": "1.1.1", + "version": "1.1.2", "type": "module", "exports": { "./*": [ diff --git a/packages/i18n/src/locales/fr.json b/packages/i18n/src/locales/fr.json index b04cafc5bafb8..1516b9fe08e0b 100644 --- a/packages/i18n/src/locales/fr.json +++ b/packages/i18n/src/locales/fr.json @@ -166,6 +166,11 @@ "status": "Statut", "details": "Détails" }, + "downloadsTable": { + "fileName": "Nom du fichier", + "operatingSystem": "Système d'exploitation", + "architecture": "Architecture" + }, "releaseModal": { "title": "Node.js v{version} ({codename})", "titleWithoutCodename": "Node.js v{version}", @@ -212,6 +217,7 @@ "minorReleasesTable": { "version": "Version", "links": "Liens", + "information": "Information sur la version", "actions": { "release": "Versions", "changelog": "Journal de modifications", diff --git a/packages/i18n/src/locales/ja.json b/packages/i18n/src/locales/ja.json index 9c334ad328350..37e90c543c174 100644 --- a/packages/i18n/src/locales/ja.json +++ b/packages/i18n/src/locales/ja.json @@ -143,7 +143,7 @@ "branding": "Node.jsのブランド", "governance": "プロジェクトの管理体制", "releases": "Node.js リリース", - "security": "セキュリティレポート" + "security": "セキュリティーレポート" } }, "getInvolved": {