Skip to content

Commit 92a0027

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 0082552 commit 92a0027

File tree

486 files changed

+30089
-8944
lines changed

Some content is hidden

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

486 files changed

+30089
-8944
lines changed

_data/de/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: Lizenzvertrag
6+
license: Lizenzvertrag

_data/de/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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'

_data/de/menu.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Home
22
home: Home
3-
43
# Getting started
54
getting_started: Einführung
6-
installing: Installing
5+
installing: Installation
76
hello_world: Hello world
87
generator: Express generator
98
basic_routing: Basisrouting
109
static_files: Statische Dateien
1110
examples: More examples
1211
faq: Häufig gestellte Fragen
13-
1412
# Guide
1513
guide: Leitfaden
16-
routing: Routing
14+
routing: Weiterleitung (Routing)
1715
writing_middleware: Middleware schreiben
1816
using_middleware: Middleware verwenden
1917
overriding_express_api: Overriding the Express API
@@ -24,23 +22,19 @@ behind_proxies: Express hinter Proxys
2422
migrating_4: Wechsel zu Express 4
2523
migrating_5: Wechsel zu Express 5
2624
database_integration: Datenbankintegration
27-
2825
# API reference
29-
3026
api: API-Referenz
3127
5x: 5.x
3228
4x: 4.x
3329
3x: 3.x (veraltet)
3430
2x: 2.x (veraltet)
35-
3631
# Advanced topics
3732
advanced: Themen für Fortgeschrittene
3833
developing_template_engines: Template-Engines
3934
security_updates: Sicherheitsupdates
4035
best_practice_security: Sicherheitsspezifische Best Practices
4136
best_practice_performance: Leistungsspezifische Best Practices
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
4539
resources: Ressourcen
4640
glossary: Glossar
@@ -49,10 +43,8 @@ community: Community
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

_data/es/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Política de privacidad
33
coc: Código de conducta
44
trademark_policy: Política de marcas
55
security_policy: Seguridad
6-
license: Licencia
6+
license: Licencia

_data/es/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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'

_data/es/menu.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Home
22
home: Inicio
3-
43
# Getting started
54
getting_started: Cómo empezar
6-
installing: Instalación
7-
hello_world: Hello world
8-
generator: Generador de Express
5+
installing: Instalando
6+
hello_world: Hola mundo
7+
generator: Generador express
98
basic_routing: Direccionamiento básico
109
static_files: Archivos estáticos
11-
examples: More examples
12-
faq: Preguntas más frecuentes
13-
10+
examples: Más ejemplos
11+
faq: FAQ
1412
# Guide
1513
guide: Guía
1614
routing: Direccionamiento
@@ -20,40 +18,35 @@ overriding_express_api: Overriding the Express API
2018
using_template_engines: Utilización de motores de plantilla
2119
error_handling: Manejo de errores
2220
debugging: Depuración
23-
behind_proxies: Express detrás de proxies
21+
behind_proxies: Expresar detrás de proxies
2422
migrating_4: Migración a Express 4
2523
migrating_5: Migración a Express 5
2624
database_integration: Integración de la base de datos
27-
2825
# API reference
2926
api: Referencia de API
3027
5x: 5.x
3128
4x: 4.x
32-
3x: 3.x (en desuso)
33-
2x: 2.x (en desuso)
34-
29+
3x: 3.x (obsoleto)
30+
2x: 2.x (obsoleto)
3531
# Advanced topics
3632
advanced: Temas avanzados
3733
developing_template_engines: Motores de plantilla
3834
security_updates: Actualizaciones de seguridad
3935
best_practice_security: Mejores prácticas de seguridad
4036
best_practice_performance: Mejores prácticas de rendimiento
4137
healthcheck_graceful_shutdown: Health checks & shutdown
42-
4338
# Resources
4439
resources: Recursos
4540
glossary: Glosario
4641
middleware: Middleware
4742
community: Comunidad
4843
utils: Utility modules
49-
contributing: Contributing to Express
44+
contributing: Contribuir a Express
5045
changelog: Release Change Log
51-
5246
# Support
5347
support: Support
54-
5548
# Blog
5649
blog: Blog
5750
latest_post: Latest post
5851
all_posts: All posts
59-
write_post: Write a Post
52+
write_post: Escribir un post

_data/fr/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: License
6+
license: License

_data/fr/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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'

_data/fr/menu.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Home
22
home: Accueil
3-
43
# Getting started
54
getting_started: Mise en route
6-
installing: Installing
5+
installing: Installation
76
hello_world: Hello world
87
generator: Générateur Express
98
basic_routing: Routage de base
109
static_files: Fichiers statiques
1110
examples: More examples
1211
faq: FAQ
13-
1412
# Guide
1513
guide: Guide
1614
routing: Routage
@@ -24,23 +22,19 @@ behind_proxies: Express derrière Proxys
2422
migrating_4: Migration vers Express 4
2523
migrating_5: Migration vers Express 5
2624
database_integration: Intégration de bases de données
27-
2825
# API reference
29-
3026
api: API reference
3127
5x: 5.x
3228
4x: 4.x
3329
3x: 3.x (obsolète)
3430
2x: 2.x (obsolète)
35-
3631
# Advanced topics
3732
advanced: Rubriques avancées
3833
developing_template_engines: Moteurs de modèles
3934
security_updates: Mises à jour de sécurité
4035
best_practice_security: Meilleures pratiques en termes de sécurité
4136
best_practice_performance: Meilleures pratiques en termes de performances
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
4539
resources: Ressources
4640
glossary: Glossaire
@@ -49,10 +43,8 @@ community: Communauté
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

_data/it/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: License
6+
license: License

_data/it/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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'

_data/it/menu.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Home
22
home: Home
3-
43
# Getting started
54
getting_started: Introduzione
65
installing: Installazione
@@ -10,7 +9,6 @@ basic_routing: Routing di base
109
static_files: File statici
1110
examples: More examples
1211
faq: FAQ
13-
1412
# Guide
1513
guide: Guide
1614
routing: Routing
@@ -24,35 +22,29 @@ behind_proxies: Express con i proxy
2422
migrating_4: Passaggio a Express 4
2523
migrating_5: Passaggio a Express 5
2624
database_integration: Integrazione database
27-
2825
# API reference
29-
3026
api: Riferimento API
3127
5x: 5.x
3228
4x: 4.x
3329
3x: 3.x (deprecato)
3430
2x: 2.x (deprecato)
35-
3631
# Advanced topics
3732
advanced: Argomenti avanzati
3833
developing_template_engines: Motori di template
3934
security_updates: Aggiornamenti sulla sicurezza
4035
best_practice_security: Best practice sulla sicurezza
4136
best_practice_performance: Best practice sulle prestazioni
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
4539
resources: Risorse
46-
glossary: Glossary
40+
glossary: Glossario
4741
middleware: Middleware
4842
community: Community
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

_data/ja/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: License
6+
license: License

_data/ja/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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'

_data/ja/menu.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Home
22
home: ホーム
3-
43
# Getting started
54
getting_started: 概説
65
installing: インストール
@@ -10,7 +9,6 @@ basic_routing: 基本的なルーティング
109
static_files: 静的ファイル
1110
examples: More examples
1211
faq: FAQ
13-
1412
# Guide
1513
guide: ガイド
1614
routing: ルーティング
@@ -24,23 +22,19 @@ behind_proxies: プロキシーの背後の Express
2422
migrating_4: Express 4 への移行
2523
migrating_5: Express 5 への移行
2624
database_integration: データベースの統合
27-
2825
# API reference
29-
3026
api: API リファレンス
3127
5x: 5.x
3228
4x: 4.x
3329
3x: 3.x (非推奨)
3430
2x: 2.x (非推奨)
35-
3631
# Advanced topics
3732
advanced: 高度なトピック
3833
developing_template_engines: テンプレート・エンジン
3934
security_updates: セキュリティー更新
4035
best_practice_security: セキュリティーに関するベスト・プラクティス
4136
best_practice_performance: パフォーマンスに関するベスト・プラクティス
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
4539
resources: リソース
4640
glossary: 用語集
@@ -49,10 +43,8 @@ community: コミュニティー
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

_data/ko/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: License
6+
license: License

_data/ko/general.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
title_announcement: "Express 5.0 documentation is now available."
2-
body_announcement: "The <a href='/en/5x/api.html'>API documentation</a> is a work in progress. For information on what's in the release, see the Express <a href='https://github.com/expressjs/express/blob/5.0/History.md'>release history</a>"
3-
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>"
43
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."
5-
64
warning: 'Warning'
75
note: 'Note'
8-
caution: 'Caution'
6+
caution: 'Caution'

0 commit comments

Comments
 (0)