You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/site/pages/fr/about/governance.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,30 +7,23 @@ layout: about
7
7
8
8
## Processus de recherche de consensus
9
9
10
-
Le projet Node.js suit un modèle de prise de décision [Consensus Seeking][].
10
+
Le projet Node.js suit un modèle de prise de décision [Consensus Seeking](https://en.wikipedia.org/wiki/Consensus-seeking_decision-making).
11
11
12
12
## Collaborateurs
13
13
14
-
Le dépôt GitHub [nodejs/node][] core est maintenu par les Collaborateurs
14
+
Le dépôt GitHub [nodejs/node](https://github.com/nodejs/node) core est maintenu par les Collaborateurs
15
15
qui sont nommés par d'autres collaborateurs existants sur une base continue.
16
16
17
17
Les personnes qui apportent des contributions significatives et précieuses sont nommées collaborateurs
18
18
et se voient attribuer un accès au projet. Ces personnes sont identifiées par d'autres.
19
19
Ces personnes sont identifiées par d'autres collaborateurs et leur nomination est discutée avec les collaborateurs existants.
20
20
21
-
Pour la liste actuelle des collaborateurs, voir le [README.md][] du projet.
21
+
Pour obtenir la liste actuelle des collaborateurs, consultez le site web du projet [README.md](https://github.com/nodejs/node/blob/main/README.md#current-project-team-members).
22
22
23
-
Un guide pour les collaborateurs est disponible à l'adresse suivante : [collaborator-guide.md][].
23
+
Un guide pour les collaborateurs est disponible sur [collaborator-guide.md](https://github.com/nodejs/node/blob/main/doc/contributing/collaborator-guide.md).
24
24
25
25
## Comité de pilotage technique
26
26
27
-
Le projet est régi par le "[Technical Steering Committee (TSC)][]"
27
+
Le projet est régi par le [Technical Steering Committee (TSC)](https://github.com/nodejs/TSC/blob/main/TSC-Charter.md)
28
28
qui est responsable de l'orientation de haut niveau du projet. Le TSC est un
29
29
un sous-ensemble de collaborateurs actifs qui sont nommés par d'autres membres existants du TSC.
Copy file name to clipboardExpand all lines: apps/site/pages/fr/about/index.mdx
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,16 +51,15 @@ méthodes synchrones de la bibliothèque standard de Node.js. Comme rien ne se b
51
51
raisonnables à développer en Node.js.
52
52
53
53
Si ce langage ne vous est pas familier, vous trouverez un article complet sur le site suivant
54
-
[Blocage et non-blocage][].
54
+
[Bloquant et Non-bloquant](/learn/asynchronous-work/overview-of-blocking-vs-non-blocking).
55
55
56
56
---
57
57
58
-
La conception de Node.js est similaire et influencée par des systèmes tels que Ruby [Event Machine][] et Python [Twisted][].
59
-
[Event Machine][] de Ruby et [Twisted][] de Python. Node.js pousse le modèle d'événement un peu plus loin.
60
-
un peu plus loin. Il présente une boucle d'événements comme une construction d'exécution plutôt que comme une bibliothèque. Dans d'autres systèmes,
58
+
La conception de Node.js est similaire et influencée par des systèmes tels que Ruby [Event Machine](https://github.com/eventmachine/eventmachine) et [Twisted](https://twisted.org/) de Python.
59
+
Node.js pousse le modèle d'événement un peu plus loin.
60
+
Il présente une boucle d'événements comme une construction d'exécution et non comme une bibliothèque. Dans d'autres systèmes,
61
61
il y a toujours un appel bloquant pour démarrer la boucle d'événements.
62
-
Généralement, le comportement est défini par des rappels au début d'un script et, à la fin, un serveur est démarré par le biais d'un appel bloquant.
63
-
la fin, un serveur est démarré par un appel bloquant comme `EventMachine::run()`.
62
+
Généralement, le comportement est défini par des rappels au début d'un script et, à la fin, un serveur est démarré par un appel bloquant comme `EventMachine::run()`.
64
63
Dans Node.js, il n'y a pas de tel appel start-the-event-loop. Node.js entre simplement dans la boucle d'événements après avoir exécuté le script d'entrée. Node.js
65
64
quitte la boucle d'événements lorsqu'il n'y a plus de rappels à effectuer. Ce comportement
66
65
est similaire à celui d'un navigateur JavaScript - la boucle d'événements est cachée à l'utilisateur.
@@ -70,14 +69,7 @@ latence. Node.js est donc bien adapté à la création d'une bibliothèque ou d'
70
69
web ou d'un framework.
71
70
72
71
Le fait que Node.js soit conçu sans threads ne signifie pas que vous ne pouvez pas tirer
73
-
profiter de plusieurs cœurs dans votre environnement. Les processus enfants peuvent être créés en utilisant notre API [`child_process.fork()`][].
74
-
en utilisant notre API [`child_process.fork()`][], et sont conçus pour être faciles à communiquer.
75
-
communiquer avec. Le module [`cluster`][] est construit sur cette même interface,
72
+
profit de plusieurs cœurs dans votre environnement. Les processus enfants peuvent être créés en utilisant notre API [`child_process.fork()`](https://nodejs.org/api/child_process.html), et sont conçus pour être faciles à
73
+
communiquer avec. Le module [`cluster`](https://nodejs.org/api/cluster.html) est construit sur cette même interface,
76
74
qui vous permet de partager des sockets entre les processus afin d'équilibrer la charge
77
75
sur vos cœurs.
78
-
79
-
[bloquant ou non bloquant]: /learn/asynchronous-work/overview-of-blocking-vs-non-blocking
Copy file name to clipboardExpand all lines: apps/site/pages/fr/download/current.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Lire le <Release.BlogPostLink>journal des modifications</Release.BlogPostLink> p
22
22
23
23
Apprenez à <LinkWithArrowhref="https://github.com/nodejs/node#verifying-binaries">vérifier</LinkWithArrow> les SHASUMS signés.
24
24
25
-
Découvrez comment <LinkWithArrowhref="https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms">compiler Node.js</LinkWithArrow> à partir des sources.
25
+
Vous cherchez les sources de Node.js ? Téléchargez une archive signée <Release.DownloadLinkkind="source">Node.js source</Release.DownloadLink>.
26
26
27
-
Consultez nos binaires <LinkWithArrowhref="https://nodejs.org/download/nightly/">chaque nuit</LinkWithArrow>, toutes les <Linkhref="/about/previous-releases#looking-for-latest-release-of-a-version-branch">versions précédentes</Link> ou les binaires <LinkWithArrowhref="https://unofficial-builds.nodejs.org/download/">non officiels</LinkWithArrow> pour d'autres plateformes.
27
+
Consultez nos binaires <LinkWithArrowhref="https://nodejs.org/download/nightly/">chaque nuit</LinkWithArrow>, toutes les <LinkWithArrowhref="https://nodejs.org/download/release/">versions précédentes</LinkWithArrow> ou les binaires <LinkWithArrowhref="https://unofficial-builds.nodejs.org/download/">non officiels</LinkWithArrow> pour d'autres plateformes.
Copy file name to clipboardExpand all lines: apps/site/pages/fr/download/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Lire le <Release.BlogPostLink>journal des modifications</Release.BlogPostLink> p
22
22
23
23
Apprenez à <LinkWithArrowhref="https://github.com/nodejs/node#verifying-binaries">vérifier</LinkWithArrow> les SHASUMS signés.
24
24
25
-
Découvrez comment <LinkWithArrowhref="https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms">compiler Node.js</LinkWithArrow> à partir des sources.
25
+
Vous cherchez les sources de Node.js ? Téléchargez une archive signée <Release.DownloadLinkkind="source">Node.js source</Release.DownloadLink>.
26
26
27
-
Consultez nos binaires <LinkWithArrowhref="https://nodejs.org/download/nightly/">chaque nuit</LinkWithArrow>, toutes les <Linkhref="/about/previous-releases#looking-for-latest-release-of-a-version-branch">versions précédentes</Link> ou les binaires <LinkWithArrowhref="https://unofficial-builds.nodejs.org/download/">non officiels</LinkWithArrow> pour d'autres plateformes.
27
+
Consultez nos binaires <LinkWithArrowhref="https://nodejs.org/download/nightly/">chaque nuit</LinkWithArrow>, toutes les <LinkWithArrowhref="https://nodejs.org/download/release/">versions précédentes</LinkWithArrow> ou les binaires <LinkWithArrowhref="https://unofficial-builds.nodejs.org/download/">non officiels</LinkWithArrow> pour d'autres plateformes.
Copy file name to clipboardExpand all lines: apps/site/pages/id/about/governance.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,19 @@ layout: about
7
7
8
8
## Proses Pencarian Kesepakatan
9
9
10
-
Proyek Node.js mengikuti model pengambilan keputusan [Pencarian Konsensus][].
10
+
Proyek Node.js mengikuti model pengambilan keputusan [Musyawarah](https://id.wikipedia.org/wiki/Musyawarah).
11
11
12
12
## Kolaborator
13
13
14
-
Repositori inti GitHub [nodejs/node][] dikelola oleh Kolaborator
14
+
Repositori inti GitHub [nodejs/node](https://github.com/nodejs/node) dikelola oleh Kolaborator
15
15
yang dinominasikan oleh Kolaborator lain yang ada secara berkelanjutan.
16
16
17
17
Individu yang memberikan kontribusi signifikan dan berharga akan dijadikan Kolaborator dan diberikan akses komitmen terhadap proyek. Individu-individu ini diidentifikasi oleh Kolaborator lain dan nominasi mereka didiskusikan dengan Kolaborator yang ada.
18
18
19
-
Untuk daftar Kolaborator saat ini, lihat [README.md][] proyek.
19
+
Untuk daftar Kolaborator saat ini, lihat proyek kami [README.md](https://github.com/nodejs/node/blob/main/README.md#current-project-team-members).
20
20
21
-
Panduan untuk Kolaborator disimpan di [collaborator-guide.md][].
21
+
Panduan untuk Kolaborator disimpan di [collaborator-guide.md](https://github.com/nodejs/node/blob/main/doc/contributing/collaborator-guide.md).
22
22
23
23
## Komite Pengarah Teknis
24
24
25
-
Proyek ini diatur oleh [Komite Pengarah Teknis][] dalam bahasa inggris Technical Steering Committee (TSC) yang bertanggung jawab atas panduan tingkat tinggi proyek. TSC adalah bagian dari Kolaborator aktif yang dinominasikan oleh anggota TSC lain yang sudah ada.
Proyek ini diatur oleh Komite Pengarah Teknis dalam bahasa inggris [Technical Steering Committee (TSC)](https://github.com/nodejs/TSC/blob/main/TSC-Charter.md) yang bertanggung jawab atas panduan tingkat tinggi proyek. TSC adalah bagian dari Kolaborator aktif yang dinominasikan oleh anggota TSC lain yang sudah ada.
Copy file name to clipboardExpand all lines: apps/site/pages/id/about/index.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,20 +52,16 @@ Node.js langsung melakukan I/O, jadi proses tidak pernah memblokir kecuali saat
52
52
metode sinkron dari pustaka standar Node.js. Karena tidak ada yang menghalangi, sistem yang dapat diskalakan sangat
53
53
masuk akal untuk dikembangkan di Node.js.
54
54
55
-
Jika ada yang belum familiar dengan bahasa ini, ada artikel lengkap tentang [Blocking vs. Non-Blocking][].
55
+
Jika ada beberapa bahasa yang kurang familiar, ada artikel lengkap tentang
56
+
[Blocking vs. Non-Blocking](/learn/asynchronous-work/overview-of-blocking-vs-non-blocking).
56
57
57
58
---
58
59
59
-
Node.js memiliki desain yang mirip dengan, dan dipengaruhi oleh, sistem seperti [Event Machine][] Ruby dan [Twisted][] Python. Node.js membawa model acara sedikit lebih jauh. Ini menyajikan loop peristiwa sebagai konstruksi runtime, bukan sebagai perpustakaan. Di sistem lain, selalu ada panggilan pemblokiran untuk memulai perulangan peristiwa. Biasanya, perilaku ditentukan melalui callback di awal skrip, dan di akhir skrip, server dimulai melalui panggilan pemblokiran seperti `EventMachine::run()`. Di Node.js, tidak ada panggilan start-the-event-loop. Node.js cukup memasuki loop acara setelah menjalankan skrip input. Node.js keluar dari loop peristiwa ketika tidak ada lagi callback yang harus dilakukan. Perilaku ini seperti JavaScript browser — loop peristiwa disembunyikan dari pengguna.
60
+
Node.js memiliki desain yang mirip dengan, dan dipengaruhi oleh, sistem seperti [Event Machine](https://github.com/eventmachine/eventmachine) Ruby dan [Twisted](https://twisted.org/) Python. Node.js membawa model acara sedikit lebih jauh. Ini menyajikan loop peristiwa sebagai konstruksi runtime, bukan sebagai perpustakaan. Di sistem lain, selalu ada panggilan pemblokiran untuk memulai perulangan peristiwa.
61
+
Biasanya, perilaku ditentukan melalui callback di awal skrip, dan di akhir skrip, server dimulai melalui panggilan pemblokiran seperti `EventMachine::run()`. Di Node.js, tidak ada panggilan start-the-event-loop. Node.js cukup memasuki loop acara setelah menjalankan skrip input. Node.js keluar dari loop peristiwa ketika tidak ada lagi callback yang harus dilakukan. Perilaku ini seperti JavaScript browser — loop peristiwa disembunyikan dari pengguna.
60
62
61
63
HTTP adalah warga negara kelas satu di Node.js, dirancang dengan streaming dan rendah
62
64
latensi dalam pikiran. Ini membuat Node.js sangat cocok untuk fondasi web
63
65
perpustakaan atau kerangka kerja.
64
66
65
-
Node.js dirancang tanpa thread bukan berarti Anda tidak dapat memanfaatkan banyak inti di lingkungan Anda. Proses anak dapat dihasilkan dengan menggunakan API child_process.fork() kami, dan dirancang agar mudah untuk berkomunikasi. Dibangun di atas antarmuka yang sama adalah modul cluster, yang memungkinkan Anda berbagi soket antar proses untuk mengaktifkan penyeimbangan beban pada inti Anda.
66
-
67
-
[blocking vs. non-blocking]: /learn/asynchronous-work/overview-of-blocking-vs-non-blocking
Node.js dirancang tanpa thread bukan berarti Anda tidak dapat memanfaatkan banyak inti di lingkungan Anda. Proses anak dapat dihasilkan dengan menggunakan API [`child_process.fork()`](https://nodejs.org/api/child_process.html) kami, dan dirancang agar mudah untuk berkomunikasi. Dibangun di atas antarmuka yang sama adalah modul [`cluster`](https://nodejs.org/api/cluster.html), yang memungkinkan Anda berbagi soket antar proses untuk mengaktifkan penyeimbangan beban pada inti Anda.
Copy file name to clipboardExpand all lines: apps/site/pages/id/download/current.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Baca <Release.BlogPostLink>postingan blog</Release.BlogPostLink> untuk versi ini
22
22
23
23
Pelajari cara <LinkWithArrowhref="https://github.com/nodejs/node#verifying-binaries">memverifikasi</LinkWithArrow> yang ditandatangani SHASUMS.
24
24
25
-
Lihat bagaimana cara <LinkWithArrowhref="https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms">membangun Node.js</LinkWithArrow> dari sumber.
25
+
Mencari sumber Node.js? Unduh tarball <Release.DownloadLinkkind="source">sumber Node.js</Release.DownloadLink> yang telah ditandatangani.
26
26
27
27
Lihat biner <LinkWithArrowhref="https://nodejs.org/download/nightly/">nightly</LinkWithArrow> kami atau
28
-
semua <Linkhref="/about/previous-releases#looking-for-latest-release-of-a-version-branch">rilis sebelumnya</Link>
28
+
semua <LinkWithArrowhref="https://nodejs.org/download/release/">rilis sebelumnya</LinkWithArrow>
29
29
atau biner <LinkWithArrowhref="https://unofficial-builds.nodejs.org/download/">tidak resmi</LinkWithArrow> untuk platform lain.
Copy file name to clipboardExpand all lines: apps/site/pages/id/download/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Baca <Release.BlogPostLink>postingan blog</Release.BlogPostLink> untuk versi ini
22
22
23
23
Pelajari cara <LinkWithArrowhref="https://github.com/nodejs/node#verifying-binaries">memverifikasi</LinkWithArrow> yang ditandatangani SHASUMS.
24
24
25
-
Lihat bagaimana cara <LinkWithArrowhref="https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms">membangun Node.js</LinkWithArrow> dari sumber.
25
+
Mencari sumber Node.js? Unduh tarball <Release.DownloadLinkkind="source">sumber Node.js</Release.DownloadLink> yang telah ditandatangani.
26
26
27
27
Lihat biner <LinkWithArrowhref="https://nodejs.org/download/nightly/">nightly</LinkWithArrow> kami atau
28
-
semua <Linkhref="/about/previous-releases#looking-for-latest-release-of-a-version-branch">rilis sebelumnya</Link>
28
+
semua <LinkWithArrowhref="https://nodejs.org/download/release/">rilis sebelumnya</LinkWithArrow>
29
29
atau biner <LinkWithArrowhref="https://unofficial-builds.nodejs.org/download/">tidak resmi</LinkWithArrow> untuk platform lain.
0 commit comments