Skip to content

Commit d291793

Browse files
github-actions[bot]crowdin-botbmuenzenmeyer
authored
[automated]: crowdin sync (#7622)
* 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 <[email protected]> Co-authored-by: bmuenzenmeyer <[email protected]>
1 parent db3984f commit d291793

File tree

7 files changed

+72
-11
lines changed

7 files changed

+72
-11
lines changed

apps/site/pages/ja/about/branding.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Node.jsのロゴやシンボルマークの許可されている利用方法に
4848
</td>
4949

5050
<td>
51-
<img alt="Node.jsライトスタック型ロゴ" src="/static/logos/nodejsStackedLight.svg" className="h-[164px] w-[267px] rounded bg-neutral-950 p-2 dark:bg-transparent" width="267" height="164" />
51+
<img alt="Node.jsライトスタック型ロゴ" src="/static/logos/nodejsStackedLight.svg" className="rounded-xs h-[164px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent" width="267" height="164" />
5252
</td>
5353
</tr>
5454

@@ -58,7 +58,7 @@ Node.jsのロゴやシンボルマークの許可されている利用方法に
5858
</td>
5959

6060
<td>
61-
<img alt="Node.jsホワイトスタック型ロゴ" src="/static/logos/nodejsStackedWhite.svg" className="rounded bg-neutral-950 p-2 dark:bg-transparent" />
61+
<img alt="Node.jsホワイトスタック型ロゴ" src="/static/logos/nodejsStackedWhite.svg" className="rounded-xs bg-neutral-950 p-2 dark:bg-transparent" />
6262
</td>
6363
</tr>
6464

@@ -75,7 +75,7 @@ Node.jsのロゴやシンボルマークの許可されている利用方法に
7575
</td>
7676

7777
<td>
78-
<img alt="JSアイコンホワイト" src="/static/logos/jsIconWhite.svg" className="height-[80px] mx-auto w-[71px] rounded bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
78+
<img alt="JSアイコンホワイト" src="/static/logos/jsIconWhite.svg" className="height-[80px] rounded-xs mx-auto w-[71px] bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
7979
</td>
8080
</tr>
8181

apps/site/pages/uk/about/branding.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ layout: about
4848
</td>
4949

5050
<td>
51-
<img alt="Світлий складений логотип Node.js®" src="/static/logos/nodejsStackedLight.svg" className="h-[164px] w-[267px] rounded bg-neutral-950 p-2 dark:bg-transparent" width="267" height="164" />
51+
<img alt="Світлий складений логотип Node.js®" src="/static/logos/nodejsStackedLight.svg" className="rounded-xs h-[164px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent" width="267" height="164" />
5252
</td>
5353
</tr>
5454

@@ -58,7 +58,7 @@ layout: about
5858
</td>
5959

6060
<td>
61-
<img alt="Білий складений логотип Node.js®" src="/static/logos/nodejsStackedWhite.svg" className="rounded bg-neutral-950 p-2 dark:bg-transparent" />
61+
<img alt="Білий складений логотип Node.js®" src="/static/logos/nodejsStackedWhite.svg" className="rounded-xs bg-neutral-950 p-2 dark:bg-transparent" />
6262
</td>
6363
</tr>
6464

@@ -75,7 +75,7 @@ layout: about
7575
</td>
7676

7777
<td>
78-
<img alt="Білий значок JS" src="/static/logos/jsIconWhite.svg" className="height-[80px] mx-auto w-[71px] rounded bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
78+
<img alt="Білий значок JS" src="/static/logos/jsIconWhite.svg" className="height-[80px] rounded-xs mx-auto w-[71px] bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
7979
</td>
8080
</tr>
8181

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: 加入我們
3+
layout: about
4+
---
5+
6+
# 加入我們
7+
8+
若您對於參與 Node.js 社群感興趣,有許多管道可以利用。Node.js 專案是一個龐大且多元的社群,除了撰寫程式碼以外,還有許多貢獻方式。
9+
10+
## 社群討論
11+
12+
- [`nodejs/node` GitHub 儲存庫](https://github.com/nodejs/node/issues) 是討論 Node.js 核心功能及回報問題的地方。
13+
- [`nodejs/help` GitHub 儲存庫](https://github.com/nodejs/help/issues) 是專為討論 Node.js 問題的官方地點。
14+
- Node.js 的 [官方 Discord 伺服器](/discord) 是個可以與其他 Node.js 開發者交流並取得關於 Node.js 專案最新官方資訊的地方。
15+
- Node.js 的[專案行事曆](https://nodejs.org/calendar)包含所有公開的團隊會議。
16+
17+
## 學習資源
18+
19+
如果您想要瞭解更多與 Node.js 有關的事,以下有許多可供利用的資源。
20+
21+
- Node.js 的[官方學習教材](https://nodejs.org/en/learn/)
22+
- Node.js 的 [官方 API 參考文件](https://nodejs.org/api/)
23+
- [NodeSchool.io](https://nodeschool.io/) 透過命令列遊戲教授 Node.js 的概念。
24+
- [StackOverflow 上的 Node.js 標籤](https://stackoverflow.com/questions/tagged/node.js)含有大量的討論串及有用的資源。
25+
- [DEV Community 上的 Node.js 標籤](https://dev.to/t/node) 含有與 Node.js 相關的文章及內容。
26+
27+
## 非官方討論區
28+
29+
如果您正尋找一些比較隨意的地方討論 Node.js,以下列出一些非官方的討論區。請注意 Node.js 專案並未正式認可這些討論區,請遵循它們的行為準則/守則。
30+
31+
- [Node Slackers](https://www.nodeslackers.com/) 是一個專注於 Node.js 的 Slack 社群。
32+
- [OpenJSF Slack](https://slack-invite.openjsf.org/) 是 OpenJS 基金會的 Slack 工作區,有一些與 Node.js 相關的頻道(以 `#nodejs-` 開始的頻道皆與本專案相關)。
33+
- 使用 [IRC 客戶端](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients)連線至 `#node.js` 頻道中的 `irc.libera.chat`,或使用[網頁客戶端](https://kiwiirc.com/nextclient/)透過瀏覽器連線至該頻道。
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Télécharger et installer Node.js :
2+
curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-install | bash -s ${props.release.major}
3+
4+
# Node.js s'installe déjà pendant n-install, mais vous pouvez aussi l'installer manuellement :
5+
# n install ${props.release.major}
6+
7+
# Vérifier la version de Node.js :
8+
node -v # Doit afficher "${props.release.versionWithPrefix}".
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Завантажує й установлює n і Node.js:
2+
curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-install | bash -s ${props.release.major}
3+
4+
# Node.js уже встановлюється під час установки n, але її можна встановити вручну:
5+
# n install ${props.release.major}
6+
7+
# Перевіряє версію Node.js:
8+
node -v # Повинно вивести «${props.release.versionWithPrefix}».

packages/i18n/locales/fr.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
}
1212
},
1313
"navBar": {
14+
"controls": {
15+
"toggle": "Afficher/Fermer le menu de navigation"
16+
},
1417
"links": {
1518
"about": "À propos",
1619
"download": "Téléchargement",
@@ -39,6 +42,8 @@
3942
"nodejsWithWebassembly": "Node.js avec WebAssembly",
4043
"debugging": "Débogage de Node.js",
4144
"profiling": "Profilage des applications Node.js",
45+
"fetch": "Récupérer des données avec Node.js",
46+
"websocket": "Client WebSocket avec Node.js",
4247
"securityBestPractices": "Meilleures pratiques de sécurité"
4348
}
4449
},
@@ -48,7 +53,8 @@
4853
"introduction": "Introduction à TypeScript",
4954
"transpile": "Exécution du code TypeScript à l'aide de la transpilation",
5055
"run": "Exécuter TypeScript avec un runner",
51-
"runNatively": "Exécuter TypeScript en mode natif"
56+
"runNatively": "Exécuter TypeScript en mode natif",
57+
"publishingTSPackage": "Publier un package TypeScript"
5258
}
5359
},
5460
"asynchronousWork": {
@@ -113,7 +119,8 @@
113119
"testRunner": "Exécuteur de test",
114120
"introduction": "Découverte de l'exécuteur de tests de Node.js",
115121
"usingTestRunner": "Utilisation de l'exécuteur de tests de Node.js",
116-
"mocking": "Mocking dans les tests"
122+
"mocking": "Mocking dans les tests",
123+
"collectingCodeCoverage": "Collecter la couverture du code dans Node.js"
117124
}
118125
}
119126
},
@@ -280,9 +287,12 @@
280287
"brew": "Homebrew est un gestionnaire de paquets pour macOS et Linux.",
281288
"choco": "Chocolatey est un gestionnaire de paquets pour Windows.",
282289
"devbox": "Devbox crée des environnements de développement isolés et reproductibles.",
283-
"docker": "Docker est une plateforme de conteneurisation."
290+
"docker": "Docker est une plateforme de conteneurisation.",
291+
"n": "\"n\" est un gestionnaire de versions Node.js multiplateforme.",
292+
"volta": "\"Volta\" est un gestionnaire de versions Node.js multiplateforme."
284293
}
285294
}
286-
}
295+
},
296+
"logo": "Logo Node.js"
287297
}
288298
}

packages/i18n/locales/zh-tw.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@
119119
"testRunner": "測試執行器",
120120
"introduction": "探索 Node.js 中的測試執行器",
121121
"usingTestRunner": "使用 Node.js 中的測試執行器",
122-
"mocking": "在測試中模擬物件"
122+
"mocking": "在測試中模擬物件",
123+
"collectingCodeCoverage": "在 Node.js 中搜集程式碼覆蓋率"
123124
}
124125
}
125126
},
@@ -287,6 +288,7 @@
287288
"choco": "Chocolatey 是 Windows 的套件管理程式。",
288289
"devbox": "Devbox 會建立隔離且可重現的開發環境。",
289290
"docker": "Docker 是一款容器化平台。",
291+
"n": "「n」是跨平台的 Node.js 版本管理程式。",
290292
"volta": "「Volta」是跨平台的 Node.js 版本管理程式。"
291293
}
292294
}

0 commit comments

Comments
 (0)