Skip to content

Commit 74c60c9

Browse files
nodejs-crowdincrowdin-botgithub-merge-queue[bot]
authored
[automated]: crowdin sync (#8809)
* 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 69cc705 commit 74c60c9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

apps/site/pages/fr/about/get-involved/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Si vous souhaitez vous impliquer dans la communauté Node.js, il existe de nombr
1818

1919
Si vous souhaitez en savoir plus sur Node.js, de nombreuses ressources sont à votre disposition.
2020

21-
- [Matériel d'apprentissage officiel](https://nodejs.org/en/learn/) de Node.js.
21+
- [Supports pédagogiques officiels](https://nodejs.org/learn/) de Node.js.
2222
- La [documentation officielle de référence de l'API](https://nodejs.org/api/) de Node.js.
2323
- [NodeSchool.io](https://nodeschool.io/) vous enseignera les concepts de Node.js par le biais de jeux interactifs en ligne de commande.
2424
- [Tag StackOverflow Node.js](https://stackoverflow.com/questions/tagged/node.js) contient un grand nombre de fils de discussion avec des ressources utiles.

apps/site/pages/ro/about/get-involved/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dacă te interesează implicarea în comunitatea Node.js, există multe modalit
1818

1919
Dacă vrei să aprofundezi cunoștințele despre Node.js, ai la dispoziție numeroase resurse.
2020

21-
- [Materialele oficiale de învățare](https://nodejs.org/en/learn/) Node.js.
21+
- [Materialele oficiale de învățare](https://nodejs.org/learn/) Node.js.
2222
- [Documentația oficială de referință pentru API](https://nodejs.org/api/) Node.js.
2323
- [NodeSchool.io](https://nodeschool.io/) te învață conceptele Node.js prin intermediul jocurilor interactive în linia de comandă.
2424
- [Eticheta Node.js de pe StackOverflow](https://stackoverflow.com/questions/tagged/node.js) conține un număr mare de articole cu resurse utile.

apps/site/pages/uk/about/get-involved/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ layout: about
1818

1919
Якщо ви хочете дізнатися більше про Node.js, використовуйте наступні ресурси:
2020

21-
- [Офіційні навчальні матеріали](https://nodejs.org/en/learn/) Node.js.
21+
- [Офіційні навчальні матеріали](https://nodejs.org/learn/) Node.js.
2222
- [Офіційна документація з API](https://nodejs.org/api/) Node.js.
2323
- [NodeSchool.io](https://nodeschool.io/) навчить вас концепцій Node.js за допомогою інтерактивних ігор у командному рядку.
2424
- [Тег Node.js у Stack Overflow](https://stackoverflow.com/questions/tagged/node.js) містить велику кількість гілок із корисними ресурсами.

apps/site/snippets/fr/download/docker.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Veuillez vous référer à la documentation officielle à l'adresse suivante : https://docker.com/get-started/
33

44
# Récupère l'image Docker de Node.js :
5-
docker pull node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'}
5+
docker pull node:${props.release.major}-slim
66

77
# Créer un conteneur Node.js et démarrer une session Shell :
8-
docker run -it --rm --entrypoint sh node:${props.release.major}-${props.release.major >= 4 ? 'alpine' : 'slim'}
8+
docker run -it --rm --entrypoint sh node:${props.release.major}-slim

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.26",
3+
"version": "1.1.27",
44
"type": "module",
55
"exports": {
66
"./*": [

0 commit comments

Comments
 (0)