Skip to content

Commit a10b321

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 812bb54 commit a10b321

File tree

262 files changed

+895
-567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+895
-567
lines changed

_data/ko/menu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static_files: 정적 파일
88
examples: 더 많은 예시
99
faq: 자주 묻는 질문(FAQ)
1010
# Guide
11-
guide: Gu안내서ide
11+
guide: 안내서
1212
routing: 라우팅
1313
writing_middleware: 미들웨어 작성
1414
using_middleware: 미들웨어 사용
@@ -44,7 +44,7 @@ changelog: 릴리즈 변경 로그
4444
# Support
4545
support: 지원
4646
# Blog
47-
blog: Blog
47+
blog: 블로그
4848
latest_post: 최신 게시물
4949
all_posts: 모든 게시물
5050
write_post: 게시물 작성

_data/pt-br/general.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title_announcement: "[email protected]: Now the Default on npm with LTS Timeline"
2-
body_announcement: "Express 5.1.0 is now the default on npm, and we're introducing an official LTS schedule for the v4 and v5 release lines. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Check out our latest blog for more information.</a>"
3-
community-caveat-alert: "This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team."
4-
warning: 'Warning'
5-
note: 'Note'
6-
caution: 'Caution'
7-
i18n_notice: "This document might be outdated relative to the documentation in English. For the latest updates, please refer to the"
8-
i18n_notice_link_text: "documentation in english"
1+
title_announcement: "[email protected]: Agora o Padrão no npm com LTS Timeline"
2+
body_announcement: "Expresse 5.1.0 agora é o padrão do npm, e estamos introduzindo um cronograma oficial de LTS para as linhas de lançamento v4 e v5. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Confira nosso último blog para obter mais informações.</a>"
3+
community-caveat-alert: "Esta informação refere-se a sites de terceiros, produtos ou módulos que não são mantidos pela equipe do Expressjs. A listagem aqui não constitui um endosso ou recomendação da equipe de projeto Expressjs."
4+
warning: 'Atenção'
5+
note: 'Observação'
6+
caution: 'Atenção'
7+
i18n_notice: "Este documento pode estar desatualizado em relação à documentação em inglês. Para as últimas atualizações, por favor consulte o"
8+
i18n_notice_link_text: "documentação em inglês"

_data/pt-br/menu.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Getting started
22
getting_started: Introdução
33
installing: Instalação
4-
hello_world: Hello world
4+
hello_world: Olá mundo
55
generator: Gerador do Express
66
basic_routing: Roteamento Básico
77
static_files: Arquivos Estáticos
88
examples: Perguntas mais frequentes
99
faq: Perguntas mais frequentes
1010
# Guide
11-
guide: Guide
11+
guide: Guia
1212
routing: Roteamento
1313
writing_middleware: Escrevendo o middleware
1414
using_middleware: Usando o middleware
15-
overriding_express_api: Overriding the Express API
15+
overriding_express_api: Sobrescrevendo a API Express
1616
using_template_engines: Usando o mecanismo de modelo
1717
error_handling: Manipulação de erros
1818
debugging: Depuração
@@ -32,15 +32,15 @@ developing_template_engines: Mecanismos de modelo
3232
security_updates: Atualizações de segurança
3333
best_practice_security: Melhores práticas de segurança
3434
best_practice_performance: Melhores práticas de desempenho
35-
healthcheck_graceful_shutdown: Health checks & shutdown
35+
healthcheck_graceful_shutdown: Verificações de saúde e desligamento
3636
# Resources
3737
resources: Recursos
3838
glossary: Glossário
3939
middleware: Middleware
4040
community: Comunidade
41-
utils: Utility modules
42-
contributing: Contributing to Express
43-
changelog: Release Change Log
41+
utils: Módulos utilitários
42+
contributing: Contribuindo para o Express
43+
changelog: Registros de alterações
4444
# Support
4545
support: Suporte
4646
# Blog

de/advanced/best-practice-performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Leistungsspezifische Best Practices für Express-Anwendungen in Produktionsumgebungen
44
description: Discover performance and reliability best practices for Express apps in production, covering code optimizations and environment setups for optimal performance.
55
menu: advanced
6+
order: 4
67
redirect_from: " "
78
---
89

de/advanced/best-practice-security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Sicherheitsspezifische Best Practices für Express-Anwendungen in Produktionsumgebungen
44
description: Discover crucial security best practices for Express apps in production, including using TLS, input validation, secure cookies, and preventing vulnerabilities.
55
menu: advanced
6+
order: 3
67
redirect_from: " "
78
---
89

de/advanced/developing-template-engines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Template-Engines für Express entwickeln
44
description: Learn how to develop custom template engines for Express.js using app.engine(), with examples on creating and integrating your own template rendering logic.
55
menu: advanced
6+
order: 1
67
redirect_from: " "
78
---
89

de/advanced/healthcheck-graceful-shutdown.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Health Checks and Graceful Shutdown
44
description: Learn how to implement health checks and graceful shutdown in Express apps to enhance reliability, manage deployments, and integrate with load balancers like Kubernetes.
55
menu: advanced
6+
order: 5
67
redirect_from: " "
78
---
89

de/advanced/security-updates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Express-Sicherheitsupdates
44
description: Review the latest security updates and patches for Express.js, including detailed vulnerability lists for different versions to help maintain a secure application.
55
menu: advanced
6+
order: 2
67
redirect_from: " "
78
---
89

de/guide/behind-proxies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Express hinter Proxys
44
description: Learn how to configure Express.js applications to work correctly behind reverse proxies, including using the trust proxy setting to handle client IP addresses.
55
menu: guide
6+
order: 8
67
redirect_from: " "
78
---
89

de/guide/database-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
title: Datenbankintegration in Express
44
description: Discover how to integrate various databases with Express.js applications, including setup examples for MongoDB, MySQL, PostgreSQL, and more.
55
menu: guide
6+
order: 11
67
redirect_from: " "
78
---
89

0 commit comments

Comments
 (0)