Skip to content

Commit 780ee99

Browse files
authored
chore(i18n): crowdin sync (#5902)
1 parent 2bce7e1 commit 780ee99

File tree

5 files changed

+31
-27
lines changed

5 files changed

+31
-27
lines changed

.github/workflows/translations-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
- name: Run `npx lint:md --fix`
9090
# This runs a specific version of ESLint with only the Translation Pages Globbing
9191
# This avoid that unrelated changes get linted/modified within this PR
92-
run: npx eslint "pages/**/*.{md,mdx}" --fix --cache --cache-strategy content --cache-file .eslintmdcache
92+
run: npx eslint "pages/**/*.{md,mdx}" --fix --cache --cache-strategy metadata --cache-file .eslintmdcache
9393

9494
- name: Run `npx prettier --write`
9595
# This runs a specific version of Prettier with only the Translation Pages Globbing
9696
# This avoid that unrelated changes get prettied/modified within this PR
97-
run: npx prettier "{pages,i18n}/**/*.{json,md,mdx}" --check --write --cache --cache-strategy content --cache-location=.prettiercache
97+
run: npx prettier "{pages,i18n}/**/*.{json,md,mdx}" --check --write --cache --cache-strategy metadata --cache-location=.prettiercache
9898

9999
- name: Push Changes back to Pull Request
100100
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a

i18n/locales/fr.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
"components.header.buttons.toggleDarkMode": "Basculer le mode sombre/clair",
3535
"components.pagination.next": "Plus récent ",
3636
"components.pagination.previous": "Plus anciens",
37+
"components.common.crossLink.previous": "Précédent",
38+
"components.common.crossLink.next": "Suivant",
3739
"layouts.blogPost.author.byLine": "{author, select, null {} other {Par {author}, }}",
38-
"layouts.blogIndex.currentYear": "Actualités de {year}"
40+
"layouts.blogIndex.currentYear": "Actualités de {year}",
41+
"components.api.jsonLink.title": "Afficher en JSON",
42+
"components.api.sourceLink": "Code Source :",
43+
"pages.404.title": "404 : Page introuvable",
44+
"pages.404.description": "ENOENT : fichier ou répertoire introuvable"
3945
}

pages/fr/about/governance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ Un guide pour les collaborateurs est disponible à l'adresse [collaborator-guide
2121

2222
## Comités de haut niveau
2323

24-
The project is governed jointly by the [Technical Steering Committee (TSC)][] which is responsible for high-level guidance of the project, and the [Community Committee (CommComm)][] which is responsible for guiding and extending the Node.js community.
24+
Le projet est régi par le [Technical Steering Committee (TSC)][] qui est responsable de l'orientation à haut niveau du projet.
2525

2626
[collaborator-guide.md]: https://github.com/nodejs/node/blob/main/doc/contributing/collaborator-guide.md
27-
[Community Committee (CommComm)]: https://github.com/nodejs/community-committee/blob/master/Community-Committee-Charter.md
2827
[README.md]: https://github.com/nodejs/node/blob/main/README.md#current-project-team-members
29-
[Technical Steering Committee (TSC)]: https://github.com/nodejs/TSC/blob/master/TSC-Charter.md
28+
[Technical Steering Committee (TSC)]: https://github.com/nodejs/TSC/blob/main/TSC-Charter.md

pages/zh-cn/docs/guides/backpressuring-in-streams.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -207,26 +207,25 @@ GC(垃圾回收器)测量表明一个完整的周期间隔一个由垃圾回
207207

208208
.write()\`方法的<a href="https://github.com/nodejs/node/blob/55c42bc6e5602e5a47fb774009cfe9289cb88e71/lib/_stream_writable.js#L239" fo="25">返回值</a>,我们得到以下结果:</p>
209209

210-
## <pre><code>Without respecting the return value of .write():
211-
212-
real 54.48
213-
user 53.15
214-
sys 7.43
215-
1524965376 maximum resident set size
216-
0 average shared memory size
217-
0 average unshared data size
218-
0 average unshared stack size
219-
373617 page reclaims
220-
3139 page faults
221-
0 swaps
222-
18 block input operations
223-
199 block output operations
224-
0 messages sent
225-
0 messages received
226-
1 signals received
227-
25 voluntary context switches
228-
629566 involuntary context switches
229-
\`</pre>
210+
Without respecting the return value of .write():
211+
==================================================
212+
real 54.48
213+
user 53.15
214+
sys 7.43
215+
1524965376 maximum resident set size
216+
0 average shared memory size
217+
0 average unshared data size
218+
0 average unshared stack size
219+
373617 page reclaims
220+
3139 page faults
221+
0 swaps
222+
18 block input operations
223+
199 block output operations
224+
0 messages sent
225+
0 messages received
226+
1 signals received
227+
25 voluntary context switches
228+
629566 involuntary context switches
230229

231230
虚拟内存占用的最大的字节块达到了 1.52 gb。
232231

pages/zh-cn/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ labels:
4040

4141
## 相关依赖项
4242

43-
Node.js 依赖于 Node.js 代码本身以外的附加组件。这些[相关依赖项](https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-dependencies.md)提供原生代码和 JavaScript 代码,并且在 `src``lib` 目录下与代码一起构建,以创建 Node.js 二进制文件。
43+
Node.js 依赖于 Node.js 代码本身以外的附加组件。这些[相关依赖项](https://github.com/nodejs/node/blob/main/doc/contributing/main/contributing/defining/main-dependencies)提供原生代码和 JavaScript 代码,并且在 `src``lib` 目录下与代码一起构建,以创建 Node.js 二进制文件。

0 commit comments

Comments
 (0)