Skip to content

Commit 557d86a

Browse files
chore(i18n): crowdin sync (nodejs#5220)
Translations for both Turklish and Simplified Chinese
1 parent 43eedbc commit 557d86a

4 files changed

Lines changed: 57 additions & 20 deletions

File tree

pages/id/docs/guides/security/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ Perhatikan, selalu disarankan penggunaan `--policy-integrity` untuk menghindari
280280

281281
Penggunaan fitur eksperimental dalam produksi tidak disarankan. Fitur eksperimental dapat mengalami perubahan besar jika diperlukan, dan fungsinya tidak stabil dengan aman. Meskipun, umpan balik sangat dihargai.
282282

283+
## Alat OpenSSF
284+
285+
[OpenSSF][] memimpin beberapa inisiatif yang bisa sangat berguna, terutama jika Anda berencana memublikasikan paket npm. Inisiatif tersebut meliputi:
286+
287+
- [OpenSSF Scorecard][] Scorecard mengevaluasi project open source menggunakan serangkaian pemeriksaan risiko keamanan otomatis. Anda dapat menggunakannya untuk secara proaktif menilai kerentanan dan ketergantungan dalam basis kode Anda dan membuat keputusan yang matang tentang menerima kerentanan.
288+
- [Program Badge Praktik Terbaik OpenSSF][] Project dapat secara sukarela melakukan sertifikasi mandiri dengan menjelaskan cara mereka mematuhi setiap praktik terbaik. Ini akan menghasilkan lencana yang dapat ditambahkan ke proyek.
289+
283290
[model ancaman]: https://github.com/nodejs/node/blob/main/SECURITY.md#the-nodejs-threat-model
284291
[security guidance issue]: https://github.com/nodejs/security-wg/issues/488
285292
[nodejs guideline]: https://github.com/goldbergyoni/nodebestpractices
@@ -308,3 +315,6 @@ Penggunaan fitur eksperimental dalam produksi tidak disarankan. Fitur eksperimen
308315
[mekanisme kebijakan dengan pemeriksaan integritas]: https://nodejs.org/api/permissions.html#integrity-checks
309316
[experimental-features]: #experimental-features-in-production
310317
[`Socket`]: https://socket.dev/
318+
[OpenSSF]: https://openssf.org/
319+
[OpenSSF Scorecard]: https://securityscorecards.dev/
320+
[Program Badge Praktik Terbaik OpenSSF]: https://bestpractices.coreinfrastructure.org/en
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: İşbirliği Zirvesi
3+
layout: contribute.hbs
4+
---
5+
6+
# İşbirliği Zirvesi
7+
İşbirliği Zirvesi, heyecan verici ortaklık, eğitim ve bilgi paylaşımı için varolan ve potansiyel katkıda bulunan geliştiricileri Node.js hakkında konuşmak için biraraya getiren konferans gibi bir buluşmadır. Komiteler ve gruplar önemli kararları verirken, aynı zamanda heyecan verici fikirleri ve öne sürmek istedikleri çalışmalar için yüz yüze görüşme fırsatı yakalayarak yılda iki kez biraraya gelir.
8+
9+
## Kim katılır?
10+
11+
İşbirliğe Zirvesi'ne isteyen herkes katılabilir. Zirve boyunca liderler, yeni katılımcıları çalışma oturumlarına dahil etmeden önce katkı sağlamayı istedikleri gruplara dahil etmeye yardımcı olur.
12+
13+
Sahip olduğunuz ve geliştirmek istediğiniz becerilerle dahil olup katkıda bulunmak ve toplulukta neler olup bittiğini öğrenmek için yegane fırsattır.
14+
15+
Çalışma oturumları bireyler konuma gelmeden, genel işbirlik konuşmaları ve dağılma oturumları öncesi insanların kendilerini alıştırabilmesi ve aşina olabilmesi için bir takvim belirler.
16+
17+
Sizi İşbirliği Zirvesi'nde görmeyi çok isteriz! [Zirve reposunu](https://github.com/nodejs/summit) geçmişte olan ve gelecekte olacak olan İşbirliği Zirveleri için ve [issues kısmına](https://github.com/nodejs/summit/issues) farklı çalışma oturumlarının ve komitelerin neleri yüz yüze görüşmek istediklerini görmek için göz atın.

pages/zh-cn/docs/guides/index.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ layout: docs.hbs
55

66
# 指南
77

8-
## 一般指南
8+
## 常规
99

10-
* [入门指南](/en/docs/guides/getting-started-guide/)
11-
* [调试入门](/en/docs/guides/debugging-getting-started/)
12-
* [Node.js 应用一窥](/en/docs/guides/simple-profiling/)
13-
* [诊断 - 火焰图](/en/docs/guides/diagnostics-flamegraph/)
14-
* [将 Node.js 网络应用安装到 Docker 中](/en/docs/guides/nodejs-docker-webapp/)
15-
* [迁移到安全的 Buffer 构造函数中](/en/docs/guides/buffer-constructor-deprecation/)
16-
* [诊断 —— 用户亲历](/en/docs/guides/diagnostics/)
17-
* [处理安全性问题的最佳实践做法](/en/docs/guides/security/)
10+
* [入门指南](/zh-cn/docs/guides/getting-started-guide/)
11+
* [调试入门](/zh-cn/docs/guides/debugging-getting-started/)
12+
* [Node.js 应用一窥](/zh-cn/docs/guides/simple-profiling/)
13+
* [诊断 - 火焰图](/zh-cn/docs/guides/diagnostics-flamegraph/)
14+
* [将 Node.js 网络应用安装到 Docker 中](/zh-cn/docs/guides/nodejs-docker-webapp/)
15+
* [迁移到安全的 Buffer 构造函数中](/zh-cn/docs/guides/buffer-constructor-deprecation/)
16+
* [诊断 —— 用户亲历](/zh-cn/docs/guides/diagnostics/)
17+
* [处理安全性问题的最佳实践做法](/zh-cn/docs/guides/security/)
1818

1919
## Node.js 核心概念
2020

21-
* [Node.js 的介绍](https://nodejs.dev/en/learn/)
22-
* [阻塞对比非阻塞一览](/en/docs/guides/blocking-vs-non-blocking/)
23-
* [Node.js 事件轮询,定时器和 `process.nextTick()`](/en/docs/guides/event-loop-timers-and-nexttick/)
24-
* [不要阻塞你的事件轮询(或是工作池)](/en/docs/guides/dont-block-the-event-loop/)
25-
* [Node.js 中的定时器](/en/docs/guides/timers-in-node/)
21+
* [Node.js 的介绍](https://nodejs.dev/zh-cn/learn/)
22+
* [阻塞对比非阻塞一览](/zh-cn/docs/guides/blocking-vs-non-blocking/)
23+
* [Node.js 事件轮询,定时器和 `process.nextTick()`](/zh-cn/docs/guides/event-loop-timers-and-nexttick/)
24+
* [不要阻塞你的事件轮询(或是工作池)](/zh-cn/docs/guides/dont-block-the-event-loop/)
25+
* [Node.js 中的定时器](/zh-cn/docs/guides/timers-in-node/)
2626

2727
## 与模块相关的指南
2828

29-
* [HTTP 传输解析](/en/docs/guides/anatomy-of-an-http-transaction/)
30-
* [搭配不同的文件系统工作](/en/docs/guides/working-with-different-filesystems/)
31-
* [流的背压](/en/docs/guides/backpressuring-in-streams/)
32-
* [Postmortem 中的主要模块](/en/docs/guides/domain-postmortem/)
33-
* [如何发布 N-API 包](/en/docs/guides/publishing-napi-modules/)
34-
* [ABI 的稳定性](/en/docs/guides/abi-stability/)
29+
* [HTTP 传输解析](/zh-cn/docs/guides/anatomy-of-an-http-transaction/)
30+
* [搭配不同的文件系统工作](/zh-cn/docs/guides/working-with-different-filesystems/)
31+
* [流的背压](/zh-cn/docs/guides/backpressuring-in-streams/)
32+
* [Postmortem 中的主要模块](/zh-cn/docs/guides/domain-postmortem/)
33+
* [如何发布 N-API 包](/zh-cn/docs/guides/publishing-napi-modules/)
34+
* [ABI 的稳定性](/zh-cn/docs/guides/abi-stability/)
3535

3636
## 已知的问题
3737

pages/zh-cn/docs/guides/security/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ SyntaxError [ERR_SRI_PARSE]: Subresource Integrity string "sha256-iuGZ6SFVFpMuHU
280280

281281
在生产环境中直接使用尝鲜版功能绝不推荐!因为尝鲜功能有可能随时发生重大变更,而且他们实际的功能不一定稳定。虽然如此,我们还是非常乐于接受用户的反馈。
282282

283+
## OpenSSF 工具
284+
285+
[OpenSSF][] 正在引导一些可能非常有用的倡议,特别是如果您计划发布一个 npm 软件包。这些倡议包括:
286+
287+
- [OpenSSF 计分卡][] 计分卡使用一系列自动安全风险检查来评估开源项目。 你可以使用它来主动评估你的代码基础中的脆弱性和依赖性,并就接受脆弱性做出明智的决定。
288+
- [OpenSSF 最佳做法徽章方案][] 项目可以通过描述它们如何遵守每个最佳做法而自愿自我认证。 这将生成一个可以添加到项目的徽章。
289+
283290
[威胁示例]: https://github.com/nodejs/node/blob/main/SECURITY.md#the-nodejs-threat-model
284291
[安全指南讨论议题]: https://github.com/nodejs/security-wg/issues/488
285292
[nodejs 使用指南]: https://github.com/goldbergyoni/nodebestpractices
@@ -308,3 +315,6 @@ SyntaxError [ERR_SRI_PARSE]: Subresource Integrity string "sha256-iuGZ6SFVFpMuHU
308315
[完整检查路径的规则机制]: https://nodejs.org/api/permissions.html#integrity-checks
309316
[experimental-features]: #experimental-features-in-production
310317
[`Socket`]: https://socket.dev/
318+
[OpenSSF]: https://openssf.org/
319+
[OpenSSF 计分卡]: https://securityscorecards.dev/
320+
[OpenSSF 最佳做法徽章方案]: https://bestpractices.coreinfrastructure.org/en

0 commit comments

Comments
 (0)