Skip to content

Commit e906e56

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 6a57f39 commit e906e56

Some content is hidden

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

62 files changed

+198
-211
lines changed

_data/es/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]: Ahora el valor por defecto de npm con LTS Timeline"
2+
body_announcement: "Express 5.1.0 es ahora el predeterminado en npm, y estamos introduciendo un horario oficial de LTS para las líneas de lanzamiento v4 y v5. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Mira nuestro último blog para más información.</a>"
3+
community-caveat-alert: "Esta información se refiere a sitios, productos o módulos de terceros que no son mantenidos por el equipo de Expressjs. La lista aquí no constituye un respaldo o una recomendación del equipo del proyecto Expressjs."
4+
warning: 'Advertencia'
5+
note: 'Nota'
6+
caution: 'Advertencia'
7+
i18n_notice: "Este documento puede estar desactualizado en relación con la documentación en inglés. Para las últimas actualizaciones, por favor consulte el"
8+
i18n_notice_link_text: "documentación en inglés"

_data/ko/menu.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ hello_world: Hello world
77
generator: Express 생성기
88
basic_routing: 기본 라우팅
99
static_files: 정적 파일
10-
examples: More examples
10+
examples: 더 많은 예시
1111
faq: 자주 묻는 질문(FAQ)
1212
# Guide
1313
guide: Gu안내서ide
1414
routing: 라우팅
1515
writing_middleware: 미들웨어 작성
1616
using_middleware: 미들웨어 사용
17-
overriding_express_api: Overriding the Express API
17+
overriding_express_api: Express API 오버라이딩
1818
using_template_engines: 템플리트 엔진 사용
1919
error_handling: 오류 처리
2020
debugging: 디버깅
@@ -40,13 +40,13 @@ resources: 자원
4040
glossary: 용어집
4141
middleware: 미들웨어
4242
community: 커뮤니티
43-
utils: Utility modules
44-
contributing: Contributing to Express
45-
changelog: Release Change Log
43+
utils: 유틸리티 모듈
44+
contributing: Express에 기여하기
45+
changelog: 릴리즈 변경 로그
4646
# Support
47-
support: Support
47+
support: 지원
4848
# Blog
4949
blog: Blog
50-
latest_post: Latest post
51-
all_posts: All posts
52-
write_post: Write a Post
50+
latest_post: 최신 게시물
51+
all_posts: 모든 게시물
52+
write_post: 게시물 작성

es/3x/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: api
33
version: 3x
44
title: Express 3.x - Referencia de API
55
description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and methods.
6-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/4x/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: api
33
version: 4x
44
title: Express 4.x - Referencia de API
55
description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version.
6-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/5x/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: api
33
version: 5x
44
title: Express 5.x - Referencia de API
55
description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version.
6-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/advanced/best-practice-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Mejores prácticas de rendimiento cuando se utiliza Express en producción
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-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/advanced/best-practice-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Mejores prácticas de seguridad para Express en producción
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-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/advanced/developing-template-engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Desarrollo de motores de plantilla para Express
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-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/advanced/healthcheck-graceful-shutdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

es/advanced/security-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Actualizaciones de seguridad de Express
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-
lang: en
6+
lang: es
77
redirect_from: " "
88
---
99

0 commit comments

Comments
 (0)