Skip to content

Commit bcd537e

Browse files
committed
New Crowdin translations by GitHub Action
1 parent b9d72b9 commit bcd537e

50 files changed

Lines changed: 993 additions & 1344 deletions

Some content is hidden

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

_data/de/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

_data/es/footer.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
terms_of_use: Condiciones de uso
2-
privacy_policy: Política de privacidad
3-
coc: Código de conducta
4-
trademark_policy: Política de marcas
5-
security_policy: Seguridad
6-
license: Licencia
1+
terms_of_use: Terms of Use
2+
privacy_policy: Privacy Policy
3+
coc: Code of Conduct
4+
trademark_policy: Trademark Policy
5+
security_policy: Security Policy
6+
license: License

_data/es/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

_data/es/menu.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
# Home
2-
home: Inicio
2+
home: Home
33
# Getting started
4-
getting_started: Cómo empezar
5-
installing: Instalando
6-
hello_world: Hola mundo
7-
generator: Generador express
8-
basic_routing: Direccionamiento básico
9-
static_files: Archivos estáticos
10-
examples: Más ejemplos
4+
getting_started: Getting started
5+
installing: Installing
6+
hello_world: Hello world
7+
generator: Express generator
8+
basic_routing: Basic routing
9+
static_files: Static files
10+
examples: More examples
1111
faq: FAQ
1212
# Guide
13-
guide: Guía
14-
routing: Direccionamiento
15-
writing_middleware: Escritura de middleware
16-
using_middleware: Utilización del middleware
13+
guide: Guide
14+
routing: Routing
15+
writing_middleware: Writing middleware
16+
using_middleware: Using middleware
1717
overriding_express_api: Overriding the Express API
18-
using_template_engines: Utilización de motores de plantilla
19-
error_handling: Manejo de errores
20-
debugging: Depuración
21-
behind_proxies: Express detrás de proxies
22-
migrating_4: Migración a Express 4
23-
migrating_5: Migración a Express 5
24-
database_integration: Integración de la base de datos
18+
using_template_engines: Using template engines
19+
error_handling: Error handling
20+
debugging: Debugging
21+
behind_proxies: Express behind proxies
22+
migrating_4: Moving to Express 4
23+
migrating_5: Moving to Express 5
24+
database_integration: Database integration
2525
# API reference
26-
api: Referencia de API
26+
api: API reference
2727
5x: 5.x
2828
4x: 4.x
29-
3x: 3.x (obsoleto)
30-
2x: 2.x (obsoleto)
29+
3x: 3.x (deprecated)
30+
2x: 2.x (deprecated)
3131
# Advanced topics
32-
advanced: Temas avanzados
33-
developing_template_engines: Motores de plantilla
34-
security_updates: Actualizaciones de seguridad
35-
best_practice_security: Mejores prácticas de seguridad
36-
best_practice_performance: Mejores prácticas de rendimiento
32+
advanced: Advanced topics
33+
developing_template_engines: Building template engines
34+
security_updates: Security updates
35+
best_practice_security: Security best practices
36+
best_practice_performance: Performance best practices
3737
healthcheck_graceful_shutdown: Health checks & shutdown
3838
# Resources
39-
resources: Recursos
40-
glossary: Glosario
39+
resources: Resources
40+
glossary: Glossary
4141
middleware: Middleware
42-
community: Comunidad
42+
community: Community
4343
utils: Utility modules
44-
contributing: Contribuir a Express
44+
contributing: Contributing to Express
4545
changelog: Release Change Log
4646
# Support
4747
support: Support
4848
# Blog
4949
blog: Blog
5050
latest_post: Latest post
5151
all_posts: All posts
52-
write_post: Escribir un post
52+
write_post: Write a Post

_data/fr/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

_data/it/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

_data/ja/general.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
title_announcement: "Express@5.1.0: 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>"
1+
title_announcement: "Express@5.1.0: LTSタイムラインでnpmのデフォルトになりました"
2+
body_announcement: "Express 5.1.0 npm のデフォルトとなり、v4 および v5 リリース ラインの公式 LTS スケジュールが導入されます。<a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>詳細については、最新のブログをご覧ください。</a>"
33
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."
44
warning: 'Warning'
55
note: 'Note'
66
caution: 'Caution'
7+
i18n_notice: "このドキュメントは英語のドキュメントに比べて古くなっている可能性があります。最新情報については、"
8+
i18n_notice_link_text: "英語のドキュメントを参照してください"

_data/ko/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

_data/pt-br/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

_data/zh-cn/general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ community-caveat-alert: "This information refers to third-party sites, products,
44
warning: 'Warning'
55
note: 'Note'
66
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"

0 commit comments

Comments
 (0)